Arduino
- Details
- Parent Category: Mod's
Finally a 5GHz WiFi Arduino!
Yes, a Dual Band Arduino for 5GHz WiFi, and 2,4GHz, and BLE, what a unit 🥰
- Details
- Parent Category: Mod's
Arduino Library Index Health Check
Or, how well is it with the 6.000+ librarys in the Arduino Library Manager? 🤔
Let´s do some "Big Data" things, ask ChatGPT, make a couple of thausand API querys, and draw important looking charts! 😀
(And here is also all whats needed to reproduce this by yourself)
- Details
- Parent Category: Mod's
Github CI, automate your code testing!
Testing... who likes it? Not many... But it has to be done, so lets do it automatically! And spend more time doing other stuff 😀
First, what is testing?
In its simplest form testing can be compiling. If it compiles, its ok. But this does not tell if its working as intended, so testing can also be to run specific simulated scenarios and check if the result is as expected.
To make it quickly a lot more challenging, how about it needs to compile without any warning? 😬
Besides this, tests can also be performed for spell checking, code formatting and basically everything you can think off!
- Details
- Parent Category: Mod's
Arduino UNO R4 Wifi RTC
Der Arduino UNO R4 Wifi benötigt für eine Echtzeituhr (RTC) nur eine Batterie, alles andere ist bereits auf dem Arduino UNO R4 vorbereitet!