I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
hello,ereryone!One nrf52832 as ble_central,and another nrf52832 as ble_peripheral.
and the ble_peripheral (nrf52832 )set static passkey:
#define SEC_PARAM_BOND 1
#define...
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...