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...
Hi all,
We run into a problem where our central product (a remote control) connects to the wrong device. We are using SDK v14.2.0 and softdevice S132 version 5.1.0. At...
Hallo,
I'm using a 52840dongle.
Uart ( PC-Terminal Debugging)
Radio ( reading 51822)
I2C Display
is working well
No i need to write and read data to/from a spi...
I have a serial OLED LCD on my SPI bus on my nrf52840 I want to do periodic LCD refresh by sending it's frame buffer without involving CPU.
I already know how to do SPI...
Hello!
I flashed the light_bulb example(NRF5 SDK v.4.2.0) hex to an nRF52840 Dongle using nRF Connect.
After reset, LED2 lights blue.
I do have an existing Zigbee network...
We have been using ble nus service which is working very well.
There are more than 100,000 bytes of data to be transferred each time.
We were using BLE_NUS_EVT_TX_RDY...
Hi I made some changes in the chat project that is found in NRF Connect SDK and when I build the change project this error occurs
kobj-types-enum.h: No such file or directory...
Hi,
I am writing after searching for an answer in this forum but without success.
I am not sure to understand the purpose of ble_app_proximity_coexist? I understood that...
I'm developing the nRF5340DK, would like to use the P0.04 (AIN0) pin to get the NTC thermistor value. but bind the device is fail.
the parts of the "source code".
/*ADC...
I'm trying to run your direct test mode code on the nrf53. And verify that the uart pins are working correctly. What is the best way to debug and verify this?
gdb seems...
Hi everyone
I'm looking for a way that I use the libuarte example with two UARTEs: one for receiving data, and one for sending data.
I tested serial uartes example in...
Hi, dear Nordic & all:
I just try to upgrade applicatiion via usb secure dfu on nrf52840DK, but failed to do this, the fellow is my environment, reference and steps: ...
Hello
I want to add a UICR section. but I don't know how to add a custom section in ncs(also zephyr).
I have researched about this for days and I've found zephyr code...
We have our own module using the NRF52832. We are using S132 V 7.2.0 We realized the ICs we bought had different revisions. One group is QFAAE0 and other group is QFAAE1....
I loaded the BLE peripheral HRS example from the Nordic SDK 17.0.2 on an nrf52840 DK. I connected a PPK II while connecting the peripheral using an nrf52840 dongle and the...
CAN-bus shield uses the one at the URL below.
https://www.seeedstudio.com/CAN-BUS-Shield-V2.html
I want to check if the SPI connection is established correctly.(CAN...