From 5eaa8dbed56c00aad7f57d665b5090d3d0a2860d Mon Sep 17 00:00:00 2001 From: neilh20 Date: Fri, 27 Oct 2023 17:14:15 -0700 Subject: [PATCH] build desription update --- a/samd_log_display_mmw/ReadMe.md | 6 +++++- examples/samd_log_display_mmw/ReadMe.md | 10 +++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/a/samd_log_display_mmw/ReadMe.md b/a/samd_log_display_mmw/ReadMe.md index 90273a849..627763e42 100644 --- a/a/samd_log_display_mmw/ReadMe.md +++ b/a/samd_log_display_mmw/ReadMe.md @@ -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 diff --git a/examples/samd_log_display_mmw/ReadMe.md b/examples/samd_log_display_mmw/ReadMe.md index 90273a849..ed713129a 100644 --- a/examples/samd_log_display_mmw/ReadMe.md +++ b/examples/samd_log_display_mmw/ReadMe.md @@ -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