|
I duino if u duino & we duino if they duino, ah arduino... Micro Controllers [Arduino/ATtiny85/ESP32] developement, programming, etc...
|
Click for new session |
|
This section is for MCU platforms and the Arduino, ATtiny, esp32, and other prototyping paradigms.
Getting started with this mess is a mistake to start with becuase it is a never ending place to
just play play play all the time. If you program ANY at all and want to make your code
perform work in the real physical world - C++ programmable microntollers are right up your alley. Get ready
to start spending some of your fun $$$ on another iron to put in the fire.
General classification of AVR processors:
tinyAVR – the ATtiny series.
megaAVR – the ATmega series. 4–256 KB program memory. ...
XMEGA – the ATxmega series. 16–384 KB program memory. ...
Application-specific AVR. ...
FPSLIC (AVR with FPGA) ...
32-bit AVRs.
ESP32 Description: low-cost, low-power system on a chip microcontrollers with integrated Wi-Fi and dual-mode Bluetooth. The ESP32 series employs a Tensilica Xtensa LX6 microprocessor.
I haven't included any setup routines for either of the MCUs becuase they are so popular you can throw a parity bit and hit one on YouTube.
end of code
|