ESP32 programming

For general Flowcode discussion that does not belong in the other sections.
Post Reply
WingNut
Posts: 270
http://meble-kuchenne.info.pl
Joined: Tue Jul 13, 2021 1:53 pm
Has thanked: 41 times
Been thanked: 29 times

ESP32 programming

Post by WingNut »

Something i've noticed and thought to pass on. I've been working with ESPwroom and compiling to target via the normal manner with micro usb .
Having got so far I needed a case to put the device into so I got on the 3d printer. The slicer program I use is Cura. Slice your design and copy to micro sd card and plug it into the printer. Problem is Cura seems to hang on to the comms resulting in a failed write to device from flowcode. Not a big deal now that I know but had me scratching my head for an hour or two. Close cura and the esp32 programs ok. So even though it uses the thunderbolt connector it can tie up any other com port. It may just be my laptop but something to watch out for if your suddenly getting write errors

BenR
Matrix Staff
Posts: 1952
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 510 times
Been thanked: 698 times

Re: ESP32 programming

Post by BenR »

I've noticed this too, it seems Cura likes to intermittently talk to any available COM ports which wreaks serious havoc with any data being transferred.

Glad it's not just me this has caught out, think I've also lost hours to this on more then one occasion.

Post Reply