Hi......
the board advertising correct,and it work normal (connect,send and receive data),bug it's name can not display in app scan menu. the definition is "liu",but displaying...
HI,
with the new version of the bluetooth website, i can not find the link to overview the profile,service,characteristic and something else related to it.
thank you.
I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
nrf51822 SDK 9.0
iphone 6plus System version IOS9.2
When the phone receives the QQ message "static void notif_print(ble_ancs_c_evt_notif_t * p_notif);" can execute.
but...
Hi..... This is Venkatesh. I am using nRF52-DK Evaluation kit. This is my first question posting here. It is pleasure to have an account to share my knowledge and get the...
Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
Good morning,
I first made a prototype based on nRF51 series, and now I'm migrating to nRF52 by using the nRF52840.
I would like to set the device up to work in long-range...
Hi,
We recently received our 30 prototype boards with nrf52840 chip on it. 28 boards are working fine but in other 2 boards softdevice is not working. Any ble_peripheral...
Hi,
We have one client/provisioner and multiple servers/provisionees (light switch style) in our mesh network.
Now we plan to have a LPN-sensor node (server as above)...
Hi,
Right now I try to migrate a BLE application from a none Nordic bluetooth chip to a nRF52810.
Therefore I followed this tutorials:
https://devzone.nordicsemi.com...
I'm using a modified at_client program running on an nRF9160. It runs ok as a nonsecure application, under spm. The program can flashed, breakpoints set, single stepped etc...
It is a fantastic tutorial, Thanks.
And I can get it to compile with SDK15.0.0 pca10040 s132. But how can I get it to work with 52840 DK?
Copied pca10056 and s140 into...
Hi all,
To keep compatible with previous devices, I need to use Enhanced ShockBurst on 52832. Now I need to add PA / LNA control to Enhanced ShockBurst, but I can't find...
Hello,
Now i want to implement Scanning and Advertising at the time using s132 on nrf52832 with SDK15.0.
I use a app_timer of 10ms to realize a dvertising every 10ms....
I have an nRF52810 on a custom board and can't get it to wake from System Off mode. The code:
trying it with a different way to turn the system off also didn't work: ...
Dear Nordic Support,
Processor: nRF52840 / S140 soft device / SDK 15.3.0
I have a question about the use of the HFCLK in relation to the soft device. Our board has both...
Take a look at a following code
void fmc_serial_rx_cb(const uint8_t* p_data, uint32_t length)
{ __LOG(LOG_SRC_APP, LOG_LEVEL_INFO,"\n-------------SERIAL RECIEVED : %s...
I am new to softdevices so please bear with me for long list of questions.
I am evaluating SDK15.2.0 examples one-by-one. I came across eddystone example (ble_app_eddystone...
Hi!
In older SDK (15.0) has been present NRF_ESB_BUGFIX_TIMER and it initialization. Now (SDK 15.2/15.3) defines this macro but not use it. Is it bug or obsolete code?