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...
I'm trying to set up VS code to use it with the NRF Connect SDK. I've created an application from basic/blinky example. My problem is VS code can't resolve any inclusions...
OK, like many people moving across from a different IDE/SOC environment, I'm finding navigating my way through setup and programming with Nordic SOC, even of simple tasks...
I've run into two oddities with the Connected Devices feature of nRF Connect for Visual Studio Code and two different nRF52840 dongles that are connected via a J-Link. In...
Hi,
I try to use zgp api and first try to call zb_zgps_delete_all_zgpd() but I receive an error from linker:
undefined reference to `zb_zgps_delete_all_zgpd'
Is there...
Using windows 10 OS, and SES v5.40.
I am using nRF52833 device in my project along with nRF5_SDK_for_Thread_and Zigbee_v4.1.0_32ce5f8 SDK.
I am using openthread protocol...
We want to use GPIO_12 as a wake up pin. (High -> open uart, Low -> close uart) Also, we have a timer and timeout set to 500ms. When we pull GPIO_12 to high, it seems not...
I'm working on NCS 1.6.1 for both nRF52840 and nRF9160.
I'm trying to put my devices into sleep mode so i reviewed some related tickets and found following ways.
NRF_REGULATORS...
Hello,
I am quite new to NCS. I am trying to sending UART data from nRF52dk_52832 to PC.
The example is nrf\samples\peripheral\lpuart.
If I enable the example with CONFIG_LOG...
Want to realize a function: stop broadcasting after a broadcast, update the broadcast content, and then start broadcasting again after the specified timeout. How can I judge...
I am using the nRF5_SDK_17.0.2_d674dde and the nrf5_SDK_for_Mesh_v5.0.0. I am using the nRF52 development kit and I want to know if I can use the flash fstorage on the mesh...
Hi. I am working on a project and am planning to offload most peripherals to the net core; a few are listed below. Is this a bad idea? I realize I might run out of flash memory...
hello ,
During my twim0 initialization, I have configured clear_bus_init as true and hold_bus_uninit as false. But i always get hold_bus_uninit as true.
then I dig into...
Hi!
We would like to install approx. 2000 pcs BLE devices in a mesh network. The device density is quite high (2x5 meters matrix, same level, no objects).
I think only...
I am looking for a automation where in the scripts should be able to send the CCCD(Client Characteristic Configuration Descriptor) response within one second.
1.Which tool...