Conor Patrick
Conor Patrick
Yes, BLE could be supported. This has been on my TODO list for a while, just a matter of finding the timer. Since BLE is essentially a completely different protocol,...
@piaca It probably won't. Check out [btlejuice](https://github.com/DigitalSecurity/btlejuice).
So "running ['hciconfig', 'hci0', 'piscan']" returned this object: {'protocol': None, 'name': None, 'service-id': None, 'profiles': [], 'service-classes': ['1200'], 'host': 'E4:22:A5:0B:DF:8B', 'provider': None, 'port': None, 'description': None} And the protocol is...
The python class `PI()` implements the programming interface to the arduino. @christophe94700 implemented a direct programming way by writing the following code: ```python port=sys.argv[1] firmware=open(sys.argv[2], 'r').read() programmers = PI(port) programmers.prog(firmware)...
the programmer works based on bit banging 2 gpio pins so a new sketch should be pretty easy to make.
I hadn't seen that, thanks for letting us know! We'll probably just rewrite CCID since it's starting to look not-so-bad now that we've dug in a bit. But definitely helpful...
Let's ignore for now
Yes, the notes are correct (USB-A should be 48p), thanks for pointing it out. On Mon, Oct 21, 2019 at 8:51 PM Eitan Mosenkis wrote: > For Solo C: >...
I believe the order of the pins was just the order of the symbol I copied from the eagle library. Yeah no ground connection, I add it with a pour...
If I remember correctly, that's what I originally had, but the ground planes didn't "mate" with the ground rectangle nicely, so I switched to this. In other words, I'm bad...