Jacdac Plug-and-Play for Microcontrollers
microsoft.github.io
Jacdac Plug-and-Play for Microcontrollers
1–10 of 27 posts
Re: Jacdac Plug-and-Play for Microcontrollers
#2That seems interesting on the cost side if the cable is not too expensive.
Re: Jacdac Plug-and-Play for Microcontrollers
#3Re: Jacdac Plug-and-Play for Microcontrollers
#4As the XKCD prophecy foretold, there are now 15 competing standards... https://xkcd.com/927/
Re: Jacdac Plug-and-Play for Microcontrollers
#5Re: Jacdac Plug-and-Play for Microcontrollers
#6https://web.archive.org/web/20191130155328/https://jacdac.or...
I worked with a similar single-wire protocol when working with a large German appliance maker. This looks pretty close to the same idea, they even used PCB edge connectors like this to save a few pennies.
I'll just add that getting the software and hardware right is a lot trickier than it looks. Bus arbitration and collision recovery at the hardware level isn't always the easiest when working with low speed microcontrollers. And, by the time you have it all working, you've reinvented CANBUS but without the differential signalling so you need to keep the cables short.
And all of this is supposed to fit on a single 'cute' board with a pushbutton or tricolor LED? Hardware overkill.
It probably has some use in the hobbyist sector, I'd love to see Sparkfun or Lady Ada pick it up but they're very smart groups and have their own direction with things like Qwiic (which is just I2C, something already on a lot of MCUs in hardware) The proprietary connector, fixed to 3 pins only, is a huge turnoff too. I can get a lot more mileage out of putting FTDI parts on each side of a board and using USB-C patch cords I bought at the gas station.
Re: Jacdac Plug-and-Play for Microcontrollers
#7Can you buy the cable ? That seems interesting on the cost side if the cable is not too expensive.
[0]: https://microsoft.github.io/jacdac-docs/overview/connectorca...
Re: Jacdac Plug-and-Play for Microcontrollers
#8Can you buy the cable ? That seems interesting on the cost side if the cable is not too expensive.
The cable/connector does indeed look interesting, if easily available ... possibly with more pins... I wish they had more details, from the thumbnail[0] they posted of the board edge PCB footprint, I don't see how it could be reversible... The short finger (presumably VDD) would need to be on opposing sides top and bottom, and it's always on the right. Or is my thinking messed up? [0]: https://microsoft.github.io/jac…
[0] - https://microsoft.github.io/jacdac-docs/ddk/design/#pcb-edge...
Re: Jacdac Plug-and-Play for Microcontrollers
#9As the XKCD prophecy foretold, there are now 15 competing standards... https://xkcd.com/927/
And the 14 other bus protocols with service advertising aimed at microcontrollers are...?
Re: Jacdac Plug-and-Play for Microcontrollers
#10Earlier quoted context omitted.
And the 14 other bus protocols with service advertising aimed at microcontrollers are...?
From the top of my head: SPI, I2C, 1-wire, UART/RS232, RS485, CAN and a bunch more I'm not remembering