I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
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?