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 Team,
We are using board PCA10040 wtih nRF52832 SDK 11.
We got nRF5_SDK_11.0.0_freertos_dfu_060516.zip Production SDK which is working fine for me.
I am using project...
Hi folks,
Currently I am able to do secure OTA DFU on my nrf51822 chip (MDBT40) using the example code provided by Nordic SDK 12 (s130). It works charming!
However...
i cannot able to find the example code in the examples of nrf52 SDK 13.0, am a beginner to this great platform , can anyone please help me for the above problem
Having great difficulty install Python and pip just to generate the keys for secure DFU. This seems like a greatly complex requirement just to be able to use this module....
Currently using nordic52832 to develop products that use batteries.
We found that the problem is that when the BLE module is connected successfully, it takes 200ms to send...
Hi all!
I am developing an nRF52 application that uses RTC interrupt to measure an ADC value every 100 ms. Depending on the measured value the chip shall either go back...
I am using nRF 52 development board. Using Keil to program it. Its has 4 buttons. We can easily detect when a button is pressed, but is there a way to know for how much time...
I'm using the following code to make the beacon sleep:
static void on_ble_evt(ble_evt_t * p_ble_evt)
{
uint32_t err_code;
switch (p_ble_evt->header.evt_id)
{
case...
Hi, Developer Zone!
Can pm_peer_rank_highest function return NRF_ERROR_STORAGE_FULL code?
There is no this error code in description for function, but in the code I see...
Hi
I am sending my BT module with nRF51822 for some regulation test and the Test Lab is using Anritsu MT8852B to communicate with my module through USB-to-UART adaptor and...
Hi team,
I have seen the example of crypto in the SDK_12.3.0. I want to learnt it. But I don't know how to use it, because there is not keil project file, and I hadn't...
I use example from SDK 13 ble_app_uart_c.
I changed uuid to my uuid from nrf51 peripherial device. I get event BLE_GAP_EVT_CONNECTED
where made
err_code = ble_db_discovery_start...
Hello,
I have adapted the ble_app_uart_c project for a custom board based on nrf52832. The application already works fine, however, my peripheral is sending four packets...
Hi,
I decided to use nRFUART Example which is inside of the Master Emulator.
I am using nrf51 dongle for connecting peripheral devices.
When I run the nRFUART Example...