danielweidman / pixmob-ir-reverse-engineering

Hacking the PixMob infrared (and now also RF!) protocol to enable control of PixMob wristbands at home.
MIT License
594 stars 42 forks source link

comandos a enviar en phyton #7

Open jorgecardona19 opened 1 year ago

jorgecardona19 commented 1 year ago

Good afternoon, I am transmitting to a pixmob through phyton in arduino, it is not clear to me if in the phyton code, in addition to specifying the port and baud, I have to specify the pin as well as in arduino ide or what codes do I have to send because so far it hasn't worked for me and everything is in perfect condition.

sean1983 commented 1 year ago

In the Python Scripts have you set the set the correct COM Port? It will be the same COM Port that the Arduino IDE uses, And on that note, Have you closed the Arduino IDE? It will NOT work if Arduino IDE ia open as only 1 device can you the COM port at a time.