Kickstarter DIY Portable Soldering Iron Kit at $45
https://www.electronics-lab.com/kickstarter-diy-portable-soldering-iron-kit-45/
Portable soldering irons are recently getting popular among hobbyists, especially after the launch of the TS100 portable soldering iron. Although one can simply purchase a portable soldering iron from the many available options, hobbyists and DIY lovers would always enjoy making their own at home. Keeping this in mind, youtuber ElectroNoobs has recently launched a […]
Using Interrupts with Arduino
https://www.electronics-lab.com/using-interrupts-arduino/
We can say that an Interrupt is an automatic transfer of software execution in response to a hardware event that is asynchronous with the current software execution. As it’s name says, interrupts, “interrupt” the normal program flow to perform an action (run another code block, function, etc.) and return back to the normal program flow […]
Menu on Nokia 5110 LCD display with Arduino
https://www.electronics-lab.com/menu-on-nokia-5110-lcd-display-with-arduino/
We have published quite a number of tutorials using different displays with the Arduino, with the most recent being the tutorial on displaying graphics on all kind of displays with Arduino. For today’s tutorial, we will look into achieving more with displays by implementing a menu based system with the Nokia 5110 LCD display and […]
TextToSpeech – Multi languages/voices packs in SD card.
https://www.electronics-lab.com/texttospeech-multi-languages-voices-packs-sd-card/
Add speech to your projects. Raspberry & Arduino compatible. Use ‘serial port’ to send speech text in any language. .WAV Player. Make it simple to add speech to any of your projects. It only takes 3 wires to connect it with an Arduino or a Raspberry. By coping a .WAV file on the SD, you […]
Menu on Nokia 5110 LCD display with Arduino
https://www.electronics-lab.com/menu-nokia-5110-lcd-display-arduino/
We have published quite a number of tutorials using different displays with the Arduino, with the most recent being the tutorial on displaying graphics on all kind of displays with Arduino. For today’s tutorial, we will look into achieving more with displays by implementing a menu based system with the Nokia 5110 LCD display and […]
Robo HAT MM1 – An open source robotics and automation controller for Raspberry Pi
https://www.electronics-lab.com/robo-hat-mm1-open-source-robotics-automation-controller-raspberry-pi/
The Robotics Masters Robo HAT MM1 is an open source robotics controller board for Raspberry Pi. It removes the initial barriers to starting any robotics project by providing all the hardware you need in one easy form factor. The wide compatibility with many open source software libraries such as CircuitPython, SeeSaw, and Arduino IDE gives […]
The Maixduino – Sipeed’s New Neural Network MAix-Based Board
https://www.electronics-lab.com/maixduino-sipeeds-new-neural-network-maix-based-board/
Sipeed released their 64-bit RISC-V MAix module at the end of last year, crowdfunding a series of boards on Indiegogo built majorly to do machine learning inferencing at the edge, with no cloud needed. There has been a lot of work put in, to document and support the MAix module, including both Arduino support and […]
ESP8266 Weather Monitor with tiny OLED display
https://www.electronics-lab.com/esp8266-weathermonitor-with-tiny-oled-display/
deantonious @ github.com has shared the Arduino code and PHP api for a simple ESP8266 weather monitor with 128×32 pixel oled display. Not much additional details are given, but we thought worth sharing this interesting mini project. ESP8266 WeatherMonitor with tiny OLED display – [Link]
Win a TE AmbiMate MS4 Dev Kit!
https://www.electronics-lab.com/win-te-ambimate-ms4-dev-kit/
Here’s your chance to win a TE AmbiMate MS4 Sensor Module Dev Kit, together with an Arduino MKR1000! TE AmbiMate MS4 development kits enable you to build prototypes and evaluation boards for systems incorporating TE’s state-of-the-art AmbiMate MS4 Series sensor modules. To enter the giveaway, you must subscribe or be a current subscriber to our […]
BreadShield – Bridging Arduino to breadboard with no jumper wires
https://www.electronics-lab.com/breadshield-bridging-arduino-breadboard-no-jumper-wires/
BreadShield is a shield that maps Arduino pins to breadboard ties without jumper wires. It inserts into both of them, bridging them together mechanically, electrically, and firmly. Using jumper wires gets messy and tedious Many projects start with connecting an Arduino and a breadboard using jumper wires. But jumper wires can easily become too many […]