I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
I'm running into an issue in which I cannot initialized the I2C drivers on an Arduino Nano 33 BLE (nrf52840). The output from error logging is
I have this prj.conf file...
Hi. I am using timers and PPI to do frequency counting.
The basic process is for 1 PPI channel to incriment a timer, and then a second PPI on a second timer to stop the...
I build device based on Fanstel module BC833M with pcb antenna.
Communication with this device is very bad. I have test the same code in BC833M and origin Nordic devkit...
Hi,
First off, I'm very new to the nRF52 development so I'm suspecting to have done something wrong...
The datasheet of the nRF52 832 states a current consumption of 0...
Hi,
I have been tryring to identify the characteristic who is requesting a read. To do so, I implemented the read authorization request. Here is my code:
Basically...
Hello,
I'm trying to receive an inverted UART signal on the Arduino Nano 33 BLE (NRF52840). I've been able to invert the transmit signal okay using two GPIOTE channels and...
in ble send data period ,nrf 5340 CPU seem to be shared only by ble send
data ready and data read in ble not send period can equal ,this mean every data come from ecg chip...
Excuse me:
I'm testing the maximum rate of ble_app_uart。
1、Can the nrf connect app on IOS initiate the update of MTU and PHY?How to update MTU and PHY on IOS nrf connect...
I use nordic5340 SPI read ADS1298R ecg data, using nrf5340 p0.13 to connect ADS1298R data ready pin . when ADS1298R data ready pin high to low mean ADS1298R data ready .i...
Hi guys I am new to Nordic, just made a DevZone as the technology isvery interesting to me. So far I have been playing with ESP series but I know nordic is in a class of its...
Hello everyone,
I have been working for a few days with nRF52833DK building a BLE mesh where one of these microcontrollers is a client node or a server node.
However,...
Hi,
I have several questions about the dongle board.
1. Why should the p0.19,20,..,25 be connected to the reset pin?
2. what is the difference between the reset button...