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...
Hi,
I want to know if its possible to add multiple services and characteristics to several BLE central devices (based on nRF52) which need to communicate to a single peripheral...
Hi,
We are currently looking into using the nrf9160 for a smart meter gateway like solution. It is of particular interest to us to know if we would be able to achieve compliance...
Hi all,
I am having issues with the nRF connect programmer that is used to flash the mcu.
I have installed the software my nRF connect version is v 3.10.0 (It is not available...
I installed nRF Connect and inside it I installed Programmer. When opening the programmer I get the following exception:
And system report:
I already tried following...
Hi,
I currently have a working project with BG96, embed TLS and LWM2M.
I'm investigating some problems that occur when the connectivity is interrupted during TLS handshake...
Hi !
In nRF9160, want to implement nrf_mode_lib for modem. Therefore, need to select non-secure(ns) board.But want to set UARTE2 as secure. As UARTE2 provides communication...
Hello!
I am completely new to development with the nRF52DK.
Today I spent the entire day trying to set up the IDE and enviroment to make my first application, but that...
Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello All,
I am using the BE33 (nRF52833 based) module of the Celium Device. I am able to flash the code by using SWDIO and SWDCLK pins. Also, I have tested the BLE advertisement...
Hi,
I am running into this issue when receiving over uart where the byte received is always one byte behind relative to the byte sent by the sender. The byte received is...
I've never been able to get >= 10.13.0 of the nrf tools working. The previous versions work fine on my x86 mac, but there are a series of problems with the newer tools. First...
Hello,
Is there a way to configure mcuboot to allow updates to the bootloader itself? That feature is supported in Nordic's bootloader, but I haven't been able to find...
Hi All,
We are using NCS v1.7.1 on our custom designed nRF52840 board. We have a touch screen interfaced with I2C to our device. There is one more controller connected on...
I am making a "program that keeps multiple software in Flash ROM and reads arbitrary software according to instructions".
When I open the hex file with a text editor, the...