-
Hello @user101743
Is the intention to include images in that post? If so, are they being deployed to a remote server with a fully qualified URL so that they may be picked up during rendering?
'Formatting help' below implies this, but is the solution to get images to render.
'what should I do that will let me write on the pins through terminal'
https://www.espruino.com/Reference#l__global_digitalWrite
https://www.espruino.com/Reference#t_l__global_getPinMode
https://www.espruino.com/Reference#t_l__global_pinModeThere are examples just below that reference topic. That should get you started. Then for future issues, post code here for others to assist.
Hi Espruino Community,
I am trying to use Bluez(gatttool) with MDBT42Q. I don't have much experience with neither of them but for another micro-controller called simblee (not sold anymore), I was able to write on pins through bluez gatttool. With espruino, I had little bit of luck in the steps so far as I can connect to espruino from terminal and write something(which I don't know what is it.
It is what happened with espruino. Usually when I do write with simblee it writes to 0 pin of that micro-controller but there is no handle it says. So I generated 100 handle and I found some handle that works.
and when I wrote on those handle it worked properly. But it none of the pins are giving me any voltage.
Can anyone please tell me what should I do that will let me write on the pins through terminal? Thanks.