Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
Hello,
I would like to use nRF52810 chip.
And I want to implement PCB trace antenna and PCB chip antenna on same PCB(for provision)
Either PCB trace antenna or PCB chip...
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...