Dear Support,
I have some troubles with the Evaluation Kit for nRF51822 :
I use the broad as a central role with S120_nrf51822_1.0.0_softdevice.hex and example...
Suppose a nRF9E5 transmitter is set for continuous transmission on a channel.
A nRF9E5 receiver listening on that channel:
finds carrier and sets CD
finds address...
I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
Hi,
Parameter uint8_t ble_gap_scan_params_t::filter is present in the documentation, but not implemented.
Checked for SDK 5.2.0 and 6.0.0.
devzone.nordicsemi.com...
HI,
I want help to fix the nrf5340 Dk. I have worked fine with the DK for a long time. But, Suddenly I can't be able to connect the DK with my PC. I can able to connect...
hi, i am trying to use the async uart api on a nrf52840 for communicating to a quectel bg95 modem. no matter which timeout or buffer-size i am using, i am experiencing the...
I tried to use Power Profiler v3.4.3 on Debian bullseye and it didn't work. The profiler app found the device, connected and nothing happened, no controls appeared.
After...
Hi,
I have some trouble when I want to debug my code, I use GCC and I have this :
HardFault_Handler () at ../libs/nRF5_SDK/modules/nrfx/mdk/gcc_startup_nrf52820.S :302...
Hi:
i use nrf5340 dk;
I use Visual Studio Code IDE build zephyr\samples\bluetooth\peripheral_past simple ,but i build project in application core have a error occured;...
Hello,
I have the same issue as:
So I posted my question there but got no answer.
"it seem likes crash in "strlen()"function, and seem like "acess to illegal memory...
Hello
NCS1.9.99, nRF5340, VScode
uint8_t read[130]="";
i2c_burst_write(i2c_dev, 0x1b, 0x00, read, 128);
error:
Need to use concatenation buffer and provided...
Hi ,
I have some questions about duf Serial routine that I need your help with:
1. Can you explain the implementation process of " pb_decode,pb_encode " and the file structure...
Hello everyone,
I have a Bluetooth Mesh network of Friend nodes that communicate with eachother and allow message to pash through them.
Currently only a few need to...
Hi I am using the POWER PROFILR KIT to measure the current of the NRF5340. I combined them and set the power select and DUT select on DK and started measuring using the power...
Hello,
I am not able to connect the nrf9160 with NB-IoT to the nRF Cloud using the asset_tracker_v2 or the multicell_location sample. I added the following configuration...
Hi
I have noticed that when I configure any GPIO with "NRF_GPIO_PIN_PULLUP" option, the CPU current is raised by approximatly 200 uA. (It doesn't matter if the GPIO is...
Hello, I have managed to get two NRF5340s linked and measured their throughput. Now I need to change their Output Radio Amplifier Power to test again. And then I also need...
Hi,
I need to enable the ADC read and GPIO pin toggling to happen simultaneously at high precision, without using the MCU resources, approximately 15 us interval. After...
We have a device that is using the nrf_drv_csense module to measure a capacitive touch via the event_handler passed to nrf_drv_csense_init(). Unfortunately, due to various...