We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
I am working through the heart rate monitor central ble device code on Nordic SDK 8.1. I noticed that the variable
bool m_memory_access_in_progress = false; /**< Flag to...
I'm wondering whether or not we can make a specific BLE peripheral device with having this ability to be supported by client iOS/Android device for automatic scanning/reconnecting...
Hello everyone,
Recently I've had problems with using JLinkExe directly from the Linux terminal. I finally decided to give nrfjprog a try. It worked, I can finally type...
I develop a nrf_mesh application.
I can send a mesh packet by nrf_mesh_packet_send().
But I can not receive a mesh packet.
(I can receive a advertise packet by nrf_mesh_rx_cb_set...
I am developing an app that uses both a central and a peripheral device using Nordic SDK 8.1. I was working off the hrm example code and wanted to move all the scanning methods...
Hello all. I am a beginner with nRF and am trying to get the Eddystone example (titled "experimental_ble_app_eddystone" in the examples folder) to work. I have opened the...
Hi,
I am working with the BLE Nano module and the mbed online compiler. I have the Nano acting as an SPI slave. The problem occurs when I try to add BLE functionality....
I've spent some time searching and haven't found a definitive answer or anything obvious in the code. I'm developing the firmware for my application on the nRF52 DK, which...
Hello nordicers,
I'm stucked with long writes (android central to nrf52 peripheral)
I'm using SDK 12.3 and S132 v300. Android as the client central (RxAndroidBle libary...
Hello,
I ported nordic heart rate example to nuttx. I have peer_manager_init() in my codes.
After programming the device, I can connect and bond when I issue "nrfjprog...
main.c I'm using S120 softdevice with nrf51822, I want to use S120 as central and peripheral devices.
When I received my beacon data then switch to peripheral for advertise...
Hi!
nRF52, SDK13, S132.
I work in central mode and need make
ble_nus_c_rx_notif_enable()
But in the code drivers I only have tx function. In a SDK9 for nRF51 I...
Hello,
I'm trying to prototype an application on the nRf52 DK (PCA10040) using the GCC toolchain. I followed all of the tutorial for setting things up and I can build and...
Hi all,
I tried to load the DFU example for nrf51822 from SDK12.3 on the dongle(PCA10000).
softdevice: S130 2.0.1
I followed the tutorial on: devzone.nordicsemi.com...
What I am trying to accomplish is to establish a connection between an iPhone (device 1) and an NRF52 (device 2), then sniff the data sent between them from a third device...