DaFit has a big device database in JSON via web API
attached is a bit older example in zip
$ cat config-31-07-2024.json | jq '.list[] | select(.mcu==5)' | grep '"name":' | wc -l 28
this was nrf52840 - 28 revisions of watches with it.
$ cat config-31-07-2024.json | jq '.list[] | select(.mcu==5)' | grep '"name":' | sort | uniq "name": "A1", "name": "BIP PRO", "name": "BYS5", "name": "Bebinca-79", "name": "Bip", "name": "C16", "name": "C17", "name": "GW27", "name": "M1", "name": "MOFIT840", "name": "MOFIT840_30", "name": "MW-W3", "name": "Magic 3", "name": "P16", "name": "QY03", "name": "Rock", "name": "SC16", "name": "SN80 Pro", "name": "W16", "name": "W79", "name": "W79A", "name": "W88M", "name": "ZADEZ SP2",
Here is just JL7012/JL701N chip by JLI
cat config-31-07-2024.json | jq '.list[] | select(.mcu==339)' | grep '"name":' | wc -l 926
EDIT: and sadly no (freely available) SDK for it https://github.com/Jieli-Tech/fw-AC63_BT_SDK/issues/207
1 Attachment
@fanoush started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
attached is a bit older example in zip
this was nrf52840 - 28 revisions of watches with it.
Here is just JL7012/JL701N chip by JLI
EDIT: and sadly no (freely available) SDK for it https://github.com/Jieli-Tech/fw-AC63_BT_SDK/issues/207
1 Attachment