Devilal

RTC Time Display in OLED using Arduino

Overview In this tutorial, we are going to make a digital clock with Arduino UNO, an RTC module and an OLED display. Hardware & Software Needed Arduino IDE Arduino UNO DS3231 SSD1306 128×32 OLED Screen Project circuit: DS3231 RTC Description DS3231 RTC is a precise real-time clock module with 32Kbit EEPROM and a built-in 10bit…

Read More

How to interface interrupt in Arduino

Overview In this tutorial, we will look at Arduino interrupts. Interrupts are useful in many cases where a process simply wants to continue its main function, and other devices (timers or external events) come to its attention if necessary. Specifications:  ATMEGA2560  Microcontroller  Operating Voltage: 5V  Input Voltage (recommended): 7-12V  Input Voltage (limits): 6-20V  Digital I/O Pins: 54 (of…

Read More

7 Segment Display Using TMS320F28335

Overview This is a simple project on the seven segment display interface with tms320f28335. The tutorial presents a simple example of printing numeric numbers on a seven-segment display. The tutorial task is to print numbers from 0 to 9 on a single seven-segment display. There are two types of seven-segment displays, Common Anode and Common…

Read More

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

Button Interfacing Using TMS320F28335

Overview This article will teach you all the steps required by a beginner to interface a Push Button with TMS320F28335. In this article, you will learn how to make a pin input in TMS320F28335 and how to read a Digital pin in TMS320F28335. Things you should have before continuing. SOFTWARE:  Code Composer Studio HARDWARE REQUIRED: DSP controller…

Read More

Led Blink Using TMS320F28335

Overview In this tutorial, we will learn how to blink the LED using the TMS320F28335 microcontroller. SOFTWARE:  Code Composer Studio HARDWARE REQUIRED: Specifications: TMS320F28335 Microcontrollers On-chip memory Communications peripherals Analog subsystem Enhanced control peripherals (EPWM) •16-bit or 32-bit External Interface (XINTF) Up to 88 individually programmable, multiplexed GPIO pins with input filtering Three 32-bit CPU…

Read More