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 am having a strange issue with my custom radio protocol. I have ported the code to the 52840 and SDK15 from the nrf51822 where it is running with no issues.
The issue...
Hello,
I have PCA10040 development board with nRF52832, Softdevice S132 v6.1.0 & SDK 15.1.0). I wanted to use the extended advertisement feature to advertise more than 255...
Hi,
After developing two application, one for emitting extended advertising and other one for scanning this kind of advertising on nRF52840 DK (Github repository here: MOTAM...
Hi,
I would like to ask two questions.
1)
I understand that the nrf52832 does not support the feature "Transmitter has a Stable Modulation Index".
But the component...
Hello, I am trying to build the asset tracker reference app for my newly acquired Thingy:91.
I went through the instructions to get the toolchain and SEGGER IDE up and...
Hello,
We are currently using a Raytac SoM that has nRF51822 SoC with Adafruit UART firmware. We are running into two different scenarios BLE connectivity issues where the...
While going though the Makefile of the FreeRTOS HRS example in SDK 16.0.0, I noticed this part:
By default, link time optimization (LTO) is not enabled.
If I enable...
After Christmas update we are unable to use DFU from Android devices.
We've been using such function on a regular basis with our devices and everything has always been fine...
Hello everyone,
I'm using a NRF51822 as a central device, I connect to a peripheral (NRF51822-based device), then I stop the scan. At a later time I initiate another scan...
Hi,
I am trying to program nRF52832 custom circuit with nRF52 DK, I have connected debug out from the nRF52 DK to the custom circuit containing nRF52832 debug in. When I...
Hey Guys,
i am currently experimenting with the NFC functionality and have an issue with our "nrf52840-DK" boards:
i am testing with IAR (8.40.2 - including the library...
Hi there,
I'm trying to use serial library from SDK to interact with cellular modem (AT commands, not nRF9160). I've read documentation (library description, api). May be...
I have build and flashed the zephire/sample/bluetooth/hci_uart on nrf52840 board and connected the board with ubuntu but hci interface was not created when checked using hciconfig...
Hi,
We have chose LCD which has only 3-Wire support CS, CLK and DI so we have connected that pins with nRF51822 chipset. Now Please see the below image which shows that...