firmware/docs/software
geeksville c5851a4a0c Report battery level to other nodes in mesh (and apps).
Also today I'll turn back on the the standard "has a battery" BLE
device profile, so the locally connected radio should show up in the
phone's bluetooth popup of battery levels (similar to how a BLE
headphone battery level appears)

cc @lgoix - using code from @professr

```
meshtastic --info
Connected to radio...
my_node_num: 2883444536
has_gps: true
num_channels: 13
region: "unset"
hw_model: "tbeam"
firmware_version: "unset"
packet_id_bits: 32
current_packet_id: 91018534
node_num_bits: 32
message_timeout_msec: 300000
min_app_version: 172

preferences {
  position_broadcast_secs: 900
  send_owner_interval: 4
  wait_bluetooth_secs: 120
  screen_on_secs: 300
  phone_timeout_secs: 900
  phone_sds_timeout_sec: 7200
  mesh_sds_timeout_secs: 7200
  sds_secs: 31536000
  ls_secs: 3600
}
channel_settings {
  tx_power: 23
  modem_config: Bw125Cr48Sf4096
  psk: "\324\361\273: )\007Y\360\274\377\253\317Ni\277"
  name: "Default"
}

Nodes in mesh:
{'num': 2883444536, 'user': {'id': '!2462abdddf38', 'longName': 'Unknown df38', 'shortName': '?38', 'macaddr': 'JGKr3d84'}, 'position': {'altitude': 96, 'batteryLevel': 100, 'latitudeI': 375210641, 'longitudeI': -1223090398, 'time': 1592843564, 'latitude': 37.5210641, 'longitude': -122.3090398}}
```
2020-06-22 09:36:19 -07:00
..
bluetooth-api.md Update BLE docs 2020-06-11 21:14:53 -07:00
build-instructions.md fix docs per @feh123 2020-06-20 09:58:45 -07:00
crypto.md typo 2020-06-19 13:57:10 -07:00
esp32-arduino-build-notes.md experiment with wifi connections for nodes 2020-06-21 14:11:38 -07:00
install-OSX.md add OS-X instructions from @android606 2020-03-29 11:40:18 -07:00
mesh-alg.md experiment with wifi connections for nodes 2020-06-21 14:11:38 -07:00
nrf52-TODO.md ram investigation notes 2020-06-16 15:01:39 -07:00
pinetab.md Add reviewer comments on crypto 2020-06-19 13:27:31 -07:00
power.md add a new SERIAL psm state, to ensure device doesn't sleep while 2020-06-08 16:37:49 -07:00
ramusage-nrf52.txt TODO updates 2020-06-17 15:45:49 -07:00
sw-design.md progress on re readdition of the mesh router 2020-03-06 19:52:34 -08:00
TODO.md Report battery level to other nodes in mesh (and apps). 2020-06-22 09:36:19 -07:00