David Stacer
David Stacer
I was able to get the serviceDataUUID and serviceData that contains the advertisement working on a ESP32. https://bitbucket.org/dstacer/workspace/snippets/jBoazB My knowledge of C++ is very little so code may not be...
In many of my projects, I've been using a ESP-01 (ESP8266) with some code to send Syslog messages. Connected the TX pin on the ESP32 to the RX of the...
Is the %f format for float or double supported? float test_float = 45.6; Serial.printf("test_float is %f \n", test_float); results in some hex character being printed out. Serial.print("test_float "); Serial.println(test_float); results...
I'm encountering similar issues trying to get various SD Cards to work. Sometime a card will work for a while then not mount. I had some success in running a...
LoraWAN-MAC-in-C library From https://github.com/mcci-catena/arduino-lmic about section.
If you have a battery connected, it will switch the power from the battery on or off from supplying power to the board.