vimwiki/tech/embedded.wiki

38 lines
825 B
Plaintext

= Embedded Systems =
Systems that are in other things, and therefore the computer is hidden from the
user, sometimes so that they don't even know there is a computer
== Arduino ==
* https://www.microchip.com/en-us/product/ATmega328
* [[RISC]] Processor type
== Raspberry pi ==
* https://datasheets.raspberrypi.org/rpi4/raspberry-pi-4-datasheet.pdf
- Pi 4 Model B
* https://datasheets.raspberrypi.org/pico/pico-datasheet.pdf
- Pi Pico
* [[ARM]] Processor type
=== Line of products ===
* [[arduino_nano|Arduino Nano]]
* [[arduino_uno|Arduino Uno]]
* [[raspberry_pi|Raspberry Pi]]
* [[rapsberry_pi_pico|Raspberry Pi Pico]]
=== Components ===
* [[DHT11]]
=== Programming ===
* [[../lang/C|C]]
* [[../lang/C++|C++]]
* [[arduino_techniques|Techniques]]
* [[cross_toolchain|Arduino Cross-Toolchain setup]]
[[index]]