barbiani
barbiani
Hello, Is there a way to print some infornation to coolwatcher with a release build? Looks like #337 answers it as NO, but is there another way? Thank you.
Hello Fabrizio, Thank you for creating this great tool! I am experimenting with the composite video output to a 7'' 16:9 800x480 digital monitor. Currently running the base example with...
Hi, We are trying to flash the pico with an esp32s3 and a sd card. The esp32 setup can copy the uf2 to a usb flash drive and the destination...
Hi, I have just read a bunch of the documentation and did not manage to find how to exchange data with the network. API calls or UDP packets? Congratulations on...
Hi, I've found a small bug where the full input buffer is incorrectly shifted. https://github.com/coddingtonbear/arduino-managed-serial-device/blob/65e7f8c16e29ef04eea90ba5bdcf8fffd637d340/src/ManagedSerialDevice.cpp#L341
.\hex2bin.exe -k 3 -m 128 -T 0x2FFFF .\production.hex In this case I have the file size to be multiple of 128. The end of the file is like this: ...
Hi, We are trying to use GPIO7 as push-pull pin, but the cpu freezes while doing so. Currently, firmware flash is done via serial port. No SWD in use. Thank...
Hello, I am investigating the command delay feature in the chained execution and in does not seem to respect these delays. I did not see its test in the tests...
Hi, Been trying the libraries and found that: https://github.com/UncleRus/esp-idf-lib/blob/1abe2e5194b1a45c8878229ad893a058816cdd18/components/mpu6050/mpu6050.c#L1204 should be: I2C_DEV_CHECK(&dev->i2c_dev, i2c_dev_read_reg(&dev->i2c_dev, MPU6050_REGISTER_FIFO_R_W, data, length));
### Answers checklist. - [x] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there. - [x] I have updated my IDF branch (master or...