Closed KejaPower closed 3 years ago
I had the same error with my Nano Rp2040. The first characters from the model are correct, the last ones no: it should end in 00 04 00 00 00. Since the exact same code works on the ESP32, I believe it has something to do with the WiFiNINA library. Will keep you informed as soon as I solve this issue (I already have a fix in my that need to try).
thanks for looking into this. I have tried other http arduino librairies with the same results. It indeed seems to point to a problem with the WifiNINA librairy. I have an ESP32 board on the way but would be great to get it working on the RP2040.
I fixed the bug, it was what I suspected. Check it out https://github.com/eloquentarduino/EloquentTinyML/blob/master/examples/SineFromInternetExample/SineFromInternetExample.ino (only changed line 97)
thanks , working now !
Hello, I'm trying the SineFromInternetExample.ino example on my Nano RP2040 everything works fine until it tries to load the model :
ml.begin(model)
at that point the board is stuck. From the Serial Monitor I get :so it seems to me I able to get the model from the server.
Any suggestions on what I m doing wrong ?
Thanks