Skip to content

Commit

Permalink
Merge pull request #7 from openwsn-berkeley/develop
Browse files Browse the repository at this point in the history
REL-0.1
  • Loading branch information
twatteyne authored Jun 23, 2021
2 parents fa51f4d + 0d14d45 commit ad9596f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 6 deletions.
34 changes: 28 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,34 @@

Load this firmware onto an nRF52840-DK to turn it into a programmer for SCuM!

## SCuM?!?
The Single Chip micro-Mote (SCuM) is a 2x3mm2 single-chip standard-compatible Smart Dust chip, see https://www.crystalfree.org/

The Single Chip micro-Mote, the 2x3mm2 single-chip standard-compatible Smart Dust chip, see https://www.crystalfree.org/
## Use

## Programmer?!?
### program the nRF52840-DK

- load code onto SCuM [coming soon!]
- interact with SCuM's serial port [coming soon!]
- calibrate SCuM [coming soon!]
_Note_: you only need to do this once.

- download `scum-programmer.hex` from the https://github.com/openwsn-berkeley/SCuM-programmer/latest
- plug in your nRF52840-DK into your computer, drive "JLINK" appears
- drag-and-drop `scum-programmer.hex` onto this drive
- when the LEDs of the board go round-and-round, you're set!

![](static/round_and_round.gif)

### interact with SCuM's serial port

_Coming soon!_

### load code onto SCuM

_Coming soon!_

### calibrate SCuM

_Coming soon!_

# Build

- install SEGGER Embedded Studio for ARM (Nordic Edition)
- open `scum-programmer/scum-programmer.emProject`
Binary file added static/round_and_round.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ad9596f

Please sign in to comment.