Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
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...