Skip to main content
avdweb
Home
Popular
Maxun e-kit
Spotwelder
Universal Power Control board
Solarbike
E-bike
Motor
Ebike Electronics
Batteries
Ebike misc.
Mechanical issues
Arduino
SAMD21
Arduino misc.
Hardware interfacing
Programming
Timing
ADC-DAC
Measurement
ATtiny3217
Tech tips
Tech tips Electronics
PCB
Composites
PV panels
Computer
Tech tips Miscellaneous
GPS
GPS info
Wandelingen (NL)
Fietsroutes (NL)
Miscellaneous
Columns
Life
Other
Archaeology
Search
Home
Popular
E-bike
Arduino
Tech tips
GPS
Miscellaneous
Search
Home
Arduino
Hardware interfacing
Interfacing with hardware
Arduino switch library with Short/Long Press, Double Click
Help: who wants to manage and maintain all my GitHub libraries? I want to transfer them to an interested engineer with C++ and Arduino skills. Here is the library list: https://github.com/orgs...
Read more
Arduino menu with one button without LCD
Related articles Bluetooth Watt meter User Manual One button menu This menu works without an LCD display and only requires one button and one LED. But it still has as many options as an LCD ...
Read more
Energy saving running LED bar graph
A LED bar graph is normally lit continuously. This is not useful for applications that need low energy consumption. That's why I made a LED bar graph that uses less energy. Instead of lit the LEDs ...
Read more
LTC2499 / LTC2493 24-bit ADC library for Arduino
Nathan D. Holmes and Michael D. Petersen have made a combined library (Ard2499) for two devices: LTC2499 24-bit ADC 24AA025E48 EEPROM From this, I have distracted a separate 24-bit ADC libra...
Read more
Arduino MAX17263 fuel gauge library
GitHub You can download the software on GitHub. This library is almost ready but I didn't finish it completely because I switched to another fuel gauge IC with high-side current sensing the LTC29...
Read more
Arduino ILI9341 overwriting text
Easy overwriting text at the ILI9341 display The Adafruit_ILI9341 library cannot print new text over other text correctly. The old text is not erased first as it should. With this librar...
Read more
Arduino heartbeat LED library with diagnostic blinking LED for errors
Arduino heartbeat LED class library This class combines a heartbeat live indicator with a handy diagnostics tool. You can show errors by its own LED blinking code message. Heartbeat show...
Read more
How to burn a bootloader on the ATmega and ATtiny
Intro The great advantage of the Arduino is that it can be programmed easily through the serial USB interface, which is made possible by the bootloader on the chip. This is called uploading. ...
Read more
MediaPlayer interface class for the Arduino Wave Shield
MediaPlayer class With the Arduino Wave Shield you can play audio files, controlled by the Arduino. Arduino wave shield The Arduino Wave Shield is not easy to use and requires a lot of...
Read more
How to use the Nokia 5110 LCD Module at Arduino
Contact problems Don't use the Nokia 5110 LCD anymore; I experienced contact problems and unstable brightness, so better take another LCD. LCD displays have a low power consumption and a good sunl...
Read more