rigado / firmware

Contains source for BMDware and RigDFU
Other
8 stars 7 forks source link

Can't compile with segger microcontroller software. #1

Open jarusRnD opened 4 years ago

jarusRnD commented 4 years ago

Hi, I need a little bit customization in this firmware, so I tried to import this firmware into SEGGER Microcontroller software. but that didn't work. Can you guide me or tell me steps on how to compile this? Thanks

ghost commented 4 years ago

Hello, All work on this repository was halted in 2017. I'm afraid we have not attempted to load this project into SES. The last work was done with the Keil uVision and Nordic's SDK v12.1.0. Please note that this firmware is provided as-is with no available support from u-blox. Regards Bob

jarusRnD commented 4 years ago

Thanks for reply Does this firmware can scan other beacon devices through AT cmd?

ghost commented 4 years ago

The firmware only provides a Bluetooth peripheral or beacon and does not scan for any devices. Perhaps look at our u-connect firmware and one of its supported devices (ANNA and NINA series). u-connect has many more features.

jarusRnD commented 4 years ago

Ok understood, now I am planning to modify little bit your firmware to scan other BLE beacon device though AT cmd. I just want to make sure that its possible! And also it would be very helpful if you give some hint on that.

Thanks you

ghost commented 4 years ago

While the hardware on which this firmware runs is capable of what you desire, the firmware itself would require a complete rewrite to be compliant with the current Bluetooth specification. Do not use this firmware except for existing, legacy products.

Look at the current Nordic Semiconductor nRF5 SDK which has a current, certified Bluetooth stack. Please note that support for this SDK would come from Nordic Semiconductor's DevZone. I'm afraid I cannot comment further.