Commit graph

17 commits

Author SHA1 Message Date
rbaron
25772def7e ADC works for measuring the battery voltage 2021-03-17 19:08:17 +01:00
rbaron
b283f9e12b ble-rtc-low-power-advertiser works with an external XTAL 2021-03-11 22:28:49 +01:00
rbaron
ce59908a4e Adds ble-app-blinky 2021-03-11 21:30:25 +01:00
rbaron
5c81a37d86 Add saadc-vcc-nrf52832 playground example
It samples its own VDD without any external circuit!
2021-02-23 22:16:58 +01:00
rbaron
9106585305 Initial commit with parasite52832 2021-02-23 18:44:48 +01:00
rbaron
a06dfbfaec Introduces ble-rtc-low-power-advertiser 2021-02-22 14:13:19 +01:00
rbaron
b29ad7d217 Adds ble-rtc-advertiser nrf_sdk example 2021-02-21 15:18:07 +01:00
rbaron
405277ae19 Adds ble-advertiser nrf_sdk example 2021-02-21 14:14:15 +01:00
rbaron
963500587e Adds ble-beacon to nrf_sdk playground 2021-02-21 12:30:26 +01:00
rbaron
b470bf4d14 Some notes on low power modes 2021-02-21 11:04:04 +01:00
rbaron
41690a7198 Fixes rtc playground example 2021-02-20 12:24:31 +01:00
rbaron
e4bc5cc1f4 nrf_dfk rtt playground example 2021-02-20 12:10:54 +01:00
rbaron
9d352b2181 simple_timer nrf_sdk playground example.
This uses the app_simple_timer library, which uses the high frequency clock
for keeping track of time.
In reality, we want to use the low frequency clock with RTC, since it's much
more power efficient and we don't need high precision.
2021-02-20 10:17:10 +01:00
rbaron
7c222f1729 Add a blinky_rtt example with RTT logging 2021-02-20 09:17:31 +01:00
rbaron
529412e0ed Add a non-Arduino, nrf5 SDK only blinky playground project 2021-02-19 20:37:07 +01:00
rbaron
fa99707053 Experiments with SoftwareTimer 2021-02-15 21:50:15 +01:00
rbaron
66a0d8e4e3 Serial upload works.
Currently uploading via the Arduino IDE and PlatformIO works. But it's not perfect yet:
1. We're using a custom-compiled bootloader for the e73 board, which is nice;
2. We're still using `board = adafruit_feather_nrf52832` in the `platformio.ini` file. Using our custom board `boards/e73-tbb.json` doesn't work yet. Uploading results in a `*** [upload] IndexError : list index out of range` error. Most likely has to be fixed in https://github.com/platformio/platform-nordicnrf52/blob/develop/builder/main.py.
2021-02-10 09:36:58 +01:00