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...
After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
I don't understand how the guide gets to the Open IDE button. I used the automated installer and it did not appear for me. The guide did not provide any instructions on how...
I see that in the 6.20.14.20 RXADDRESSES in Reference Manual I can enable multiple addresses in the same time, so is it possible for nrf52840 to listen on several addresses...
SENT protocol uses a 1-wire interface to transfer data using time intervals. To receive data you simply measure the time between pulses on the wire. The transmitter never...
When I use the BLE mouse example in the nRF5 SDK (17.0.2), it works on iOS (14). However, the report is divided into 3 parts. I would like to combine the mouse buttons, X...
We are developing a controller for an Electric vehicle charging station. Already developed and successfully running the firmware on ESP32 for which we had used platformio...
I am using this tutorial to write a custom service and I got to a point to add custom characteristics and got a few questions:
- I don't seem to find any characteristic...
nRF52832 nRF5 SDK V17.0.2 SoftDevice S132 V7.2.0
I am running the sample program ble_app_uart in the above environment, but sometimes I miss UART received data. Teraterm...
Hi,
I want to do a custom developpement (custom board) for my project.
I have copied to a folder on drive D/: the peripherial_uart sample, as well as the folder Board...
Hi
We are trying to configure Nordic UE (NRF9160) at our local setup. In order to flash software we performed following steps:
We used ' carrier_deploy_e7f4d5d4-f607...
Hi,
I am looking to design a nRF52833-CJAA (WCSP/ BGA package) board using 4-layer stack.
a) do you see any issue in doing that, vs. 6-layer stack used in nRF52833-DK...
Hey
We encounter problems with the modem not establishing a connection after rebooting the processor for a few times.
Issue:
Firmware is booting normally
Cellular...
It support send periodic advertising with CTE in ncs v1.6.0, but I found that the scanner can establish synchronization with only a tag that sends periodic advertising. But...
Hello fellow Nordic community,
Assume that a given Peripheral ( P) is advertising a BLE GAP signal which allows for multiple connections to be made.
In the vicinity to...
Hi,
I want to connect three coin cell batteries in series to NMP1100 and then connect it to nRF52840 and a temperature sensor.
I want to know, can I charge a supercapacitor...