You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
some Arduino can not support pin 1 and pin 2 as receive and send data. so we need to assign two new pins with the help of serialsoftware. How can I change those pins? Currently i am using Arduino nano
The text was updated successfully, but these errors were encountered:
ratulbmg
changed the title
How to change TX RX pin
How to change TX RX pin for Nano
Mar 25, 2023
Sorry, I don't fully understand what you're trying. Are you trying to talk to the Arduino Nano using pins 0 and 1? I never really used this, but I'm quite sure that should work out of the box. What problem are you having?
I never tried this myself, but you should be able to just replace the serial stream you pass as argument to Firmata.begin(stream) with a software-serial instance.
some Arduino can not support pin 1 and pin 2 as receive and send data. so we need to assign two new pins with the help of serialsoftware. How can I change those pins? Currently i am using Arduino nano
The text was updated successfully, but these errors were encountered: