https://github.com/kanflo/aaduino-zero
Hardware and software for the Arduino Zero
https://github.com/kanflo/aaduino-zero
arduino arm open-hardware rfm69cw stm32l0 tmp102 wireless-sensor-networks
Last synced: 18 days ago
JSON representation
Hardware and software for the Arduino Zero
- Host: GitHub
- URL: https://github.com/kanflo/aaduino-zero
- Owner: kanflo
- License: mit
- Created: 2017-11-15T20:57:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-06T22:10:56.000Z (over 6 years ago)
- Last Synced: 2025-02-28T20:54:32.663Z (4 months ago)
- Topics: arduino, arm, open-hardware, rfm69cw, stm32l0, tmp102, wireless-sensor-networks
- Language: C
- Size: 604 KB
- Stars: 40
- Watchers: 9
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The AAduino Zero
The AAduino Zero ([blog post](https://johan.kanflo.com/the-aaduino-zero/)) is the successor of the AAduino and is still the same size as an AA battery. This repo contains software for the AAduino Zero and will eventually hold the hardware schematics.
![]()
There's lots of [example code](https://github.com/kanflo/aaduino-zero/tree/master/examples) available, and a simple [serial tool](https://github.com/kanflo/aaduino-zero/tree/master/azctl) for flashing these.
### AAduino Zero specs
* STM32L052 micro controller with 32kb flash, 8kb RAM, 2kB EEPROM
* RFM68CW radio module
* TMP102 temperature sensor
* 4Mbit serial flash for sensor data logging and wireless firmware upgrades
* 32kHz oscillator for RTC
* Activity LED
* Reverse polarity protection
* 1x digital/analog I/O port
* UART port on 0.1” header
* Pre-programmed with a [serial boot loader](https://github.com/kanflo/aaduino-zero/tree/master/zeroboot) capable of handling firmware upgrades via radio or the UART.
* Minimum supply voltage: 1.8V
* Maximum supply voltage: 3.6V
* Minimum power consumption: 8μA. Yes, *eight microamps*.