Gissio / radpro

Custom firmware for Geiger counters/radiation meters (FS2011, Bosean FS-600, FS-1000, FS-5000, FNIRSI GC-01)
MIT License
154 stars 20 forks source link

FNIRSI GC-01: Recovery #57

Closed Red-Owl closed 4 months ago

Red-Owl commented 4 months ago

i have rewrite a cpu firmware ad have used https://www.amazon.it/dp/B07H9XV2W2/ to upload firmware in jtag, check wire connection from to gg-01, the cpu is ch32f103r8 che st v2 read the cpu, and succefull write, the display remain blank

i use a stm32 official software in windows to write a cpu.

Gissio commented 4 months ago

Attendi un paio di giorni, pubblicherò istruzioni per ripristinare il GC-01 con un dongle STLINK!

Red-Owl commented 4 months ago

io aspetto :)

Gissio commented 4 months ago

Ecco le istruzioni per il flashing dell'FNIRSI GC-01 con un STLINK USB dongle: https://github.com/Gissio/radpro/blob/main/docs/devices/FNIRSI%20GC-01/install-stlink.md

For our English readers: here are the instructions for flashing the FNIRSI GC-01 with an STLINK USB dongle: https://github.com/Gissio/radpro/blob/main/docs/devices/FNIRSI%20GC-01/install-stlink.md

Red-Owl commented 4 months ago

Upload facilissimo, veramente ottimo fa tutto da solo.

grazie !!!

IMG_20240421_154639354 IMG_20240421_154559046 IMG_20240421_154548180

che comando devo usare per leggere i dati di continuo dal pc ? posso chiederti se puoi mettere i comandi in json tipo:

[{"cmd":"getdeviceId"}] ... [{"staus":"OK","model":"FNIRSI GC-01 (CH32F103C8)","sw":"Rad Pro 2.0rc3;8869569e"}]

dato che lo leggo da javascript basta fare un eval o json parse e restutuisce un array facilmente utilizzabile .... (nodejs su nw.js)

Gissio commented 4 months ago

Eccellente!

Leggi https://github.com/Gissio/radpro/blob/main/docs/comm.md.