Konubinix' opinionated web of thoughts

Board With a Single Microcontroller

Fleeting

https://en.wikipedia.org/wiki/Comparison_of_single-board_microcontrollers

Boards that contain a microcontroller. Sometime people with call them microprocessor development board1, but that is only a matter of perspective.

where to find some interesting ones

https://unexpectedmaker.com/shop.html

https://www.wemos.cc/en/latest/

ESP8266 based board

Adafruit Feather HUZZAH with ESP8266

nodemcu board architecture

It is an architecture of boards that run with an ESP-122. Not to be confused with the nodemcu/nodemcu-firmware: Lua based interactive firmware for ESP8266, ESP8285 and ESP323.

wemos/lolin d1

LDO is an ME6211 (https://stm32-base.org/assets/pdf/regulators/ME6211.pdf) which has an absolute maximum input voltage of 6v5 and whose datasheet (pp. 12-14) indicates smooth and continuous regulation from an input voltage range of ~4-6v.

https://electronics.stackexchange.com/questions/545650/power-d1-mini-with-4-aa-batteries

mini

Property Value
Operating Voltage 3.3V
Digital I/O Pins 11
Analog Input Pins 1 (3.2V Max)
Clock Speed 80/160MHz
Flash 4M Bytes
Size 34.2 * 25.6 mm
Weight 3g

https://www.wemos.cc/en/latest/d1/d1_mini.html

pinout

https://lastminuteengineers.com/wemos-d1-mini-pinout-reference/

ESP32 based board

AtomS3 Lite ESP32S3 Dev Kit

S3 MINI

C3 mini

S2 mini

T7 Mini32 V1.5

by arduino

Micro

Zero

UNO R3

rasberry pi pico

Notes linking here


  1. Although these development boards were not designed for hobbyists, they were often bought by them because they were the earliest cheap microcomputer devices available

    https://en.wikipedia.org/wiki/Microprocessor_development_board

    reason for the existence of a development board was solely to provide a system for learning to use a new microprocessor, not for entertainment, so everything superfluous was left out to keep costs down. Even an enclosure was not supplied, nor a power supply. This is because the board would only be used in a “laboratory” environment so it did not need an enclosure, and the board could be powered by a typical bench power supply already available to an electronic engineer.

    https://en.wikipedia.org/wiki/Microprocessor_development_board

     ↩︎
  2. NodeMCU has an ESP12, which itself is a module containing the ESP8266

    https://blog.spacehuhn.com/nodemcu-vs-esp8266

     ↩︎
  3. team which developed NodeMCU Firmware also developed a breakout board for ESP-12E module called the NodeMCU Devkit. So, many of us are actually using the board called NodeMCU and programming it with Arduino IDE and not the Lua Scripts

    https://www.electronicshub.org/getting-started-with-nodemcu/

     ↩︎