Chris Drake
Chris Drake
presumably someone has to do something on the MCU to set up the SSID/password, load something to accept connections, and run it... so telling us what that might be would...
Pity, since it's a nice tool, and since lots of us tried to contribute, but all our efforts just drop on the floor...
Many boards use the serial RTS and DTR pins to control the MCU reset and GPIO0 lines - to enable "hardware reset" and firmware uploads for your board. For example...
turns out the bug was in python ( https://github.com/pyserial/pyserial/issues/729 ), which found its way to pyboard, and then to you... it has a workaround though.
adds the code to meter access to only those with the password. the password is hard-coded in here, and is this: pass
Please tell us the esptool flash command. (thonny is a mess for many people, me included, and doesn't support a CLI) About 50% of firmware I've seen flashes from 0x0,...
You need to install these: `yum -y install libftdi-devel libusb-devel libusb1-devel libusb1-static libudev libudev-devel libusb-static` Then grab the latest source: `git clone https://github.com/manuel-domke/infnoise.git` You need to fix your systems usb.h...
test/test_ecdsa.c WORKS with this:- #define uECC_OPTIMIZATION_LEVEL 2 but FAILS with this:- #define uECC_OPTIMIZATION_LEVEL 4
Hi Paul - I added a feature to your already-awesome PDM code :-) I'm working to live-stream binaural 3D-stereo underwater whale-songs to youtube, and those are rather quiet (from where...
Seems to indefinitely grow the input buffer by double at regular intervals, resulting in system memory starvation eventually. Example of problem:- ``` # echo ' PID USER PR NI VIRT...