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] =...
Hello guys! And girls
My project is working as expected in SDK14.2. I'm updating adv data (manuf. spec. data) without any problem with this function But in SDK15 the function...
Hello,
I'm working on a project using a Thread network to send MQTT packets and I'm having an issue with the example project out of the box. I'm running the version 3.2...
Hi, Sir:
I am developing nRF9160 DK(pca10090) with mqtt_simple example in nRF Connect SDK(ncs/nrf/samples/nrf9160/mqtt_simple). Firstly build the example , build OK, but...
I am trying to use other functions within FATFS per example f_findfirst file on the flash and keep getting undefined reference.
I used the example application usbdc_msc...
we use custom 128bit uuid service and dfu,bas services
when setting uuid as custom 128 bit uuid in advertising_init function, it's base uuid is always based on dfu.
what...
Hi, could you please let me know if support for nRF5340 will be added to the "regular" nRF5 SDK package, or it will only exist in the nRF Connect SDK? Thank you.
I use a PA/LNA dur9ing advertising but would like to disable it during connection. I use the sd_ble_opt_set API which works fine to enable GPIO toggling. However to disable...
Hi, I'm trying to add buttonless dfu to my own application (unbonded). I have followed the tutorials listed below:
1, https://devzone.nordicsemi.com/nordic/nordic-blog/b...
I am trying to install the nRF9160 development environment on an additional computer. We have the system running on 3 computers now but are in the process of setting one up...
When I let the lwm2m_carrier library run through a full bootstrap/registration cycle on a fresh device, it generates and saves many bits of info in both NVS and TLS security...
I need to compute the checksum for a firmware image and I'm looking for suggestions on what works best.
I'm using SES and I don't see any checksum or CRC of the firmware...
In Beacon Why UUID is required ? Where exactly it will be useful ? I understand Major value Minor values , company identifiers values . it will difference the beacon location...
Hi guys,
i'm trying to deploy a BLE iBeacon on an Holyiot-17120 board. My code runs fine on the nRF52840 USB Dongle DK, but on this board works only when I've debugger...
Hi All,
I want to configure 64 MHz internal oscillator (HFINT) on my nRF9160 DK to reduce the wakeup time of nRF9160 chip from system-off mode. Is there any example available...