f466ab8f27 | ||
---|---|---|
.github/workflows | ||
bl | ||
jacdac-c@6e6377f4bf | ||
jdspy | ||
ld | ||
lib | ||
rejected | ||
scripts | ||
services | ||
stm32 | ||
targets | ||
.clang-format | ||
.gitignore | ||
.gitmodules | ||
CODE_OF_CONDUCT.md | ||
LICENSE | ||
Makefile | ||
README.md | ||
SECURITY.md | ||
jacdac-v1-spec.md | ||
light.md | ||
power.md |
README.md
JACDAC for STM32F0/STM32G0/...
You might have heard of JACDAC. It's a new protocol that aims to standardize connecting microcontrollers dynamically, and with very little wiring (one wire for data, one for GND, and optionally one for power). One scenario is networking of MCU-based devices, for example to enable multiplayer for your awesome MakeCode Arcade games. Another is connecting peripherals to a host device (joystick anyone?!).
TODO
- implement reset counter and ACK flag in
AD[0]
- consider thermal shutdown at 50C or so (assuming it's because of heat of some other component)
- use SI values for sensors with 16 bit scaling?
- add CTRL cmds for time and software version (different than hw!)
- the "combined" flashing doesn't work - figure out why
- UF2 flashing fails ("misaligned" error)
Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.