Hi,
I have question about a project I'm running on nRF connect sdk 2.9.1.
I noticed that whenever an i2c sensor device device_init() is returning a value not equal...
I am trying to run some of the more basic examples included in the nRF Connect SDK on the nRF5340 included in a Thingy:91 X . I have installed the latest version of the nRF...
The OSCILLATORS documentation says:
" The device starts at 64 MHz. For 128 MHz, it must be configured when the CPU starts and before any peripherals that use the high-frequency...
Dear Team,
I am experiencing issues updating the firmware image on my custom board based on the nRF7002, using an external SPI NOR flash ( is25lp064 , 8MB). The board...
Hi,
Our project need 7 seperate PWM outputs, as the nRF52840 have 4 hardware pwm, I decide to use GPIOTE with PPI to create extra 3 pwm outputs to drive Red/Green/Blue...
Hello,
We are using a BLE module based on nRF52832 with a U.FL connector for external antenna connection. One of our automated tests requires we turn off/on the antenna...
Hey,
I’m currently evaluating DECT NR+ using two nRF9151 DKs with the nRF Connect SDK v2.9.0.
According to the ETSI specification (ETSI TS 103 636-4 V2.1.1), the Physical...
I slightly modified the qspi example code to try something that I'd eventually like to implement as part of my application. But when I try to interleave reads and writes then...
Hi,
We did stumble upon an issue with our BLE peripheral running on an nRF52832 with Softdevice S132 5.0.0 . The central side is implemented on top of the UWP (Universal...
Hi. I want to run the pca10059 dongle so that the BLE is in central mode and is recognized as a virtual port on the pc. Is it possible to operate with only UUID settings in...
Hi, I recently bought some nRF52 DK rev 2.0.0 (2019.25) boards from a US-based distributor. The distributor seems to not be in the loop on the specifics of the design, as...
How do I use the device root key to encrypt and decrypt?
I can set the device root key in the cryptocell register, but not sure how to use it. I am using Zephyr by the way...
Hi, nordic engineer:
Our project has a function, that is, BLE+Thread coexists. We hope that the mobile phone can upgrade the device through BLE. Can this idea be realized...
Hi All
Now I am testing the example code \examples\ble_peripheral\ble_app_uart with Nordic nRF Connect app on smart phone. i do a limit change in function uart_event_handle...
Hi,Master:
Platform: nrf52840
Bluetooth protocol stack: s140
When using qspi to communicate with external flash (communication speed 32M), occasional qspi communication...
Hi,
I have been working with different boards to implement different ML TensorFlow Lite samples in the 52840. I used Particle and Arduino BLE Sense.
All forks from the...
Hello,
I have programmed Fanstel BC832 module with S132 and ble_app_blinky example successfully and I can see the advertisement of BC832 on nRF Connect app. The thing is...
Hi,
I am trying to render some chinese strings on an OLED display. For this I would like to concatenate some strings using swprintf.
But when the replacement string contains...
Hi,
I am trying to flash my nrf52840 dongle via nrfconnect, but it doesn't work.
My project is based on BlueTooth and ZigBee connectivities, so I opened the programmer...
Hi there
I am currently trying to wakeup from system On mode using the DETECT signal and Port Event.
According to the product specification:
Trying to put the system...
Hello,
I'm using zephyr logging APIs to print to serial port. If I log too quickly the output is not correct. Running the code below I get
[00:00:00.626,464] <inf>[00...