I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
Hello,
I've implemented DFU OTA updates and it works using the nRF Connect app. If I wanted to do this from a custom app from my phone, how would I approach it?
I've...
Hello,
I'm using the nRF Connect SDK v1.9.0 and a nRF5340 on a custom board.
I want to use MCUBoot as a primary bootloader. On the development kit, the UART connecting...
We have updated our firmware runnung on an nRF9160 from SDK 1.9 to SDK 2.1 using the now deprecated SPM (We will upgrade to TFM soon).
When booting our firmware, we initialize...
I've disassembled sd_app_evt_wait() in SoftDevice S140 v7.0.1 and clearly see that inside a loop, it calls WFE -> SEV -> WFE. (It also manipulates the MWU and looks at interrupts...
My board nRF52840-DK always take several minutes to be ready after plugging usb cable in. The issue like Markus described in this ticket:
https://devzone.nordicsemi.com...
Hello !
I can see nrfutil is written in python and have a lot of dependencies and functionalities what typically need for x86 based host.
A lot of discussions about porting...
Hi everyone.
I would like to know if there is any good nrf mesh communication libraries for desktop applications (preferably C#)?
I would like to develop some desktop...
Hi experts,
I have a problem with programming NRF5340 SoC when using the NRF-Programmer tool. About our board, we use PCBA instead of NRF5340 Dev-Kit.
Step1: My coworker...
I'm moving an application from NCS v2.0.2 to NCS v2.1.0
Everything compiles properly in v2.0.2.
I think I've converted all of the pin definitions properly from the v2...
Hello,
we are using nRF9160 as Bluetooth host together with the Mcumgr Gatt service. We would like to be able to perform FMFU update using the Mcumgr library. We have verified...
Hi:
After downloading the sdk, I installed the compilation environment on my laptop and successfully compiled the at_client project. However, after the same installation...
I want to implement a sophisticated peripheral that implements a keyboard, mouse, and raw HID interface via USB and BLE.
I haven't found composite HID examples for USB or...
Hi,
When I try to build the ESPI sample using west I'm getting the following error:
Can you please let me know what the error is? I tried looking up the issue, but couldn...