After I get a Disconnected() event, I want to start scanning again, therefore try to call StartDeviceDiscovery() again.
IsDeviceDiscoveryOngoing was checked before.
The...
Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
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...