-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: input data must be list, tuple, integer or float #21
Comments
Um... did you not notice your typo? You're providing the |
Yes, it changed during copy paste but the error is same. |
So, the other thing I noticed is your Maybe try: LoRa.write(list(map(int, messageList))) |
Yes, it is transmitting now successfully.
Code on reciever end:
Please help with this. Is there any proper documentation for send list over lora using this library? |
We are trying to send mpu6050 data over lora Sx126x using raspberrypi zerow , in a list of float using struct method.
Error:
Code:
Does anyone have the solution for it??
The text was updated successfully, but these errors were encountered: