Most recent activity
-
-
I've got the following code from the tutorial running
But the function is being called when my finger is very close, but not yet touching, the shield around the pico button
It gets called when I touch any of the pads on the back of the pico
I can touch pretty much anywhere else w/no effect
I thought this was very strange, so I tried this on another pico that had 1v80 and it did not do this - then I flashed that pico to 1v86 and it shows the problem
setWatch(function(e) { digitalWrite(LED1, e.state); console.log('btn',e.state); }, BTN, { repeat: true });
-
-
-
This is great !! I'll report back in a week or so as to how well it worked out !!
Pico has become my absolute go-to computer for all hardware stuff.
I've ditched all my Arduino's -- I tried a Tessel2, but it's actually running OpenWRT and just executes the Javascript, might as well be a Pi or something with a real OS
Thanks!!
-
Can I talk to the computer that I am plugged into over the USB connection?
I have to make a motion sensor that can be 'noticed' by a webpage on a kiosk
I say 'noticed' because the webpage doesn't need to know how much motion there is, just that some has been seen. I am the one writing the webpage so I can do anything I need there
I won't have a wi-fi network, and the Ethernet jack is in use already on the kiosk computer.
It would be so nice if I could tell that computer I am a mouse and that the mouse has moved.
Has anyone attempted to flash one of these with the Espruino build ?