Arduino Tutorial: Serial Plotter the new impressive tool of the Arduino IDE
https://www.electronics-lab.com/arduino-tutorial-serial-plotter-new-impressive-tool-arduino-ide/
A few months ago, with version 1.6.6, the Arduino IDE introduced a great new feature. It is called Serial Plotter and you can find it in your Arduino IDE under the tools menu. Using the Serial Plotter we can graph the output of our Arduino project in real time. A tutorial describing this feature and […]
HackPOD – 32 bit ARM Cortex-M4, programmable in Arduino
https://www.electronics-lab.com/49518-2/
HackPOD is a fast and powerful electronics development platform in a portable smartphone form factor. It is based on a 32-bit ARM Cortex-M4 chip running at a clock speed of 72 MHz and is programmable by the Arduino IDE and C language. It also features an integrated touchscreen LCD, in-built protoboard and SMT space, expandable […]
Microchip announced MPLAB® Harmony Graphics Composer GUI Tool
https://www.electronics-lab.com/microchip-announced-mplab-harmony-graphics-composer-gui-tool/
Microchip announced MPLAB® Harmony Graphics Composer (MHGC), a modern and flexible graphical user interface (GUI) composer tool. Microchip Technology Inc. (NASDAQ: MCHP), a leading provider of microcontroller, mixed-signal, analog and Flash-IP solutions, today announced the MPLAB® Harmony Graphics Composer (MHGC), a modern and flexible graphical user interface (GUI) composer tool. MHGC is a free development tool […]
Arduino – Laser Tripwire Alarm System
https://www.electronics-lab.com/arduino-laser-tripwire-alarm-system/
In this instructable, we will be building a laser guided tripwire alarm system using a SainSmart Leonardo R3 development board. Arduino – Laser Tripwire Alarm System – [Link]
SubPos: a WiFi Positioning Solution for Places GPS Can’t Reach
https://www.electronics-lab.com/subpos-wifi-positioning-solution-places-gps-cant-reach/
SubPos Positioning System – A “dataless” Wi-Fi positioning system that can be used anywhere GPS can’t. SubPos is an indoor positioning system that can be used in various environments such as metro lines, shopping malls, carparks, art galleries or even conference centers; essentially anywhere GPS doesn’t penetrate. It could also be integrated into an array […]
Bargraph Voltmeter 0-5V DC range – PIC16F686
https://www.electronics-lab.com/bar-graph-volt-meter-range-0-5v-dc/
Tiny Bar-Graph displays provide a Red color bright, easy to read display of Voltage range of 0 to 5V. This Bar-Graph has 20 segments in single color and display 0 to 5V DC. The Barograph Voltage monitor is based on PIC microcontroller with 10 Bit resolution ADC. This high performance measurement provides unique capabilities and […]
Bargraph Voltmeter 0-5V DC range – PIC16F686
https://www.electronics-lab.com/project/bargraph-voltmeter-0-5v-dc-range-pic16f686/
Tiny Bar-Graph displays provide a Red color bright, easy to read display of Voltage range of 0 to 5V. This Bar-Graph has 20 segments in single color and display 0 to 5V DC. The Barograph Voltage monitor is based on PIC microcontroller with 10 Bit resolution ADC. This high performance measurement provides unique capabilities and […]
Schematic, Mask, and Die Shot of Intel’s 4004 CPU from 1971
https://www.electronics-lab.com/schematic-mask-die-shot-intels-4004-cpu-1971/
Celebrating its 45th anniversary, adafruit stumbled upon these high-resolution images of Intel’s 1971-released 4004 CPU. Click any of the below images to view them at their maximum scale on the MIT domain: Schematic, Mask, and Die Shot of Intel’s 4004 CPU from 1971 – [Link]
1000 steps Servo motor
https://www.electronics-lab.com/1000-steps-servo-motor/
TheSuperSewcio @ instructables.com shows us how to control a servo motor in high precision using Arduino: In many project like CNC machines people use stepper motors. They are probably always more expensive than servos. They can rotate 360°, 1 step = 1,8° (mostly). Servos can rotate only from 0° to 180°, 1 step = 1°. But […]
ESP8266 RGB Color Picker
https://www.electronics-lab.com/esp8266-rgb-color-picker/
In this project, you’re going to build a web server with an ESP8266 to remotely control an RGB LED. This project is called ESP8266 RGB Color Picker. ESP8266 RGB Color Picker – [Link]