New Arduino Book Teaches Electronics Skills One Project at a Time
https://www.electronics-lab.com/new-arduino-book-teaches-electronics-skills-one-project-time/
San Francisco, CA (July 7, 2017)—School’s out for summer, but learning doesn’t have to stop at the classroom door. For parents and educators looking to keep their students exploring, tinkering, and creating, No Starch Press offers the latest addition to its lineup of STEM books. The Arduino Inventor’s Guide (No Starch Press, $29.95, 336 pp., […]
RandA, Combining Raspberry Pi & Arduino
https://www.electronics-lab.com/randa-combining-raspberry-pi-arduino/
Two years ago, open electronics had produced “RandA“, an Atmega328-based board for Raspberry Pi to deliver the advantages of both, Raspberry Pi and Arduino. Earlier this month, an updated version of RandA has been released to be compatible with Raspberry Pi 3. RandA is a development board that leverages the hardware equipment and the computing power […]
Cinque, Combining RISC-V With Arduino
https://www.electronics-lab.com/cinque-combining-risc-v-arduino/
After announcing “HiFive1” at the end of 2016, SiFive is introducing its second RISC-V based development board “The Arduino Cinque“. It is the first Arduino board that is featuring RISC-V instruction set architecture. Arduino Cinque is running SiFive’s Freedom E310, one of the fastest and powerful microcontrollers in the hardware market. It also includes built-in Wi-Fi […]
rDUINOScope – Arduino Telescope Control
https://www.electronics-lab.com/rduinoscope-arduino-telescope-control/
Dessislav Gouzgounov @ hackaday.io build an Arduino Due based, open source, goto telescope controller. The initial idea was to create cheap and easy to build alternative of commercially available GOTO hand controllers, but in a better, feature rich way. In the heart of the system is the rDUINOScope Software, some 2500 rows, controlling all HW […]
Arduino Analog Thermometer With DS18b20 Module
https://www.electronics-lab.com/arduino-analog-thermometer-ds18b20-module/
Sometimes, it is necessary to add a temperature indicator into your projects. Therefore, in this tutorial you will learn how to hack your analog Voltmeter and convert into an analog Thermometer using Arduino and a DS18B20 temperature sensor. Arduino Analog Thermometer With DS18b20 Module – [Link]
STM32 Arduino compatible board
https://www.electronics-lab.com/stm32-arduino-compatible-board/
HardiqV @ instructables.com build an alternative board to Arduino using STM 32 series of mcus. We love the Arduino board and it’s prototyping platform . It makes the complete prototyping process smooth and enjoying with the help of it’s add on such as Arduino IDE and a huge community support.But sooner or later you will […]
ERASynth, An Arduino-Compatible RF Signal Generator
https://www.electronics-lab.com/erasynth-arduino-compatible-rf-signal-generator/
A young startup based in Istanbul has launched a crowdfunding campaign to bring its RF Signal Generator “ERASynth” into mass production. ERA Instruments is specializing in creating solutions in the areas of analysis, modelling, design and development of Communcation, RADAR and SIGINT systems. ERASynth is a portable analog signal generator that generates RF frequencies from 250 kHz to […]
Display Arduino analog input using LabVIEW
https://www.electronics-lab.com/display-arduino-analog-input-using-labview/
Zx Lee shared detailed instructions of how to display the Arduino measurements using LabVIEW: To get started, I will explain what is actually going on in Arduino. In this project, I am using an Arduino Nano to acquire signals and send the data to PC. As mentioned earlier, two analog input channels (A0 & A1) […]
Open-V, The Open Source RISC-V 32bit Microcontroller
https://www.electronics-lab.com/open-v-open-source-risc-v-32bit-mcu/
Open source has finally arrived to microcontrollers. Based on RISC-V instruction set, a group of doctoral students at the Universidad Industrial de Santander in Colombia have been working on an open source 32-bit chip called “Open-V“. Onchip, the startup of the research team, is focusing on integrated systems and is aiming to build the first system-on-chip designed in Colombia. The […]
Real Time Clock On 20×4 I2C LCD Display with Arduino
https://www.electronics-lab.com/real-time-clock-20x4-i2c-lcd-display-arduino/
Sometimes it may be necessary to use a display while making a hardware project, but the size and the type of the display may vary according to the application. In a previous project, we used a 0.96″ I2C OLED display, and in this project we will have an I2C 20×4 character display. This tutorial will describe […]