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...
I am using the SPI peripheral for communicating with a network through long wires. Is it any information about the impedance of the driver outputs from the nRF52832?
I will...
nRF52840 OPS v0.5.1 section 16.16.2 states “A pin reset is generated when the physical reset pin on the device is asserted”. This seems to contradict the descriptive name...
Dear Nordic
All our last SDKs in "example/dfu" have same error.
Code is not corect:
nrf_clock_lf_cfg_t clock_lf_cfg =
NRF_CLOCK_LFCLKSRC;
Impossible properly...
Hi Nordic Support,
According to the answer in question:
devzone.nordicsemi.com/.../
it is not possible to update the bootloader (which is the case with "bootloader_secure_ble...
I am trying to set up RTC2 by following an example
github.com/.../saadc_low_power
I ported it to my project which is running a softdevice on nRF52. It works perfectly...
Hi Alls,
I'm trying to compile and test the example project from SKD_12.3.0 and receiving the following error:
#error app_timer for freeRTOS requires configUSE_TIMERS...
Hi everyone
I'm doing some basic test to verify the correct platform for a future project, we need ble long range, therefor we are testing the NRF52840-PDK
I have loaded...
hello,we use nRF24l01+ for the communication of IoT.There are a lot of terminals work at a same channel,when the controllers send CMD,we have found:the length of reading from...
Hello,
I am having a weird reset behaviour with my nrf52832pca10040, SDK12.2 with softdevice v3.
I have connected an acc into the SPI interface through these pins
...
Dear friends,
I want to measure the current of RF of BLE using PPK. However, i do not care the current of other peripheral devices, such as timers, pwm. How can i make it...
Hi,
We have nRF51822 acting as a central and another nRF51822 acting as peripheral. The peripheral advertises at 1 second advertisement interval. The peripheral and central...
Hello,
There is a characteristic with properties:
memset(&char_md, 0, sizeof(char_md));
...
attr_md.vloc = BLE_GATTS_VLOC_USER;
...
char_md.char_props.write = 0;...
Hello everyone~
BLE 4.2 secure connection is very useful for smart automobile. It's fit for many lock/unlock and rent/sharing scenes. Is there a plan for automotive grade...