ArduinoGeneral

FireBeetle LoRa 868MHz problem

userHead Account cancelled 2020-04-17 00:03:02 4232 Views5 Replies
Hello, I'm new electronic make. I recently bought FireBeetle LoRa 868MHz connected to FireBeetle Board - ESP32.
I soldered the pins suggested at: https://wiki.dfrobot.com/FireBeetle_Cov ... KU_TEL0125

then I copy the code in the same link to arduino program but when I click on verify, I receive this error:

exit status 1
call to 'bool DFRobot_LoRa::init(uint8_t, uint8_t)' uses the default argument for parameter 1, which is not yet defined

what I have to do?
2020-05-28 17:26:01
tschlatter91 wrote:
Thu May 07, 2020 7:54 pm
Hi TelltheBell

Were you able to solve the issue? I downloaded the library from the Wiki two days ago and still get the same error like you did about the missing definition of D2 and D4 (i.e. the defaults for NSS_PIN and RESET_PIN).

Any help is appreciated:-)

Cheers
Tobi
the questions myself too, no experiences?
userHeadPic kelleyhicks1973
2020-05-08 03:54:15 Hi Sambo

Were you able to solve the issue? I downloaded the library from the Wiki two days ago and still get the same error like you did about the missing definition of D2 and D4 (i.e. the defaults for NSS_PIN and RESET_PIN).

Any help is appreciated:-)

Cheers
Tobi
userHeadPic tschlatter91