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...
Hi, as I am beginner, will be please anybody kindly help me with my first project? I'd like to connect to an MQTT broker available at 89.24.xxx.xxx:2223 (mosquitto 2.0.18...
Hi,
I have a question about ESB channel setting.
When I set the channel by calling esb_set_rf_channel, how is it set? Bluetooth Classic channel format? Bluetooth Low Energy...
Hi,
We have a custom board that includes an ST LIS2DE12 sensor. I followed what looks like the normal procedure to create an out-of-tree driver for it by refactoring the...
Hello community,
I am stumbling into a very strange phenomenon.
I'm using a nRF7002DK running a custom firmware that reads data from a bunch of sensors and forwards these...
I am new to the nRF52840 and the whole Nordic environment, so this may be a pretty basic question. I couldn't find any other blog entries that fit.
I am developing a manufacturing...
I use the nrf connect sdk together with vscode.
My application is a workspace application with the following structure:
. ├── application │ ├── build │ ├── CMakeLists...
Hello
I want to flash a nRF52840dk dongle with the programmer from nRF Connect for Desktop. My application is a BLE central with MCUBOOT.
When I click "write" it asks...
Hello,
I am working on the nrf_crypto_aes_ctr_pca10040 example provided in the nRF5 SDK. I have not modified the example; I am using it as it is from the SDK. However, when...
I would like to experiment with changing the frequency of the rangings, but I cannot find where the values are located in the nrf_dm sample. What is the best way to change...
Hello Everyone,
I am trying to develop a BLE-based Smoke Sensor, is there a sig-defined service or profile that's suitable for that sensor to be compatible with other...
Hi,
I have a working application where at some point, I erase some part of the flash with following code :
On nRF52 aPageAddr is:
(not sure why other variables are...
Hello,
I am evaluating the nRF5340 for a potential BLE audio application. I was able to program the kit following the instructions and using the build script (or through...
I am starting to experiment with the nRF 5340 Audio DK. I already have quite some experience with the nRF52 DK platform.
My goal would be to implement a simple guitar effect...