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...
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...
Hello Everyone,
It is unclear to me how a soft-device operates regarding multi-tasking and event-handling. I'm assuming Nordic engineers have their own real-time operating...
Hello, i wanted to ask if NRF51 Dongle NRF51-Dongle is capable of sniffing packets from NRF52xx parts? If yes, what are the limitations, because i think that nrf52xx parts...
Below linked blogpost says,
if using a PCB antenna, the matching network should consist of one shunt component.
devzone.nordicsemi.com/.../ .
And in the reference design...
Greetings,
For my application,I need to change the nrf51's mac address.
Previously I have changed the MAC id using the following code,
static ble_gap_addr_t m_central_addr;...
Hello friends,
i am new to embedded programming and trying to learn the new things in embedded for this i am doing 1 project in which i am using mpu9250 with pwm.
is...
Hi,
I want to interface FN-M16P with nRF52 through UART. To access this module I need to send commands to perform specific actions.Is there any specific example like this...
Hello,
I am new in this community and I am trying to get started with developments using nRF52840 DK. I am using SDK 13.0 for the library and I compile my code using armgcc...
I would like to be able to leave the bootloader installed and debug an application. I have been able to use the merge tools to get the hex files all merged and generate the...
Hi, i'm currently working on a low power sensor device based on nrf52832. I want to transfer data only to bonded central devices. Priority is using static passkey, but my...
After reading a few related questions and the official tutorial, I have a guess, hoping to confirm:
If I do not need to add extra events into schedular for management purposes...
I'm doing experiments on high throughput and need to call sd_ble_gatts_hvx, but there are a lot of confusing things so it's hard to get started.
If I want to know if notify...
Hi,
I have a nRF24LE1 development kit and a starter kit. If I turn the power off and turn the power back on using the power switch S9 on the motherboard. The nRF24LE1 chip...
I am using pc-ble-driver-py to configure an nRF52832 demo board as a BLE central device. I currently have the heart_rate_collector.py example working. However, what I would...
I am build a sound client project
when I received the data from the thingy52(which is sound server device)
the I play the sound by function drv_speaker_ble_pcm_play...
Hello,
I'm trying to interface this cheap OLED display from ebay
and while running and debugging the code I think should work(all based off the TWI_sensor sdk example...