rtek1000
rtek1000
but maybe the serial port speed is different between the pro mini and the Uno, maybe that's why I have not had many problems, because I was already with a...
Hello, I have not yet had a chance to test the new IDE, but I suggest you take this issue to the arduino forum, because this IDE should work with...
Hello, I have tried IDE 1.8.7 with the esp-link, on windows 7 x64, and it looks normal, the only problem is that it does not work right if the serial...
It worked here ESP32(HSPI) + W25Q64: [Attached file:] ```C++ #elif defined (ARDUINO_ARCH_SAMD) || defined (ARCH_STM32) || defined(ARDUINO_ARCH_ESP32) SPIFlash::SPIFlash(uint8_t cs, SPIClass *spiinterface) { #if defined (ARDUINO_ARCH_ESP32) SPIClass SPI2(HSPI); SPIClass SPI3(VSPI); #endif...
Hello, maybe you can ask here: https://stackoverflow.com/questions/53675139/cannot-read-property-parameters-of-undefined-while-passing-context-actions-o
Hi, I managed to make the MCP4725 work, I filtered an example of the AN3281 from ST, here are the routines that worked: (Note: My MCP4725 froze more than once...
Thanks for the feedback, actually I had only found a few examples for other compilers, and this document AN, but now that you mention Wire, I'll look for where it...
https://github.com/tenbaht/sduino/tree/development/sduino/stm8/libraries/Wire
Note: I tried adding the '#include ' declaration. Before adding the declaration, it had 91% of used program space, and after adding the instruction #include the code started to occupy...
I watched the download until the error occurred, it looks like it wasn't a dropped connection, it must be something else. 