Files
firmware/docs/software/rak-wizblock.md

47 lines
1.8 KiB
Markdown
Raw Normal View History

2021-04-09 16:56:28 +08:00
# RAK Wireless RisBlock
2021-04-11 13:33:27 +08:00
## Docs
2021-04-09 16:56:28 +08:00
https://docs.rakwireless.com/Product-Categories/WisBlock/Quickstart/#wisblock-base-2
2021-04-12 13:25:55 +08:00
FIXME - list required, recommended and optional components
2021-04-09 16:56:28 +08:00
GPS module:
Supposedly "Install in slot A only" but I think installing on the back would fit better with the OLED. FIXME.
https://docs.rakwireless.com/Product-Categories/WisBlock/RAK1910/Overview/#product-description
2021-04-12 13:25:55 +08:00
ST LPS22HB
baro & temp sensor, i2c address 0x5c
2021-04-09 16:56:28 +08:00
https://docs.rakwireless.com/Product-Categories/WisBlock/RAK1902/Overview/#product-description
2021-04-12 13:25:55 +08:00
https://www.st.com/en/mems-and-sensors/lps22hb.html
https://www.st.com/resource/en/datasheet/lps22hb.pdf
2021-04-09 16:56:28 +08:00
OLED
https://docs.rakwireless.com/Product-Categories/WisBlock/RAK1921/Overview/#product-features
Must be installed on the front for the I2C wires to lineup
Solar enclosure
https://docs.rakwireless.com/Product-Categories/Accessories/RAKBox-B2/Overview/#product-description
2021-04-11 15:17:56 +08:00
Base datasheet (for GPIO mapping)
https://docs.rakwireless.com/Product-Categories/WisBlock/RAK5005-O/Datasheet/#specifications
CPU module carrier (rak4631)
https://docs.rakwireless.com/Product-Categories/WisBlock/RAK4631/Datasheet/#specifications
2021-04-11 13:33:27 +08:00
## TODO
2021-04-12 13:25:55 +08:00
* Turn off external 3V3 supply when not using GPS to save power!
2021-04-11 15:17:56 +08:00
> 3V3_S is another 3.3 V power supply, it can be controlled by the MCU in order to disconnect the power sensors during idle periods to save power. 3V3_S is controlled by IO2 pin on the WisBlock Core board.
Set IO2=1, 3V3_S is on.
Set IO2=0, 3V3_S is off.
* Enable bluetooth
* Relase as standard part of build (including UF2s)
* Make this doc into a nice HOWTO: what to order, how to connect (which device in which slots), how to install software
* Setup battery voltage sensing
* Set bluetooth PIN support
* Confirm low power draw
2021-04-12 13:25:55 +08:00
* Confirm that OLED works
2021-04-11 13:33:27 +08:00
* send in PR to https://github.com/geeksville/WisBlock for boards define
*