Martin Sickel
Martin Sickel
Dear All This is my Code to send Lora Data ` void loop() { //updateData(); sendLoraData(); for (int i = 0; i < 2; i++) { LowPower.powerDown(SLEEP_8S, ADC_OFF, BOD_OFF); }...
Dear Gentlemans If I check the start page, you are mentioning this page https://bitbucket.org/fuzzillogic/433mhzforarduino/wiki/Home It is one which will provide some code for RC-Switches and some Weather Stations for Arduinos....
Dear All is there a plan to add this to the current library? The Display interface is deprecated and isn't supported on all Alexa devices. To add multimodal experiences to...
Hi Guys It is an amazing tool, but will this be continued? I do not see a lot off traffic since begin of 2018. Martin
I have the following code where I try to write some data, unfortunately by writing the data to ESP it crashes some pieces of code ` void writeFile(fs::FS& fs, const...