Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
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...