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
I was wondering if you could help me with the code you uploaded regarding the receiving. I changed the number of characters being transmitted over to the receiver. The receiver could only receive arrays with a maximum of 97 characters. Moreover, it take quite a bit of time to receive even though the transmitter and receiver is very near each other. I suspect it take the arduino some time to process the received data and print it out in the Serial monitor.
Thus, do you have any idea on how to extend the max characters the receiver can receive? And anyway to improve the time the arduino takes to print out the data?
Really appreciate your help.. Thank you.
The text was updated successfully, but these errors were encountered:
Hello!
Thank you for your contribution!
I was wondering if you could help me with the code you uploaded regarding the receiving. I changed the number of characters being transmitted over to the receiver. The receiver could only receive arrays with a maximum of 97 characters. Moreover, it take quite a bit of time to receive even though the transmitter and receiver is very near each other. I suspect it take the arduino some time to process the received data and print it out in the Serial monitor.
Thus, do you have any idea on how to extend the max characters the receiver can receive? And anyway to improve the time the arduino takes to print out the data?
Really appreciate your help.. Thank you.
The text was updated successfully, but these errors were encountered: