I’m having an issue running the ArduinoBLE peripheral blink example. I run into an error when trying to upload code to the board. There are multiple errors about deprecated function. Errors such as us_timestamp_t mbed::TimerBase::read_high_resolution_us(). I’m currently running Arduino IDE 1.8.16 and Sparkfun Apollo3 Boards 2.2.0. What software versions do I need for the blink example to work?
Maybe try updating the Arduino IDE to 1.18.19 https://www.arduino.cc/en/software and then re-do the steps here https://learn.sparkfun.com/tutorials/ar … no-ide/all to see if that gets it goin
On ArduinoBLE you get indeed different WARNINGS… not ERRORS. It will still compile and you can upload and it will work. Otherwise, post the full error list.
TS-Russell:
Maybe try updating the Arduino IDE to 1.18.19 https://www.arduino.cc/en/software and then re-do the steps here https://learn.sparkfun.com/tutorials/ar … no-ide/all to see if that gets it goin
This worked thanks.