The ACD52832 is a development board based on the nRF52832. It includes:
- E-ink display
- LEDs
- Buttons
- Buzzer
- Temperature sensor
- IR LED
- Joystick
- Potentiometer
- 2x 60V DC Relays
- 9DOF sensor
- Light sensor
First, follow the Tock Getting Started guide
JTAG is the preferred method to program. The development kit has an integrated JTAG debugger, you simply need to install JTAG software.
Once you have all software installed, you should be able to simply run make flash in this directory to install a fresh kernel.
You can program an application via JTAG using Tockloader:
$ tockloader install --jlink --board nrf52dk
- Implement panic! print in io.rs.