I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
Hi,
What cellular connectivity, the provider's DNS, and backend cloud services, invariably connecting over MQTT is transient and the internal blocking timeout of mqtt_client_tls_connect...
I'm using Zephyr on a nRF52840 and I'd like to use the QSPI with the Fat Filesystem. I added the following Config statements to prj.conf:
The nrfx QSPI driver and file...
Hello,
I am wondering where to change the baud rate for the UART in the NRFConnect SDK using zephyr. I am working with the peripheral_uart example.
Thanks,
RJ
Hello,
i just migrated from nRF51 to nRF52. I tried to implement my custom service. I followed the tutorial from this site: https://github.com/bjornspockeli/custom_ble_service_example...
Hello,
in our application we have two devices. A nrf52840DK as central and a BMD-300-EVAL (contains a nRF52832 chip) as peripheral. We need a timer/counter that generates...
Hi,
I had used nRF Connect Programmer to flash nRF Sniffer firmware on my nRF52840 Dongle, but after that, when I tried to flash the firmware again, I found that there was...
Hi,
I want to add new peer to peer manager using pm_peer_new().
pm_peer_id_t p1 = 0;
pm_peer_new(&p1,&bond_info,NULL);
there are no peers, so trying to add as peer_id...
Bought 2 nRF5340 DK kits from Mouser. Followed the setup instructions and fell at the first hurdle. Attached NF antenna, connected to USB and switched on.
Nothing. Green...
Hello,
I am currently working on a project that requires data to be sent over Bluetooth. I currently have an NRF52832 Development board and have been trying examples and...
Is there any difference in terms of RF performance between different hardware versions of nRF52840? Can someone point me to the relevant documentation?
Thank you
I am working on the nRF52840 DK board SAADC module with nRF5_SDK_17.0.0 SDK, and I am unable to get the output on RTT.\
I am working on the pre-prepared program from the...
Click DFU after connect. Navigate to folder. Click .zip update file. Click OK. File name does NOT appear in chosen text box, box remains empty. Works correctly on English...
Hi everybody, I'm trying to set up my 52840 DK to scan for BLE_GAP_PHY_CODED advertising packets from 52840 Dongle. I think I was able to program the dongle, because it doesn...
Hello,
I've been tasked with adding radio test functionality to our manufacturing support firmware. I reviewed the comments here on devzone and studied the radio_test...