Does it connect through ssh without putty, if we use wsl?
@blociot Жыл бұрын
Never tried with WSL, but it should work. This device runs a Debian distro so if theere is no limitations on the WSL side, it will work.
@jees__antony Жыл бұрын
@@blociot thanks for the reply
@luisreyes783 Жыл бұрын
what an excellent video friend, one question, what is the command to install the python library?
@blociot Жыл бұрын
Thank you Luis. You can install Pyhon by "apt install python3" command. Make sure you run "apt update" and "apt upgrade" before that.
@PersecutedPursuer Жыл бұрын
Thanks for that, Sir!
@mohamedalami-e8d8 ай бұрын
thanks for the excellent content. Is it possible to have Python demo project?
@blociot8 ай бұрын
Thank you for your feedback. Please send me a message on Linkedin. I can surely send it to you if I find it.
@petrusdupreez Жыл бұрын
Hi blociot! Hope you are well. Can you please help me to receive serial input on Node-RED for IoT2050? I have a USB RFID reader plugged into the IoT2050 and cant get it to read input on Node Red
@blociot Жыл бұрын
Hi Petrus. I'd suggest testing your RFID on a terminal to make sure it gives oit the data and then try it in Node Red. You can use any serial terminal in Windows or Linux. Make sure your serial settings are correct (e.g. baudrate, etc.) Then you canbise node red seria In node to read the buffer. I prefer Python over Node Red.