Home / Reference

Reference

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

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, is divided into digital pins, analog pins and power pins. The …

Read More »
Arduino Timer Interrupt

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: Download Arduino UNO Pinout PDF: [the_ad id="3059"] Arduino UNO Pinout Description The Arduino UNO board is divided into digital pins, analog …

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 [the_ad id="3059"] WiFi mode Command Response Parameter AT+CWMODE=? +CWMODE:(1-3) OK - AT+CWMODE? +CWMODE: <Param> OK Param: 1 -- station mode …

Read More »
NodeMCU Pinout

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. The aim of this article is to show all NodeMCU pinout and boards that are currently available.

Read More »
arduino like ide for pic - chipkit uc32

Arduino Like IDE for PICs

Before the Arduino become popular, PICs was 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 few now use these microcontrollers. Arduino's strength relies on it …

Read More »