I am using the NRF24l01 for my products and looking to buy in bulk(100-1000). Now I know where to buy the just the IC but antenna design is a hard point to break right now...
Hi, my friend,
I've been with nrf905. I use a 16-bit CRC check.
But I encountered problems in use:
1.Nrf905 16-bit CRC check format is CRC-16(IBM):X16+X15+X2+1 or other...
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...
In a old post https://devzone.nordicsemi.com/f/nordic-q-a/58034/uart-communication-between-nrf52840-and-nrf9160-on-nrf9160-dk This question was already answered but this solution...
I am now using nrf52840 dongle and want to develop a software to control dongle like NRF connect desktop software, such as scan devices, connect device with passkey, read...
Hi
I am interesting to generate 1,638,400 Hz is an external clock for a peripheral on one of the NRF pins.
Please advise how can I generate this clock value on one of...
To the kind attention of Nordic support team,
We have this custom board using nRF52833 powered up from usb and in high voltage mode (ldo). The problem is that we are...
VS Code (running on Ubuntu 21.10) can't find the connected nRF52840 dev kit. " Could not find any connected boards " is all that's shown under CONNECTED DEVICES. Beside that...
I'm learning to use the Asset Tracker V2 example and planning to build a POC product on top the example. The biggest issue at the moment is with power consumption. On the...
To the kind attention of Nordic support team,
We have a problem that may very well be linked to this thread
https://devzone.nordicsemi.com/f/nordic-q-a/65202/usbregstatus...
Hi, I got my border router working fine, but I do not understand its use. How can I connect (which kind of protocol?) with the nrf5340 from my laptop to send turn on a led...
Hello
We check the current in system off in PCA10059 board. and use the ble_app_template application.
If set the VDD 3.3V, after the system off, measure the current is...
Hi Team,
I want to connect power pins on the nrf52840 chip in the schematic.
I find there several VDD pins, how can I select and connect them?
Best,
Gaosheng
Hello,
we are currently developing a customer product based on the nRF9160 SIP.
The requirement is to send the battery voltage periodically over the CoAP protocol (PUT...
Greetings , I have implemented an application with freertos (sdk 15.3) which goes into low power and wakes up on two irqs (rtc and button). When the button irq arrive turns...
We would like to use nRF9160 has MODEM only feature, such that MCU in our product can talk to nRF9160 via UART interface.
We have found an sample application [Serial LTE...