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...
Greetings. Like some others, I recently tried to activate the iBASIS eSIM included with a nRF9160 DK and found that the SIM had expired and could no longer be activated. I...
I found that one via on nrf5340dk is different from other vias. It has an extra loop and is connected with the external copper layer. What is the purpose of this design? How...
Hi,
Firmware with changes from hci-lpuart sample code is terminating abnormally. hci-lpuart sample code is modified to call "adc_read()" method to read adc values. When...
Hi,
I am using sprintf to copy floating sensor data to a string and later copy that string in payload.
But when I do so, floating number is not copied, but rest of the...
1). want to know what is the sacn interval/window value used in wireshark
2). how many max. number of advertising devices wireshark nrf sniffer displays
3). instead of...
Hi everyone,
i wrote a dockerfile with all nedeed dependencies and toolchain setups for software development of nRF9160DK. I would link to use Visual Studio Code running...
Hi Team,
We have a case open - 285055 - where we raise issues about some data being rejected from your nrfcloud platform. As a secondary investigation we are looking at...
Hi, I've just read this allocation guide and I was wondering what the "PH" in RAM_PH_START, RAM_PH_SIZE, FLASH_PH_START and FLASH_PH_SIZE stand for.
In which way do they...
I testing asset_tracker_v2. I observed that during debug, the execution enters the init.c file. As well __pinned_bss, __boot_func etc are used in this file.
1. What is purpose...
I have received a newer DK board (2.1.0) and have a problem.
The newer board wants to update the FW constantly when I run a test. That appears to be resolved by disabling...
As we know 52840 supports Thread,Zigbee and bluetooth,Do we need to test all of them in production test?
I'm not sure whether these 3 protocols are only software ,or they...
hi
1. #define ADC_NUM_CHANNELS DT_PROP_LEN(DT_PATH(zephyr_user), io_channels) this is example code from v1.8.0\zephyr\samples\drivers\dac\src\main.c but this is not working...
Hi.
We're using the out-of-the-box NCS 1.6.1 SDK / Zephyr / MCU boot process for our application. After upgrading the firmware, either via a dfu-utils flash to slot 1, or...
Hi everyone,
I've been trying to figure out what is the maximal BLE throughput between nRF52840 DK and nRF Connect (on iOS).
Using " ATT_MTU Throughput Example" between...
I have been trying to understand how we can use the PPI system to bypass extra callback handlers and threads in Zephyr to retrieve data from external SPI device based on external...