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...
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...
I would like to hide BLE advertising from normal BLE devices.
And only be able to see such advertising with dedicated scanner.
I was thinking of changing access address...
hi,
i can't find the ID for softdevice_s140
run cmd : nrfutil pkg generate –help
--sd-req TEXT The SoftDevice requirements. A comma-
separated list of SoftDevice...
Hello,
I´ve got a problem with the primary services discovery when register more than 1 vendor specific UUID.
I´m actually connecting one Cadence Sensor and one Motion...
Hello!
I have problem with DFU bootloader on nRF51822-xxAA.
For first, I made all steps for upload bootloader(erase chip, upload SD s130, upload bootloader).
I used...
Hello, I use nRF51822 based device with s110 softdevice. I noticed that data exchange is different on different connected centrals.
For test I used Windows and Android powered...
Hello,
I have my project up and running using the "nrf51-micro-esb" project. I can successfully set my device to PRX mode and have it receive payloads just fine. Similarly...
Hi,
I have an issue about power consumption with a board nrf52 10040. The consumption should be 100µA but is 500µA. I found an errata about that in ' infocenter.nordicsemi...
We're using nRF52 to read two sensors data: one is an ADC chip using SPI; the other is a PPG sensor using I2C. MCU sampling rate is 250Hz, meaning every 4ms, MCU will poll...
Hi all!
I'm a beginner developer.
I start my work with nrf51822, download examples e.t.c
Now I try to download my code in real PCB with external 16MHz crystal.
Code worked...
-----------------------------EDIT--------------------------------------
I've changed topic name, because not buffer overwrite is the problem.
I need some mechanism for...
I am working on a project for college in which I need to build my own PCB. The code works fine on the Dev Kit but on the PCB, the bluetooth is not showing. I have tried looking...
Hello,
I am using nRF UART v2.0 android app and I have added my custom logic above it. I am using this phone as the central device and nrf52 with sdk 12 as the peripheral...
hi
i am using two dongles.one would be sending sensor data from gpio to other through ble.i need a example code for those two.could you please tell me which example i can...
Due to limited budget, I have to use STLINK/V2 to flash code into nRF51822. I have been through steps of how to setup OpenOCD/STLINK/V2/nRF51822 in Ubuntu. After mass erase...
Hi. I'm using nRF52832, SDK13, S132v4.0.2.
I'm making peripheral device using nRF52832.
And I can see it gets BLE_GATTS_EVT_WRITE event as below when central sends WRITE...