Update for 13-11-21 00:51
This commit is contained in:
parent
0c06a44895
commit
9d35e60354
@ -1,9 +1,11 @@
|
|||||||
= Arduino Nano =
|
= Arduino Nano/ATMega328P =
|
||||||
|
|
||||||
A very small arduino product, better for hobby embedding
|
A very small arduino product, better for hobby embedding
|
||||||
|
|
||||||
see [[arduino_techniques|Programming Techniques]]
|
see [[arduino_techniques|Programming Techniques]]
|
||||||
|
|
||||||
|
See datasheet https://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-7810-Automotive-Microcontrollers-ATmega328P_Datasheet.pdf
|
||||||
|
|
||||||
== Features ==
|
== Features ==
|
||||||
|
|
||||||
* ATMEL AVR ATmega328P microcontroller
|
* ATMEL AVR ATmega328P microcontroller
|
5
tech/ESP32.wiki
Normal file
5
tech/ESP32.wiki
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
= ESP32 =
|
||||||
|
|
||||||
|
The ESP32 is a microcontroller
|
||||||
|
|
||||||
|
See datasheet
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Raspberry pi's micrcontroler, based on the RP2040
|
Raspberry pi's micrcontroler, based on the RP2040
|
||||||
|
|
||||||
* https://datasheets.raspberrypi.org/pico/pico-datasheet.pdf
|
See datasheet https://datasheets.raspberrypi.org/pico/pico-datasheet.pdf
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -18,18 +18,19 @@ user, sometimes so that they don't even know there is a computer
|
|||||||
|
|
||||||
=== Line of products ===
|
=== Line of products ===
|
||||||
|
|
||||||
* [[arduino_nano|Arduino Nano]]
|
* [[ATMega328P|Arduino Nano]]
|
||||||
|
* [[ESP32]]
|
||||||
* [[raspberry_pi|Raspberry Pi]]
|
* [[raspberry_pi|Raspberry Pi]]
|
||||||
* [[rapsberry_pi_pico|Raspberry Pi Pico]]
|
* [[RP2040|Raspberyy Pi Pico]]
|
||||||
|
|
||||||
* [[PCB]]
|
* [[PCB]]
|
||||||
|
|
||||||
=== Components ===
|
=== Components ===
|
||||||
|
|
||||||
==== Microcontrolers ====
|
==== Microcontrolers ====
|
||||||
|
|
||||||
* [[arduino_nano|ATMega328P]]
|
* [[ATMega328P]]
|
||||||
*
|
* [[RP2040]]
|
||||||
|
* [[ESP32]]
|
||||||
|
|
||||||
==== Sensors ====
|
==== Sensors ====
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user