OTA Update Using ESP8266

Overview In this tutorial, we will learn how to program the ESP8266 OTA using the Arduino IDE. We will learn about an interesting feature of the ESP8266 NodeMCU module that will allow us to perform OTA updates over the air. This means that the ESP8266 module, like other Wi-Fi-enabled microcontrollers, supports over-the-air updating of firmware…

Read More

How to read from multiple channels of the ADC on a TMS320F28379D?

Introduction Analog to Digital Converters (ADC) translate Analog electrical signals for data processing purposes. With products matching performance, power, cost, and size needs, Analog Devices offers the industry’s largest A/D converter portfolio. As the world’s leading provider, these data converters enable accurate and reliable conversion performance in a range of applications such as communications, energy,…

Read More

Coin Based Mobile Charger Using Arduino

Overview A coin-based mobile charging system provides an alternative solution for all mobile users to charge their mobile phones during travel or in an emergency situation where they may not have conventional power banks. This system can also be implemented in shopping complexes and schools where mobiles are not allowed. This system is based on…

Read More

Programming Arduino With ATMEL-ICE

Overview This article explains how to connect an Atmel-ICE to an Arduino MEGA 2560 via the ICSP header with Arduino. Atmel-ice debugger: Atmel-ice debugger has two ports SAM and AVR as shown below figure Components Required Table S.No COMPONENTS QUANTITY link 1 ATATMEL-ICE 1 https://www.digikey.in/en/products/detail/microchip-technology/ATATMEL-ICE 2 ATmega 2560 1 https://www.amazon.in/IDUINO-ATmega-Compatible-Arduino Steps: Attach the Atmel-ICE ribbon cable to…

Read More