lincomatic
lincomatic
It is, but unfortunately, older versions of the firmware returned zero or 230. I didn’t discover this until recently.. someone else wrote the code. I changed it in D4.10.0 vD4.10.0...
@glynhudson sorry, i don't have a Tesla, so I can't do much testing. I developed the API code using Chris' account
Hmm.. seems we need a RAPI lock/unlock command for Mennekes? If we do that, then I agree, we should just leave it to WiFi to control it. But if we're...
@landswellsong thanks very much for the work. I bought one of these boards several years ago, and never had the time to play with it. I think it would make...
Which linux distro version did you do your testing on? I can try that first, instead of you trying to figure out what's wrong on my system. Thanks!
I spent a good part of yesterday downgrading from 3.3.4.173 back to 3.0.3.56. Tried SD method and it didn't work. Finally hooked up serial and command line running of 0.elf...
Sorry, I can't tell you the exact procedure, since I had errors and had to retry it over and over again, but the first thing is to connect a 3.3v...
sounds like the SD didn't get automatically mounted.. I had that happen sometimes. try: mount /dev/mmcblk0p1 /media/mmcblk0p1 Notes: 1) sometimes, for some strange reason, it shows up as /dev/mmcblk1p1 2)...
If you want to get the $AB result, you can send $FR and reset the ATmega when your ESP boots. OTOH, if you want what's returned by $AB, you can...
@matth-x Thanks for the clarifications. 1. What do you mean by "normally disabled mode?" 2. Is WiFi firmware blindly sending $FS without reading the the state first? that is actually...