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

55 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
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
ST KPS22HB
baro sensor
https://docs.rakwireless.com/Product-Categories/WisBlock/RAK1902/Overview/#product-description
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-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.
2021-04-11 13:33:27 +08:00
* DONE solder header
* DONE attach antenna
* get building (LORA disabled)
2021-04-11 13:58:48 +08:00
* DONE FIX LEDs
* DONE FIX BUTTONs
* DONE FIX I2C assignment
2021-04-11 13:33:27 +08:00
* FIX LORA SPI
* FIX GPS GPIO assignment
* Disable Bluetooth
* Disable LORA
* Boot
* Enable LORA but no TX
* Enable LORA TX
2021-04-11 15:17:56 +08:00
* 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-11 13:33:27 +08:00
* send in PR to https://github.com/geeksville/WisBlock for boards define
*