vimwiki/tech/embedded.wiki

52 lines
947 B
Plaintext
Raw Normal View History

2021-09-23 17:54:24 +00:00
= 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
2021-10-11 03:22:53 +00:00
== 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
2021-09-23 17:54:24 +00:00
=== Line of products ===
* [[arduino_nano|Arduino Nano]]
* [[arduino_uno|Arduino Uno]]
2021-10-11 03:22:53 +00:00
* [[raspberry_pi|Raspberry Pi]]
* [[rapsberry_pi_pico|Raspberry Pi Pico]]
2021-09-23 17:54:24 +00:00
2021-11-13 03:30:01 +00:00
* [[PCB]]
2021-11-05 02:00:01 +00:00
=== Components ===
2021-11-13 05:15:01 +00:00
==== Sensors ====
2021-11-05 02:00:01 +00:00
* [[DHT11]]
2021-11-13 05:15:01 +00:00
==== Radio ====
* [[nRF24]]
==== Power regulation ====
* [[TP4056]]
* [[TPS76933DBVR]]
2021-09-23 17:54:24 +00:00
=== Programming ===
* [[../lang/C|C]]
* [[../lang/C++|C++]]
* [[arduino_techniques|Techniques]]
2021-10-11 03:22:53 +00:00
* [[cross_toolchain|Arduino Cross-Toolchain setup]]
2021-09-23 17:54:24 +00:00
[[index]]