pycom / pycom-libraries

MicroPython libraries and examples that work out of the box on Pycom's IoT modules
330 stars 377 forks source link

valueError : 868100000 #31

Closed frankdunn closed 6 years ago

frankdunn commented 6 years ago

Hi

I get ValueError 868100000 on startup but nanogateway is connecting to ttn . If I change value LORA_FREQUENCY = 903900000 there is no error .

danicampora commented 6 years ago

That's because your LoPy is programmed with the 915MHz firmware.

frankdunn commented 6 years ago

Thank you

Do I need to build firmware or can I use the pycom firmware updater to install new firmware ?

On 27 September 2017 at 12:07, Daniel Campora notifications@github.com wrote:

That's because your LoPy is programmed with the 915MHz firmware.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pycom/pycom-libraries/issues/31#issuecomment-332474386, or mute the thread https://github.com/notifications/unsubscribe-auth/ALjEDblsAYfOIuWZ5sT94r_NYhcj3Oy8ks5smh5dgaJpZM4PlhhA .

danspndl commented 6 years ago

Hi @frankdunn, you can read how to update the firmware here. I'll close this issue for now, feel free to reopen it if you're still having issues