Commit graph

12 commits

Author SHA1 Message Date
rbaron
7ef278fe40 Initial b_parasite code - a fork from playground 2021-03-13 14:56:37 +01:00
rbaron
5ca930d5da Investigating a weird high current consumption. 2021-02-19 18:38:53 +01:00
rbaron
972f5507f4 Notes on nrf52840 breakout 2021-02-16 18:09:24 +01:00
rbaron
02e2f3d074 Uses a random, static MAC address 2021-02-13 10:18:05 +01:00
rbaron
b96129a6e6 Quick and dirty ble advetiment 2021-02-12 18:21:11 +01:00
rbaron
850df22f1a Removes custom board lnker scripts
For now let's use adafruit_feather_nrf52832.
2021-02-11 18:29:44 +01:00
rbaron
11cf6583a3 Adds clang-format 2021-02-10 22:25:06 +01:00
rbaron
d138a266b5 Initial quick and dirty PWM implementation using Adafruit's HardwarePWM.h 2021-02-10 22:14:25 +01:00
rbaron
868d767b56 Custom board e73-tbb sort of works. 2021-02-10 17:09:13 +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
rbaron
0940e4ea7e Trying to make DFU work. No luck so far. 2021-02-10 00:07:57 +01:00
rbaron
0b52583781 Initial commit.
Blinky works on my E73-TBB nRF52832 development board.
It uses the "Generic" board variant and uploads using the jlink programmer.
2021-02-09 17:55:58 +01:00