Daniel Quadros
Daniel Quadros
From one_write.h: ``` struct rom_address_t { uint8_t rom[ROMSize]; }; ``` So, rom_address_t is a structure with one field named rom that is a vector of uint8_t. You should declare TB1_Address...
I will create a more detailed issue, but this happens because the Windows FTP client sends an OPTS command before authorization and the server replies with a "530" error. Changing...
Just saying that I got the same problem. Arduino uses the DFU mode for upload, if you download to the Nano ESP32 a program compiled with the Espresif package, after...
> I tried to do so in Linux using IDE `2.3.2`, ESP32 core rev `3.0.2` and FQBN `esp32:esp32:nano_nora`, but I could not: a single "Upload with programmer" here does result...
> @dquadros thanks for the feedback. Did the "Upload using programmer" use `esptool` or DFU? Also, just to confirm, exactly _when_ is the VID/PID different in your case? The "Upload...
I was looking at the MCP33131D datasheet and in one of the figures SDI is just connected to DVio (the supply voltage) instead of the MOSI pin, that should solve...
> My (uneducated) guess, is that ts NOT a board problem, but usage, e.g. in some projects the library is being used as part of a ESP task (e.g. using...
A made a few tests and could not reproduce the problem with ESP32 Arduino v 3.01 and a original ESP32 with the line commented out.
Maybe this is related to this issue: https://github.com/espressif/arduino-esp32/issues/10547 Notice that they are saying that "the idle task WDT was disabled it on the second core". I've asked for more information...
Sorry, I only found a "Product Summary" with no information on the I2C communication. Daniel On Sunday, October 20, 2024 at 04:02:36 AM GMT-3, keyurthumar ***@***.***> wrote: Hello @dquadros I...