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...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi, I recently I have implemented the Time Model for the nRF5 SDK for Mesh and happy to share my implementation here: https://github.com/hashing-cell/BLE_Mesh_Time_model ...
Hi
We have a project where 1 central shall be connected to 1-7 peripherals. The central sends a short start/stop message to the peripheral then the peripheral starts to...
I have enabled advertising fast and slow mode. But changing from fast to slow mode is almost at same time. How to configure for changing advertising mode slowly?
The following...
Hello,
I am using the 9160 to send MQTT messages which are received on AWS. I am provisioning the devices by creating a thing on AWS, getting the certificates, and loading...
I have a problem that my nRF52840 Central cannot discover one of the my nRF52840 Peripheral sensor services. With the phone I have no problem. Also other services are detected...
Hi team,
I am using NRF52833 DK with PCA10100 on it and s140 soft device version..
While I am merging the ble_app_uart example with ble_app_multiperipheral example, the...
Hi, I'm currently developing an automatic connection BLE system.
I'm using nRF52840 DK with nRF Connect SDK and S140 SoftDevice.
In fact, there exist already other...
Hi Nordic,
I would like to understand the philosophy behind the nRF9160 DK acting as a debugger. I recover my thinky:91 connecting the 10 pin flat cable from thingy:91...
I was using nrfjprog successfully about a year ago before this evaluation was suspended. When I now try it fails.
```
nrfjprog --log --program build/zephyr/merged.hex...
Hello,
I'm trying to writte a sensordriver for the nuvoton NAU7802 ADC in Zephyr using the drivers/sensor API. Here are the most important (I believe) parts of my code:...
Hello,
I've recently created a custom board based on the NRF52820 which is configured based on the datasheet.
I'm using an NRF52833 DK OB J-Link to program the device...
Hi,
I use the modified version of the USBD example(nRF5_SDK_17.1.0_ddde560\examples\peripheral\usbd) in nRF5 SDK from here . (My development kit is nRF52840DK.)
And I...
Hi, I have configured normal uart, where you send 1 tx_buf and wait for the rx_buf until you get a response. This setup was fine until the logging feature was requested. However...