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...
Hi, when following this tutorial and trying to make uECC in step B1, I got this error:
makefile:77: *** missing separator. Stop.
I tried multiple directories, all gave...
Dear sir,
Sir I am using nrf52832 with sdk14 for my application. Please the tell me what is the value of crystal oscillator, capacitors for the Bluetooth application ? Is...
Hi,
I have a hex file that builds [experimental_bootloader_secure_usb].
If you use keil, it will be downloaded and operated stably on board.
However, if you do not use...
Hello, I'm unable to compile my project, the compiler says:
I know there is a similar question here but the answer did not help me. I have
in my INC_FOLDERS in Makefile...
Hi there,
I know you guys are very busy and I appreciate your quick response on Devzone.
I'd like to make a request for a more polished example of Buttonless DFU using...
Hi I am using nRF52832. I want to use Real time counter of this chip for time keeping just like external RTC. Can you tell how much drift my system will get in time ? We are...
Currently, if I want to update the advertising data, firstly, I use sd_ble_gap_adv_stop , then update the advertising data with ble_advdata_service_data_t , then advertising_init...
Good evening, I try to add SoftDevice S140 to the spis_pca10056 project but I got multiple error ... I already fixed a lot but I don't get to fix the errors that stay ......
Hello. I compiled with gcc a static library which consists nrf hardware drivers . Now other person from project want to use it in SEGGER IDE as it is now supported by nordic...
I created the scanner using nrf52832 as central.
When I advertise on the iPhone, I know that when I run the application in the background, I get data overflow servicee...
Hi,
Our enviornment is CPU: nRF52832, SoftDevice : S132 v2.0.1, SDK : nRF5 SDK v11.0.0 and using Peer Manager to make pairing.
We are near to Mass Production phase and...
Hi All,
I'm trying to add FreeRTOS into an existing project that is based off the UART example but has a lot of stuff stripped out of it. I've been referencing the HRS...
I examine the Logger Module implementation a little and find out that the only way to get a character from UART is via the NRF_LOG_GETCHAR() macro, which is blocking.
I...
I was just wondering if theres plans to migrate the PPK software to be an app in the NRFConnect tool. I love the NRFConnect tool and I wasnt able to get the PPK software running...