Tag Archives: Arduino

Bibliotheken om het leven makkelijker te maken (part 3)

124 keer bekeken / views Dit is het derde deel van drie posts over drie bibliotheken die ik heb geschreven om ons leven makkelijker te maken: Dit is het 3e deel en gaat dus over de Filesystem Manager. In mijn … Continue reading

Posted in Uncategorised | Tagged , , , , , , , | Leave a comment

Arduino to PlatformIO project conversion

[ ] I developed hardware for a friend to control the underfloor heating of his house more effectively and efficiently. To test this hardware I wrote software with the Arduino IDE. For me the only way I knew. Je kunt … Continue reading

Posted in Aandewiel, Arduino, Computer, Firmware, Uncategorised | Tagged , , , , , | 6 Comments

Experimenteren met Micro Controllers

Zo nu en dan krijg ik de vraag om een ontwerp te maken voor een specifieke toepassing. Als je mijn posts leest zul je weten dat ik geen voorstander ben van zogenaamd “Solderless Breadboards“. Daar heb ik een goede reden … Continue reading

Posted in Arduino, ESP32, ESP8266, Hardware, Uncategorised | Tagged , , , , , | 5 Comments

External Hardware Watchdog with ATtiny85

This post has 3,924 keer bekeken / views Sometimes the internal Watchdog Timer (WDT) of a MCU is working more against you than that it ‘helps’ you. Also an internal WDT is not always up to the task of resetting … Continue reading

Posted in Uncategorised | Tagged , , , , , | Leave a comment

Extending GPIO pins on your Micro Processor

[ ]Somehow, no matter what micro processor I choose, I end up with too few GPIO pins for the projects needs or for what I want to do. For a recent project I switched from the ESP8266 to the ESP32 … Continue reading

Posted in Arduino, ESP8266, Hardware, KiCAD | Tagged , , , , , , | Leave a comment

Controlling Lots of Relays with only 2 GPIO pins

Piggyback board for 8- or 16-relays boards to control with I2C Continue reading

Posted in Arduino, Computer, ESP8266, Hardware, WiFi | Tagged , , , , , , | 1 Comment

1of! Platform for developing ESP8266 devices

[ ]  Developing hardware almost always run through the same stages: It starts with an idea You design a concept on paper or in your head Using a solder-less breadboard you connect parts to see that it works as you … Continue reading

Posted in Arduino, Computer, ESP8266, Hardware, WiFi | Tagged , , , , , | 3 Comments