LED Projects

Getting Started With the Particle Photon Internet Controlled LEDs

Getting Started With the Particle Photon (Internet Controlled LEDs)

In the previous instructable I showed you how to get started with IoT using the nodeMCU, in this instructable I will be featuring the Particle Photon which is an easy to use IoT device to get started with designing IoT projects. The particle photon is smaller than the nodeMCU and features STM32 ARM Cortex M3 microcontroller on

Getting Started With the Particle Photon (Internet Controlled LEDs) Read More »

Read ASCII String using Arduino

Read ASCII String using Arduino

This sketch uses the Serial.parseInt() function to locate values separated by a non-alphanumeric character. Often people use a comma to indicate different pieces of information (this format is commonly referred to as comma-separated-values), but other characters like a space or a period will work too. The values are parsed into ints and used to determine the color

Read ASCII String using Arduino Read More »

OLED Interfaced to NodeMCU

OLED Interfaced to NodeMCU

OLED!! What is an OLED? OLED ( Organic Light Emitting Diodes ) is a flat light emitting technology, made by placing a series of organic thin films between two conductors. When electrical current is applied, a bright light is emitted. OLEDs can be used to make displays and lighting. Because OLEDs emit light they do not require a backlight and

OLED Interfaced to NodeMCU Read More »

Scroll to Top