You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gobotio
That seems an answer for my question above. Will look into that.
Op dinsdag 10 januari 2017 10:01:39 UTC+1 schreef Ron Evans:
Oberoid Droidus
unread,
Jul 12, 2018, 3:25:10 PM7/12/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gobotio
I'm think my question still holds.
from the documentation
"NewButtonDriver returns a new ButtonDriver with a polling interval of 10 Milliseconds given a DigitalReader and pin." So firmata with websockets?
Greets,
F.P.
Ron Evans
unread,
Jul 13, 2018, 6:22:51 AM7/13/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gobotio
You would need to have a full webserver on the microcontroller to support a websocket connection between your computer and the microcontroller vs. the pure TCP socket used by TCPFirmata which is probably lighter weight.