Skip to content

Commit

Permalink
build desription update
Browse files Browse the repository at this point in the history
  • Loading branch information
neilh20 authored and neilh20 committed Oct 28, 2023
1 parent c274a69 commit 5eaa8db
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
6 changes: 5 additions & 1 deletion a/samd_log_display_mmw/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ This is is configured for 4 Temperature probes + temperature/humidity
The 4 temperature probes pluge into the right hand socket
The 1 Temperature/humidity plugs into the left hand socket

The per site UUIDs are added in a ms_cfg.ind file that is on the uSD.
When built - lookfor firmware.uif2 can be found in
ModularSensors\a\samd_log_display_mmw\.pio\build\seeed_wio_terminal
This can be dropped on the Wio Terminal USB boot disk

The per site UUIDs are added in a ms_cfg.ini file that is on the uSD.

This program is based on logging_to_MMW

Expand Down
10 changes: 9 additions & 1 deletion examples/samd_log_display_mmw/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ This is is configured for 4 Temperature probes + temperature/humidity
The 4 temperature probes pluge into the right hand socket
The 1 Temperature/humidity plugs into the left hand socket

The per site UUIDs are added in a ms_cfg.ind file that is on the uSD.
When built - a firmware.uf2 can be generated with
$python ../../tools/build/uf2conv.py -c -b 0x4000 -o firmware.uf2 .pio\build\seeed_wio_terminal\firmware.bin
then
$move .\firmware.uf2 ..\..\..\releases\wiot_yymmdd_hhmm.uf2
(ss build_uf2.py for bug description )

This can be dropped on the Wio Terminal USB boot disk

The per site UUIDs are added in a ms_cfg.ini file that is on the uSD.

This program is based on logging_to_MMW

Expand Down

0 comments on commit 5eaa8db

Please sign in to comment.