Home / Reference

Reference

ESP32 Pinout Diagram | ESP32-WROOM-32

ESP32 Pinout Diagram

Unlock the potential of your ESP32 by knowing its capabilities with the help of this ESP32 pinout diagram. There are several ESP32 board types which we will cover in later tutorials. For this post, we feature the ESP32-WROOM-32. Whether you’re a beginner or an experienced developer, understanding the pins is …

Read More »

Raspberry Pi Pico Pinout

Raspberry Pi Pico Pinout

The Raspberry Pi Pico is a microcontroller development board built by the same makers of the Raspberry Pi. As seen in the Raspberry Pi Pico pinout diagram below, it has 40 GPIO pins with 3 analog inputs. It features the RP2040, a 32-bit dual ARM cortex M0+ microcontroller chip with …

Read More »

Arduino NANO Pinout Diagram

Arduino NANO Pinout

The Arduino NANO is a smaller, breadboard-friendlier version of the Arduino UNO. This Arduino NANO Pinout diagram reference is a handy guide for using this board. Arduino NANO Pinout Description The Arduino NANO pins, similar to the UNO, are divided into digital pins, analog pins, and power pins. The NANO …

Read More »

Arduino UNO Pinout Diagram

Arduino Timer Interrupt

The Arduino UNO is arguably the most popular Arduino board currently available. This Arduino UNO Pinout diagram reference will hopefully help you get the most out of this board:   Arduino UNO Pinout Description The Arduino UNO board is divided into digital, analog, and power pins. There are pins with …

Read More »

ESP8266 WiFi AT Command List

Test command Command Response Parameter AT OK –   Reset Command Response Parameter AT+RST OK –   Get firmware version Command Response Parameter AT+GMR VERSION:<Param> OK Param : firmware version   WiFi mode Command Response Parameter AT+CWMODE=? +CWMODE:(1-3) OK – AT+CWMODE? +CWMODE: <Param> OK Param: 1 — station mode (client) …

Read More »

NodeMCU Pinout Reference

NodeMCU Pinout

The NodeMCU is an Arduino-compatible board that features the ESP8266 at its core. It became popular because it is a WiFi-ready microcontroller by itself – no need for an Arduino. This NodeMCU pinout reference aims to show pinouts for NodeMCU v0.9, NodeMCU v1.0, and NodeMCU v3.

Read More »

Arduino Like IDE for PICs

arduino like ide for pic - chipkit uc32

Before the Arduino became popular, PICs were the go-to microcontroller device for most electronic hobbyists. PICs were cheap and the resources (at that time) were plenty. But then Arduinos came, which offer a much simpler way to code and so only a few now use these microcontrollers. Arduino’s strength relies …

Read More »