Pointers and references
Pointers and references are very useful, but equally confusing, especially for beginners. This is an attempt to bring some light into the darkness.
Read MorePointers and references are very useful, but equally confusing, especially for beginners. This is an attempt to bring some light into the darkness.
Read MoreSD cards are the medium of choice for storing large amounts of data. I show how to control SD card modules with the Arduino.
Read MoreIn the second part of the post about libraries and classes, I use the MPU6050 to show how you write Arduino libraries for sensors or other devices to be controlled and what typical issues arise.
Read MoreThis post is part 1 of a crash course on libraries and classes. It is designed to help you get started with this complex topic.
Read MoreUsing the nRF24L01 and the RF24 library, you can exchange data between microcontrollers via 2.4 GHz radio. I show how it works.
Read MoreThanks to the package megaTinyCore, you can easily program the ATtinys of the tinyAVR series 0, 1 and 2 with Arduino code. I present several options for the upload of your setches.
Read MoreAbout this post In the last post, I introduced the ADS1220 24-bit, 4-channel A/D converter and my associated library. In this sequel, I will show you how to…
Read MoreI introduce the ADS1220 4-channel, 24-bit A/D converter and my associated library using several example sketches.
Read MoreTo save valuable flash memory on ATtinys when using I2C, you can use alternatives to Wire.h such as TinyWireM. I show how it works.
Read MoreThe ATTinyCore package enables you to program a large part of the ATtiny family via the Arduino IDE. I show how this works with or without bootloader.
Read More