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
Thanks for sharing the code!
Just a heads up raspberry pi 3 users, /dev/ttyAMA0 by default is used for bluetooth and not available on board pins(8, 10). There are several options one has described here.
I ended up disabling bluetooth as I didn't needed it and disabled linux use of console by sudo raspi-config after that the code worked for my sim900 board. @mnpappo maybe add the link to README? it might save time for someone else.
Thanks @scientist1642 for creating this issue, it will help others if they fall into the same problem. I wanted to write a instruction to follow but haven't got that time yet. I am adding the link to README. Also removing line#18, I don't know it got there.
Thanks for sharing the code!
Just a heads up raspberry pi 3 users, /dev/ttyAMA0 by default is used for bluetooth and not available on board pins(8, 10). There are several options one has described here.
I ended up disabling bluetooth as I didn't needed it and disabled linux use of console by sudo
raspi-config
after that the code worked for my sim900 board.@mnpappo maybe add the link to README? it might save time for someone else.
p.s. also had to remove this :)(
rpisim/rpisim.py
Line 18 in eaefa3d
The text was updated successfully, but these errors were encountered: