nicslabdev / NRF52840-Beacon_Scanner

Development of BT5 beacon scanner for MOTAM gateway.
https://www.nics.uma.es/projects/motam
20 stars 5 forks source link

example for pca10059 #5

Open alosbh opened 5 years ago

alosbh commented 5 years ago

Hello!

I would like to test it in a nrf52840-Dongle. But i cant find within your folders the compiled example to pca10059. There's only the pca10056 directory. Is it available for the dongle?

Could you share the precompiled hex and the project files for pca10059?

Thanks!!

0xkelvin commented 4 years ago

I have the same question, too.

Could you please share it ?

sogewasp commented 4 years ago

The hex file may be the same, there's no hw difference between the two devices, apart from more flash and ram on the pca10059. But still the project doesn't seem to work. I've got some dmesg error:

[226559.607619] usb 1-2: USB disconnect, device number 76
[226559.994633] usb 1-2: new full-speed USB device number 77 using xhci_hcd
[226560.161005] usb 1-2: New USB device found, idVendor=1915, idProduct=521f, bcdDevice= 1.00
[226560.161009] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[226560.161011] usb 1-2: Product: Open DFU Bootloader
[226560.161013] usb 1-2: Manufacturer: Nordic Semiconductor
[226560.161014] usb 1-2: SerialNumber: XXXXXXXXXXX
[226560.162463] cdc_acm 1-2:1.0: ttyACM0: USB ACM device
[226563.882690] cdc_acm 1-2:1.0: failed to set dtr/rts
[226563.882779] usb 1-2: USB disconnect, device number 77

I've also included s140_nrf52_6.1.0_API SoftDevice hex file.