mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-23 11:10:52 +00:00
Add beginnings of RAK4600 and update to latest nrf52 arduino sources
This commit is contained in:
@@ -4,6 +4,19 @@ You probably don't care about this section - skip to the next one.
|
||||
|
||||
## before next release
|
||||
|
||||
* fix android nrf52 problem
|
||||
* meshm reported a crash
|
||||
* @havealoha reported android overrides fixed positions
|
||||
* @luxonn reports that after a while the android app stops showing new messages
|
||||
* DONE android speed settings https://github.com/meshtastic/Meshtastic-Android/issues/271
|
||||
* add cloudflare
|
||||
* fix heltec battery scaling
|
||||
* check android 1.2.20 usage, possibly release to general
|
||||
* release android APK
|
||||
|
||||
* add rak4600 support (with rf95 radio and limited ram)
|
||||
|
||||
* Switch to use https://github.com/adafruit/Adafruit_nRF52_Arduino.git when available (see arduino code for examples)
|
||||
* DONE remote admin busted?
|
||||
* DONE check android code - @havealoha comments about odd sleep behavior
|
||||
* ABANDONED test github actions locally on linux
|
||||
|
||||
@@ -29,20 +29,22 @@ Set IO2=0, 3V3_S is off.
|
||||
|
||||
* Fix android bug with detecting nrf52 BLE devices
|
||||
* 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
|
||||
* Setup battery voltage sensing, Vbatt seems direct connected to AIN0 on RAK4631 carrier which is apparently P0.5/AIN3 on the RAK4630 module, per this schematic. https://docs.rakwireless.com/Product-Categories/WisBlock/RAK4631/Datasheet/#description But no voltage divider to be found, so ask them.
|
||||
* Set bluetooth PIN support
|
||||
* Confirm low power draw
|
||||
* Confirm that OLED works
|
||||
* add purchash links
|
||||
* send in PR to https://github.com/geeksville/WisBlock for boards define
|
||||
|
||||
## Docs
|
||||
|
||||
Quickstart
|
||||
https://docs.rakwireless.com/Product-Categories/WisBlock/Quickstart/#wisblock-base-2
|
||||
|
||||
FIXME - list required, recommended and optional components
|
||||
|
||||
GPS module:
|
||||
Supposedly "Install in slot A only" but I think installing on the back would fit better with the OLED. FIXME.
|
||||
Must be installed in "Slot A"
|
||||
https://docs.rakwireless.com/Product-Categories/WisBlock/RAK1910/Overview/#product-description
|
||||
|
||||
ST LPS22HB
|
||||
|
||||
Reference in New Issue
Block a user