Most recent activity
-
- 11 comments
- 4,692 views
-
Hi Gordon,
We've been playing around with the PWM's and after resoldering our docking station because B4 and A6 don't like eachother, we encountered a new problem.
We reduced it to this:
firmware v1.73:
reset(); analogWrite(B4,0.5); // works! analogWrite(B0,0.5); // The LED on B4 is dark now?? analogWrite(B4,0.5); // works, both are on analogWrite(B0,0.5); // The LED on B4 is dark now??
Is this a hardware thing or is it in the firmware?
Cheers!
-
I see, I was indeed looking at the http://www.espruino.com/ReferenceESPRUINOBOARD
I did not know that the other page existed, nor did I look for it since I thought I was on the espruino reference page :)
-
Hi Gordon,
I have been struggling with this until I finally found that B4+A6 can't play together nicely. Now I have to resolder my docking station for the espruino's :(. Could you put these conflicts on the reference page? Doing a mouse-over to check timer channels did not occur to me initially.
Cheers
-
-
-
Hi Gordon,
Could I use the method the espruino WebIDE uses? That way I can completely reprogram the espruino, as opposed to the method you mentioned where I have to be careful that the handler functions are not deleted.
Over UART code comes in, in pieces. How is this handled with the webIDE? I've been looking through the EspruinoTools git, are there any prefixes/tokens that are passed in between functions so the espruino can eval functions once they are complete?
Regards,
Alex
Hi DrAzzy,
At the moment I'm using 12 PWM's: B3,B4,B8,B9,A0,A1,B10,B1,B0,A3,A7,B11.
If I'd move the B4 to A2, would that be OK then?
Cheers!