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 working on developing a device using the nrf52832. Currently using the nrf52 PCA10040 dev kit. I'm extending the zephyr/samples/basic/peripheral_dis sample in order to...
When compiling the net CPU with debugging configs such as CONFIG_DEBUG or CONFIG_DEBUG_OPTIMIZATIONS enabled and the resulting hex is flashed to the nRF5340; If then an Ozone...
Hi I am wanting to use the ARDUINO 4 RELAYS SHIELD with the nrf52480 or at least see if its possible.
https://store.arduino.cc/arduino-4-relays-shield
relay data sheet...
I wanna use nRF52820 to make some application development.I wanna a sing-board development kit for nRF52820 ,and nRF52833DK supports development on the nRF52820 SoC and nRF52833...
Hi Everyone This is my first time designing a PCB with the NRF51822. I have designed it using an 2450AT18B100E Antenna and a BAL-NRF02D3 balun. Below is my schematic:
...
There are discussions on WLCSP light sensitivity for nRF5 product, which affects RF, clock accuracy, and low power current draw etc. what about the nPM1100 which clock accuracy...
Is my understanding correct that with VDD supplied and ENABLE = high, having VDD_GPIO floating (i.e. disconnected from a regulated 3.3 V supply) is a valid state? We intend...
hello Nordic
i am working with nrf52840 sdk16.0 s140
i wish to read the UICR register value like this :
but i get this compilation error
since it is a define...
Hello, I'm working the nrfx saadc legacy driver, and despite changing whether I measure Vdd(on the dk) or GND, the saadc output(p_event->data.done.p_buffer[0]) oscillates...
SDK14.0+NRF52832(PCA10040 demo board):
I want to add static passkey to avoid MITM attack, I write code as following, but when I use the mobile app ‘nRF Connect’ to connect...
Dear community,
I need to operate a BM833A as I2C slave and to do so, I performed the following steps:
I modfied my sdk_config.h and set TWIS_ENABLED and NRFX_TWIS_ENABLED...
Hi,
I used nRF Connect for power profiler and programmer for hundreds of times.
But since today, it just keeps on showing white screen.
I tried "Ctrl + R" as well as...
Hi Team,
We are using the NRF52840 SOC for our development purpose and in our application we are planning to port the RTOS.
Could you please suggest us which RTOS is...
HI,
I am using the central_hids project in NCS V1.5.1 on NRF52840 , and now i want to add USB hid into the project, how can i do it?
I have try to do it in nrf_desktop...
Hello,
I've been trying to learn to develop an app based on ZigBee, it's the first time i'm working with nRF hardware and the only things i've done so far was to run some...