-
Older Activity
-
Yesterday, 10:44 PM
Just got around to pulling this morning's changes - will see where it stands - seems the DMA buffer will work for the Continuous sent to Processing without the bogus image result - will try that shortly.
Got...
335 replies | 4751 view(s)
-
Yesterday, 04:35 AM
That is a big bunch of data - 300 consecutive 512 byte buffers. Though at 100-200 Mbs throughput that ~1.3M bits should be a blink. Though we've seen PC side using Java isn't a perfect conduit.
Also - something...
335 replies | 4751 view(s)
-
Yesterday, 02:14 AM
That did it - it was set before ...
The PDE transfer works here in batches. Again maybe it is something about using this USB-C Computer port on a newer faster computer?
Had to restart PDE 3 times to get a sync's...
335 replies | 4751 view(s)
-
Yesterday, 01:04 AM
Got the DMA code and the screen goes crazy - seems my 4" Ribbon wires are too long for that speed and signal?
Single and Continuous work well.
It changes behavior when I touch and move the wire bundle - but...
335 replies | 4751 view(s)
-
04-09-2021, 08:56 PM
Okay, I assumed that was like Teensy and would use the net USB speed ...
Changed to : myPort = new Serial(this, "COM23", 960000); // Windows
Seems to be the same? Also with 9600000
335 replies | 4751 view(s)
-
04-09-2021, 08:49 PM
Number always coming up right - not getting a false trigger - but the buffer can start 'skewed' or go skewed :(
Implemented "P" { upper case P } for :: g_continuous_pc_mode
> quick hack - generally works for some...
335 replies | 4751 view(s)
-
04-09-2021, 08:29 PM
Indeed that @Paul OSH board looks a good way to mount and debug.
It is intermittently and often perfect - except for some batches.
Just restarted and sent 3 PERFECT images - first two Teensy said 'not...
335 replies | 4751 view(s)
-
04-09-2021, 07:02 PM
Just restarted PDE again and the back of the T_4.1 card came over perfectly.
I have noticed if I stop and start the PDE 'too quickly' it seems I get : 'RuntimeException: Error opening serial port COM23: Port busy'...
335 replies | 4751 view(s)
-
04-09-2021, 06:45 PM
Just restarted PDE - broken image again - the delay(3) not the fix :(
Here is a Teensy card with light image out of H and V sync:
> some of the images before this were worse with garbage
<edit>
> All sends are...
335 replies | 4751 view(s)
-
04-09-2021, 06:38 PM
Quick note - I put in an SD card on the MachL and saved a usable bitmap with 3 hr old github - now see it is fresh 32 minutes ago - lib.prop update
Sounds like good progress on something ...
335 replies | 4751 view(s)
-
04-09-2021, 06:09 PM
Cloned the @mjs github for camera - not sure where the new code is evolving - have not read today's posts yet ...
All seems well!
>> Continuous seems FASTER? And it starts with "C"
Running the PDE started a few...
335 replies | 4751 view(s)
-
04-09-2021, 06:15 AM
Flash is memory too.
maybe design a board to hold a PSRAM alive - would take a smaller battery - and it has RAM in the name. Just the fun of getting it the right voltage at the right time - all the time and not ...
4 replies | 107 view(s)
-
04-09-2021, 02:17 AM
This page : pjrc.com/store/ethernet_kit.html
It has this image:
Using the specified MagJack - all the stuff in the box handles bringing the needed signals to the numbered pins to route to the indicated...
7 replies | 114 view(s)
-
04-09-2021, 01:20 AM
2.8" PJRC w/ILI9341_t3n Display not showing any issues with latest github release Single or Continuous
>>- Just the PDE over USB data sync to display image data it seems can get part buffer it holds until the next...
335 replies | 4751 view(s)
-
04-09-2021, 12:46 AM
Is this to mate to a T_4.1? Look at PJRC.COM for their adapter - and has link IIRC to OSHPARK where there is a drawing of the PCB - between those two the parts and wiring to the proper indicated MagJack should be...
7 replies | 114 view(s)
-
04-09-2021, 12:42 AM
It has something in the USB COMM SYNC it seems - as noted I restarted and got garbled images - restarted again and counted four finger images perfect from the first.
Just did a STOP and RUN restart of the PDE and got...
335 replies | 4751 view(s)
-
04-08-2021, 10:34 PM
If the HID message transfer from Teensy is working to Windows and can be polled and read? Assumed that was working - just not the desired behavior sitting in a tight loop watching for the next input?
Once that is...
7 replies | 195 view(s)
-
04-08-2021, 10:30 PM
Something odd - as switching to the _t3n generally working here -
>> Always on the display : Single or Continuous { who picked those swapped input letters :) }
>> Iffy on Processing starting up - restarting it...
335 replies | 4751 view(s)
-
04-08-2021, 09:41 PM
Latest Github has fixes that work - using ILI9341_t3 ... NOT "N"
> again not sure what changes ... - but going to this also working :: #include "ILI9341_t3n.h"
's' - continuous works!
Also for processing:: the...
335 replies | 4751 view(s)
-
04-08-2021, 09:36 PM
Correct - 'p' sends a single image.
But 's' continuous to display is not doing that.
I did change the 320x240 layout - but somehow only grabbing and filling top half of frame - full width is accurate ( and usually...
335 replies | 4751 view(s)
-
04-08-2021, 09:29 PM
Switched back to 9341_t3 and still not getting continuous.
Here are example processing displayed images I see:
<edit> Next processing images has L<>R split again?
Will go grab github version ...
335 replies | 4751 view(s)
-
04-08-2021, 09:21 PM
Thought maybe it would point to a known change? IT was working when using the 9341 NOT_t3n
335 replies | 4751 view(s)
-
04-08-2021, 09:20 PM
That fixed the Left to right drawing split.
But still bottom half black and it draws the top half twice?
335 replies | 4751 view(s)
-
04-08-2021, 09:15 PM
Also seeing Continuous mode only snapping one pic? Using 9341_t3n
335 replies | 4751 view(s)
-
04-08-2021, 08:32 PM
Yes, changed to 9341_t3n - not sure what that does differently.
The ON SCREEN 9341 is PERFECT - that screen shot is what Processing presented.
It seems to not use current buffer but Snap another Image - maybe it...
335 replies | 4751 view(s)
-
04-08-2021, 08:22 PM
Using SFUN and 9341.
Ah - so the stored buffer data is unique to 'process'?
Other images were broken worse at times
335 replies | 4751 view(s)
-
04-08-2021, 08:16 PM
RE :: Okay Dual Serial and SendRaw enabled ... Image is showing - often torn, partial and ugly though? Not a true copy?
See the fingers are not in sync ...
335 replies | 4751 view(s)
-
04-08-2021, 08:13 PM
Thanks for the tutorial ... I wondered as the only line I saw was //mac ... the sketch was scrolled I see now :( - Opps.
Okay Dual Serial and SendRaw enabled ... Image is showing - often torn, partial and ugly...
335 replies | 4751 view(s)
-
04-08-2021, 07:46 PM
There is no 'inherent reason' for the LED to blink at 1Hz.
That is only controlled by the sketch uploaded to the Teensy.
Something interesting is happening - but code loaded on the Teensy is causing that behavior...
1 replies | 66 view(s)
-
04-08-2021, 07:35 PM
Now getting grief building last github : ...\libraries\HM01B0\examples\hm01b0_test\hm01b0_test.ino
switched to :
#include "ILI9341_t3n.h"
ILI9341_t3n tft = ILI9341_t3n(TFT_CS, TFT_DC, TFT_RST);
Still...
335 replies | 4751 view(s)
-
04-08-2021, 07:06 PM
Cool, Will move to the ili9341_t3n - is that a WIP branch or other? ... I see Master as most recent update 26 days back. :: github.com/KurtE/ILI9341_t3n
Got processing onboard to figure that out - seems to come up...
335 replies | 4751 view(s)
-
04-08-2021, 06:16 PM
Okay that $15 3.3V SPI 2" ST7789 should arrive Saturday.
Thanks for the confirm. Thought that was the PC "Processing" code I've not installed yet on this machine.
335 replies | 4751 view(s)
-
04-08-2021, 05:59 PM
What ST7789? 2" and 240x320?
I see this : adafruit.com/product/4311 :: 2.0" 320x240 Color IPS TFT Display with microSD Card Breakout
How similar is this for faster delivery and no SD ::...
335 replies | 4751 view(s)
-
04-08-2021, 05:22 PM
No problem to change to ILI9341_t3n ... I just started with known good installed code as the HM01B0 example just used simple Rectangle to draw for the buffered image and was happy to see it working.
Will see if I can...
335 replies | 4751 view(s)
-
04-08-2021, 08:17 AM
Not seeing any Serial or Seria2 used in p#7 code to Freeze????
As noted Serial would be USB and Serial1 would be UART1 (on RX1 and TX1 pins ) and Serial2 is UART2 (on RX2 and TX2 pins )
As far as the code hanging...
12 replies | 223 view(s)
-
04-08-2021, 08:02 AM
Here is an #ifdef update version of that sketch to select TFT_ILI9341 or TFT_ST7789
> tried to restore the ST7789 code
> removed two warnings about int and uint mismatch
Also swapped 2.2" 9341 for a 2.8" PJRC...
335 replies | 4751 view(s)
-
04-08-2021, 06:54 AM
Does this lead to a way to have a message queued to the app : docs.microsoft.com/en-us/windows/win32/inputdev/about-raw-input
Seems that provides a way to get a WM_INPUT message for a registered device before Windows...
7 replies | 195 view(s)
-
04-08-2021, 06:33 AM
Good CLEANING job mjs513! :: libraries\HM01B0\examples\hm01b0_test
> Works single shot and continuous!
That is The Machine learning carrier taking an "up" photo from my keyboard tray - As displayed with 2.2" ::...
335 replies | 4751 view(s)
-
04-08-2021, 01:49 AM
Never got one of those 7789's - found a 7735 but size is off. ILI9341's galore ...
335 replies | 4751 view(s)
-
04-08-2021, 01:19 AM
And for a display? showing
#include <ST7735_t3.h> // Hardware-specific library
#include <ST7789_t3.h>
#include <SPI.h>
#include <SD.h>
#define TFT_DC 1
#define TFT_CS 5
335 replies | 4751 view(s)
-
04-08-2021, 01:15 AM
@mjs513 - is this just plugged in without alteration to the ML Carrier for voltage as Paul may have done?
335 replies | 4751 view(s)
-
04-06-2021, 07:29 PM
Assuming this is a T_4.x from context and 912 MHz speed? And no idea how much soldering and other added thermal mass attached.
On T_3.6 and prior Teensy the CPU speed was derived from common clocks and changing...
4 replies | 212 view(s)
-
04-06-2021, 06:59 PM
On a 'good' day "unlimited" power is nice :(
> Sounds like your attention will be good for having it made right, as usual.
335 replies | 4751 view(s)
-
04-06-2021, 05:18 PM
Suppose SFun ATP docs would show the circuit for their USB-C and power to the board and HOST connect. Maybe too much for a quick/simple board - but it would be nice to have that power - especially with display and HOST...
335 replies | 4751 view(s)
-
04-06-2021, 04:37 PM
Thanks for that.
Busy morning here - the PJRC Carrier board looks good.
Having USB-C would be okay - or better. Assuming using that connector is how the SFun ATP board presents more power to the board?
Using...
335 replies | 4751 view(s)
-
04-06-2021, 09:34 AM
Yes, like before in the other thread for the outputs:
for (int i = NB_PADS; i < NB_PADS+NB_PADS; i++) {
But - using analogWrite ... with those correct offsets ... should be more direct with hardware support...
6 replies | 119 view(s)
-
04-06-2021, 07:15 AM
@Jibeji - you made a new thread I see ...
T_3.2 has PWM driven Analog pins. I just wrote this on a T_4.1 for A9 or pin 23 the T_3.2 has as well.
void setup() {
Serial.begin(115200);
while (!Serial && millis()...
6 replies | 119 view(s)
-
04-06-2021, 06:47 AM
Indeed the T_3.6 was potent at 256 MHz - @BrTaylor can fill more details - seems the IMU cycle was 500Hz with what he was doing years back - and reading GPS strings in addition to the 9DOF IMU - and sending all data off...
19 replies | 258 view(s)
-
04-06-2021, 06:14 AM
Great that was an easy solution for the situation to get your system in spec and ready to ship and install.
6 replies | 100 view(s)
-
04-06-2021, 01:41 AM
@Paul:
Minor edit to LFSIntegrity to HALT on failed myfs.begin() :: github.com/PaulStoffregen/LittleFS/pull/11
77 replies | 4929 view(s)
-
04-06-2021, 01:40 AM
Minor edit to LFSIntegrity to HALT on failed myfs.begin() :: github.com/PaulStoffregen/LittleFS/pull/11
- just got two T_4.1's mixed up and failed to catch the passing NAND and NOR fail notice on QSPI
834 replies | 31651 view(s)
-
04-06-2021, 12:04 AM
@brtaylor might have some real world flying Teensy experience?
The T_4.1 bottom QSPI pads can hold PSRAM'S - not static enough perhaps.
> how much space is needed?
> how many bytes/sec to write?
Asking because...
19 replies | 258 view(s)
-
04-05-2021, 10:42 PM
With active INPUT_PULLUP coming from the T_4.0 - could the 5V just be cut? Remove the resistors or stop the source 5V feeding them?
That would leave the T_4.0 holding 3.3V until the NO button is closed.
6 replies | 100 view(s)
-
04-05-2021, 10:11 PM
There are solderable boards laid out in breadboard format that headers could be put onto to socket a T_4.1 if not soldered directly.
That would give 'generic' but solder reliable access to all pins.
Given all the...
4 replies | 184 view(s)
-
04-05-2021, 07:38 PM
RE: Hat/Carrier ID - indeed adding anything would take board space and use up a pin or more or require some 'bus' to be polluted. Or in that rPi hat case - require more effort.
Looking at NewPinTest - the code is not...
335 replies | 4751 view(s)
-
04-05-2021, 06:46 PM
Indeed confirmed with NewPinTest in p#166 above : No pins change on Display Carrier SD insert/remove. Also updated the PullUp test shows pin#2 held low. So there is possibly a 'signature' for each board reading GPIO in...
335 replies | 4751 view(s)
-
04-05-2021, 06:15 PM
P#54 shows:
On MMod DataLogger and MACHINE LEARNING PIN 10 is the CARD INSERT says NewPinTest!
And p#34 has : NewPinTest sketch
I wondered about Carrier Board detect too. Nothing Easy - would be piecemeal for...
335 replies | 4751 view(s)
-
04-05-2021, 05:50 PM
Quick note : using the prior posted NewPinTest it showed pin 10 ( also CS? ) as the card insert detect.
That would work on SD pins as well for ID - though I did not do that.
@KurtE - pulled down the newer non-debug...
335 replies | 4751 view(s)
-
04-05-2021, 07:49 AM
Should be some easy change to : UpdateHistogram() @ HD_ThermalCam_v1.0.ino#L694
Display.fillRect(293, 200 - (j * 3), Length, 2, ILI9341_BLACK);
Display.fillRect(293 + Length, 200 - (j * 3), 24 - Length, 2,...
7 replies | 270 view(s)
-
04-05-2021, 03:32 AM
Noted sketch was the one in USB_HOST_T36 :: mscTesting.ino
Just ran bare 640MB HDD on SATA Adapter and like prior post is shows the APRICORN adapter not the Drive maker as VerndorID:
connected 1
initialized...
475 replies | 5566 view(s)
-
04-05-2021, 03:04 AM
Nice looking work!
7 replies | 270 view(s)
-
04-05-2021, 12:47 AM
Modified TSET to work with Beta SFun MicroMod Teensy for Windows CMDLINE build :: github.com/Defragster/Tset
>> Works with IDE
>> Best with Integrated TyCommander, when updated to support MicroMod (done with a...
335 replies | 4751 view(s)
-
04-04-2021, 12:12 PM
Yes, the beta included testing of the 15 second restore.
Once the Teensy is packed by PJRC the Restore Blink sketch is FROZEN in a no re-write block - so that had to be perfected before production. That code was...
16 replies | 279 view(s)
-
04-04-2021, 11:41 AM
When you say 'removed power'?
> That should not be needed, and if the RED LED was in the 'sits there' state and power was removed the Restore was not yet complete - possibly just the failure to fully blank the...
16 replies | 279 view(s)
-
04-04-2021, 07:12 AM
Good work and good luck KurtE! Looking forward to getting to use it.
As KurtE saw in Github email - @koromix will build release if the debug version of the edited code works.
335 replies | 4751 view(s)
-
04-04-2021, 07:03 AM
Running the newest version of Windows for last years as it has evolved and never any trouble with Windows 10. In fact this machine is on the not yet released 2021 Half One release on the Dev channel.
For a NEW...
16 replies | 279 view(s)
-
04-04-2021, 04:30 AM
The sketch ran one time - I hit enter with the FLASH drive directly plugged in > giving the first output block
I pulled the FLASH and plugged in the Single Hub Device that has a 120GB HDD in it ( while it was...
475 replies | 5566 view(s)
-
04-04-2021, 03:11 AM
Second test - Powered that Hub its internal HDD and added Flash come up.
Pulling USB cable turns off the Carrier board and also Using the Nifty Digistump USB power line switch it stays connected USB but switches off...
475 replies | 5566 view(s)
-
04-04-2021, 02:25 AM
I copied libs yesterday - just got a compile done in USB_HOST_T36 :: mscTesting.ino
SerMon out put below shows it finding First the SINGLE 64MB Flash drive.
Wondering about a HUB ... my external (powerable HUB)...
475 replies | 5566 view(s)
-
04-03-2021, 10:54 PM
Not sure what sketch is being uploaded? Sounds like it is cratering on starting?
Try a simple blink with USB:Serial and add this to start setup() to see if anything shows up with SerMon ready on the right port when...
12 replies | 202 view(s)
-
04-03-2021, 10:50 PM
Not seen email reply - just made an issue as I should have : Koromix/tytools/issues/75
335 replies | 4751 view(s)
-
04-03-2021, 09:32 PM
That shows as :: fork of Richard Barry's freeRTOS, optimised for the Arduino AVR devices.
It is on the ESP 1 and 2 core and on the NRF's to allow time for radio interruptions
<edit>: if an easy Arduino standard...
468 replies | 49498 view(s)
-
04-03-2021, 09:28 PM
Good - as it seems from the board : Wire and Wire2 ... once I got enough clarity on the silkscreen and noting the cusp over WIRE1.
335 replies | 4751 view(s)
-
04-03-2021, 07:38 PM
@mjs513 - incomplete question - and silkscreen read ... ?
There are two qwiic'c on ATP in pic low left and right.
Assume left qwiic is WIRE == i2c, and right qwiic is pulling from those pins as WIRE2 == SDA1 ==...
335 replies | 4751 view(s)
-
04-03-2021, 06:33 PM
@KurtE: No word from @koromix on update to TyComm to support T.MM - you did it before ... code is 0x26 for T.MM
> That would be great.
Yes, tiny camera module
@mjs512: Pinout 'card' looks handy including note "...
335 replies | 4751 view(s)
-
04-03-2021, 09:05 AM
The sniffer looks like fun - I ordered one but never used it yet.
Those solder points are tiny targets - but it can work - as long as the 3.3V probe avoids the GND and the GND probe avoids the 3.3V.
The #ifdef'd...
17 replies | 238 view(s)
-
04-03-2021, 08:48 AM
Glad to help, have fun with the rest of it.
3 replies | 74 view(s)
-
04-03-2021, 08:38 AM
Yes.
The second loop never runs because 5 is not less than NB_PADS==5
try:
for (int i = NB_PADS; i < NB_PADS+NB_PADS; i++) {
pinMode (i, OUTPUT);
digitalWrite(i, HIGH); // <-- this should illuminate...
3 replies | 74 view(s)
-
04-03-2021, 08:28 AM
That is a static reading of the pins in Pull Up or Pull Down when that 'test mode' is entered.
Ideally with nothing connected all pins should show 0 on PULL DOWN and 1 on PULL UP, when things are connected, or there...
17 replies | 238 view(s)
-
04-03-2021, 08:00 AM
Opps - that was updated for use on a T_4.0 and 4.1 - not properly #ifdef'd it seems ... I wondered about that ... I'll give it a look ...
Here is a quick edit to pull out the 1062 specific code Paul wrote to test...
17 replies | 238 view(s)
-
04-02-2021, 05:18 PM
Cool - glad I asked - that was easier than being first :) ... got run for new windshield install ...
335 replies | 4751 view(s)
-
04-02-2021, 05:16 PM
:) - nice to get to use the mapped SFun MMod names!
Standard Metric? that's an oxymoron here :)
> Thanks :: 4mm M2.5 pitch screw
-- > Even if it takes a Longer 10mm and a pair of locked nuts at 4mm - I'll have one...
335 replies | 4751 view(s)
-
04-02-2021, 04:58 PM
Me too - you did good :) , didn't see it had been tested with that (pre-release?) 2Mb variant Paul got so just hooked it up. It has been on my mind to see it run so requested one.
834 replies | 31651 view(s)
-
04-02-2021, 04:43 PM
@luni - mmBus works on ATP pins G0-G7:
void loop()
{
digitalToggleFast(D0);
delay(600); // much blinkier that (1)
mmBus = 0xff; // write 8bit value to bus
digitalToggleFast(D0);
...
335 replies | 4751 view(s)
-
04-02-2021, 03:17 PM
@mjs513 - can you list the current github'ery needed for MSC/MTP/USB_HOST/??? as needed to get current with that?
335 replies | 4751 view(s)
-
04-02-2021, 09:06 AM
I saw 'just' written after I posted and started to edit - but never know if posts are read before I can edit ... but the MMod JUST arrived :)
That test was created - with two of them special - when @loglow was making...
17 replies | 238 view(s)
-
04-02-2021, 09:01 AM
Sorry - trying to get off this thing for Zzzz's ...
The D0 was a total mystery until I looked in the header ... and then read the silkscreen ... left it to be funny ... because you are mapping to be helpful and it...
335 replies | 4751 view(s)
-
04-02-2021, 08:52 AM
thread search found it for me - #34 :: MicroMod-Beta-Testing
I did edit a BOLD label with advanced on it just now.
17 replies | 238 view(s)
-
04-02-2021, 08:36 AM
Was wondering why SerMon output showed AUDIO when the code snippet did not.
But 11 and 13 are the T_3.6 default functions for those pins - so those lines are not useful - unless moving SCK to #14 with audio adapter....
17 replies | 238 view(s)