Using Nano 33 Ble Sense with Adafruit RFM9X LoRa Packet Radio

Help!

In compiling the code

RadioHead69_RawDemo_TX.ino

I receive this error:

Using library SPI in folder: C:\Users\Lu\AppData\Local\Arduino15\packages\arduino\hardware\mbed\1.1.4\libraries\SPI (legacy)
Using library RadioHead in folder: C:\Users\Lu\Documents\Arduino\libraries\RadioHead (legacy)
exit status 1
Error compiling for board Arduino Nano 33 BLE.

See ScreenShot for the begin of error

Thanks!

luigi

Posting a fragment of the error output and then a screenshot of a fragment of the error output is very unhelpful.

Please do this:

  • (In the Arduino IDE) click File > Preferences
  • Uncheck the box next to "Show verbose output during: > compilation
  • Click "OK"
  • Sketch > Verify/Compile
  • After the compilation fails you'll see a button on the right side of the orange bar "Copy error messages". Click that button.
  • In a forum reply here, click on the reply field.
  • Click the </> button on the forum toolbar. This will add the forum's code tags markup to your reply.
  • Press "Ctrl + V". This will paste the compilation output between the code tags.
  • Move the cursor outside of the code tags before you add any additional text to your reply.

If the length of the output exceeds the forum's 9000 character limit, save it in a .txt file and post it here as an attachment. If you click the "Reply" button you'll see the "Attachments and other options" link that will allow you to make the attachment.

sorry!!!

Thank You very much!!!

see attachment

Luigi

CompilationError202003162030.txt (15.6 KB)

Not sure if this is still relevant, but I have a library that does support RFM9x (among a lot of other things) and which works on loads of different platforms: GitHub - jgromes/RadioLib: Universal wireless communication library for embedded devices

I don't have Nano 33, so I can't test it with hardware, but it does compile.

Thank you, Jgromes,

it does compile, but nothing comes out of the serial line, it seems that Arduino Nano 33 BLE hangs indefinitely.

I will do other tests!

Luigi