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
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
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
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 »Arduino Programming Quick Guide
This is a handy Arduino programming guide for those who already have some experience with Arduino but sometimes forget about the basics.
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 »HC-05 Bluetooth AT Command List
The HC-05 is a common Bluetooth module used in many microcontroller projects. Here’s a compilation of all HC-05 Bluetooth AT Commands. For beginners, see Arduino Bluetooth.
Read More »Arduino Parts | DIY Arduino Guide
A reference of Arduino Parts for building your own Arduino board.
Read More »NodeMCU Pinout Reference
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
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 »