PowMeter Shield Nano – Tiny power monitor shield for Arduino
https://www.electronics-lab.com/powmeter-shield-nano-tiny-power-monitor-shield-arduino/
The powerful, tiny power monitor shield for your Arduino Nano. Constantly and completely monitor your Arduino project’s power consumption with the PowMeter shield. This versatile solution replaces up to four multimeters with a ten gram device. Advantages of PowMeter Nano: A very small footprint. The shield attaches directly to your Nano, adding only 23 millimetres […]
Sony’s Spresense Multicore Microcontroller made for IoT development
https://www.electronics-lab.com/sonys-spresense-multicore-microcontroller-made-iot-development/
Spresense is a compact development board based on Sony’s power-efficient multicore microcontroller CXD5602. It allows developers to create IoT applications in a very short time and is supported by the Arduino IDE as well as the more advanced NuttX based SDK. Integrated GPS – The embedded GNSS with support for GPS and GLONASS enables applications where […]
Elegoo Gift Guide Is for a Complete Arduino Starter Kit with 20% discount
https://www.electronics-lab.com/elegoo-el-kit-001-complete-hands-arduino-starter-kit/
Arduino is an open source software and electronics platform that has evolved the open hardware, DIY (do it yourself), makers, STEM, and the electronics industry. Arduino has grown to be one of the best learning platforms for young engineers and students. Using an Arduino a student new to electronics and embedded systems can easily build […]
Prestissimo Uno+: Arduino with more I2C UART SPI ADC IO PWM
https://www.electronics-lab.com/prestissimo-uno-arduino-i2c-uart-spi-adc-io-pwm/
All the simplicity of the Arduino Uno plus extra I2C UART SPI ADC IO and PWM channels. A development board for the new ATmega328PB MCU. The Prestissimo Uno+ is a platform for rapid electronics development and prototyping that brings us the simplicity, ease of use and reliability of the Arduino Uno but with extended functionality. […]
SAMD21 LoRa Development Board with GPS
https://www.electronics-lab.com/samd21-lora-development-board-gps/
Michael Krumpus designed and built a SAMD21 development board with LoRa radio module and GPS receiver, that is available on GitHub: I’ve been doing some LoRa projects lately in order to learn as much as I can about this exciting new radio technology (see this LoRa mesh networking project and this LoRa weather station). ATmega328-based […]
Using the 433MHz RF Transmitter and Receiver with Arduino
https://www.electronics-lab.com/using-433mhz-rf-transmitter-receiver-arduino/
While building microcontroller based projects, there are occasions where communication will be required between two devices, either in a duplex/transceiver based operation (where both devices can transmit and receive at the same time) or in a simplex-based operation where communication is one way (Receiving device cannot transmit and the transmitting device cannot receive). Several options […]
Getting Started with the NodeMCU (ESP8266 Based Development Board)
https://www.electronics-lab.com/getting-started-with-the-nodemcu-esp8266-based-development-board/
As the popularity of Arduino boards increased, the demand for boards which comes embedded with some of the add-ons used with the Arduino increased. One of the most popular add-ons were the WiFi modules which are used to connect Arduino boards to the internet. Several boards were released by different manufacturers which used the Arduino […]
Interesting Sensors To Add To Your Weather Station Project
https://www.electronics-lab.com/interesting-sensors-to-add-to-your-weather-station-project/
A Weather station project is a project that gives you information about the weather in a particular area and is quite useful for a lot of things like planning of the day, farming and several others. A weather station project is one of those projects where you can have different types of sensors attached to it. […]
Arduino + WebUSB + Circuit Simulator = Fun
https://www.electronics-lab.com/arduino-webusb-circuit-simulator-fun/
Connect your Arduino via WebUSB with an web application circuit simulator. by FreeGroup @ www..arduino.cc A awesome feature in Chrome is support for the WebUSB API, which allows web apps to communicate with USB devices, once user consent is given. This opens up a ton of cool possibilities for the future of web application and […]
Easy Motion and Gesture Detection by PIR Sensor & Arduino
https://www.electronics-lab.com/easy-motion-and-gesture-detection-by-pir-sensor-arduino/
Here we use PIR sensor and Arduino to detect the motion of a hand. This detection can be used to operate electronic equipment. By ElectroPeak @ hackster.io: In this article, we’ll show you how to make a gesture detector by simple components like PIR sensor and Arduino Nano. At the end of this article you […]