Not able to scan the da14580 device

7 posts / 0 new
Last post
shivanagouda
Offline
Last seen:5年11个月o
Joined:2014-11-21 07:25
Not able to scan the da14580 device

你好,

We have customised target board which has da14580-01.
I have flashed proximity code using keil , in this BLE board.
But, i am not able to discover this device in my android device. i mean the device is not getting scanned .

JE_Dialog
Offline
Last seen:15 min 29 sec ago
Staff
Joined:2013-12-05 14:02
Hello Shivanagouda,

Hello Shivanagouda,

Are you running proximity monitor or reporter application ? and was this 'as is ' out of the SDK ?

Which app did you use to check whether the device is advertising ? BlueLoupe is a very good app - i find that some apps don't always scan working devices that are known to be advertising, but blueloupe has been found to be very reliable.

BR JE_Dialog

shivanagouda
Offline
Last seen:5年11个月o
Joined:2014-11-21 07:25
Hello JE,

Hello JE,

I am running proximity reporter application. and yes it is "as is " of the SDK.
Below are steps fallowed ,
after having done the connection , device got detected .
then , started the debug session, then RUN execution / STOP execution , and come out of debug session.

the application used is , nrf-master-control-panel , and some other BLE applications from playstroe.

WI_Dialog
Offline
Last seen:4 days 4 hours ago
Staff
Joined:2014-01-03 16:21
Hello,

Hello,

From your description, the 16M crystal oscillator may not be properly tuned and leading to the RF carrier off the nominal frequency.
Please follow "AN-B-020_v1.3_End product testing and programming guidelines" document to verify and tune the crystal frequency firstly.

BR, WI_Dialog.

shivanagouda
Offline
Last seen:5年11个月o
Joined:2014-11-21 07:25
Hello,

Hello,

1. We are using a crystal of 12MHz across XTAL16Mm and XTAL16Mp , will this effect the performance of the BLE.

2. While we are copying the CODE directly into SRAM using keil , how to confirm that CODE has been copied properly ?

3. How to confirm that code has been properly flashed to the board .?

VesaN
Offline
Last seen:5 years 4 months ago
Guru Master
Joined:2014-06-26 08:49
Hello shivanagouda,

Hello shivanagouda,

  1. You must use 16MHz xtal, otherwise radio won't work.
  2. Most likely the code has been copied properly if there are no errors
  3. Do you mean OTP?
JE_Dialog
Offline
Last seen:15 min 29 sec ago
Staff
Joined:2013-12-05 14:02
thankyou Vesa...

thankyou Vesa...

Shivamagouda, the 16MHz XTAL is fundamental need : you cannot use a lower or higher value since all the intenral PLL are aligned to this frequency as well as the main MCU clocking architecture.

BR JE_Dialog