Ioannis Charalampidis
Ioannis Charalampidis
Hello @ArtemTomin , it looks that the script cannot communicate with your Arduino on the port you specified. I *just* pushed some changes on master that enable auto-detection. This means...
Hey @ArtemTomin , It looks that there is a problem with the `pyserial` library. I think I have fixed it on the current master (just pushed another commit) can you...
Hey @ArtemTomin , do you see the Arduino LED standing still? If yes, can you try unplugging & plugging it again? Also, try to use the latest Arduino library. I...
Hey @ArtemTomin , unfortunately I can't see your screenshot. You don't have to have a CC device connected to get a handshake confirmation. You should get a warning regarding wrong...
Ok, that's interesting. I from the port name I guess you are on Mac OSX? Which version? And which Python version are you using?
Can you also try to do a manual ping to see if there is something wrong? You can type the following: ``` ~$ dd if=/dev/cu.usbmodem1411 bs=3 count=1 | hexdump -C&...
The response that I see there does not really look like the one that I would expect from the sketch. Are you sure that's the correct port? Could it be...
Hey @ArtemTomin , that looks like ASCII output. Can you try connecting using the Arduino Serial Monitor, type something random and hit enter? We might get something more useful out...
Hello @ReDetection ! I guess you are referring to the voltage divider resistors? Please create a PR with the resistor values changed on the `README.md`, and if you can, also...
Now that I think of it, let's create a troubleshooting section, right before the `Compatibility Table` section, and let's write your suggestion there. Something around the lines of: > ##...