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,
I try to create a new project to update my firmware using twi(I2C) interface.
In my test case, first i download firmware to region2 via keil, then copy the firmware...
Hi Nordic developers,
For my internship I’m developing a BLE application on de NINA-B111 module which does have the nRF52832. I'm using SDK 15.0.0 and Softdevice 132 v6...
We're disabling pending FPU exceptions and clearing pending FPU IRQs before calling sd_app_evt_wait(), as per a few references:
https://infocenter.nordicsemi.com/index.jsp...
Dear NordicSemi engineer:
I want to connect to a peripheral device using a modified ble_app_uart_c.The information of the peripheral device is below:
How can I connect...
I need to allow BLE connections for a period of time after restart, then prevent connections (unless a button is pressed). Is this functionality as simple as re-configuring...
Hello,
I am currently developing software that scanning ble advertisement packets without pairing and advertise them like beacon. I used examples which are ble_app_hrs_c...
Hi!
I'm working on HID mouse example on SDK 13.0.0, SoftDevice S1332 v4.0.5. I'm supposed to use this as a low power media button control, using a nRF52 DK. I've done a...
Hello,
We wish to use nRF52832 IC in our design. We will design an equipment which can connect to another device via BLE and can send some measurement data. Our equipment...
Hey everyone,
I'm working with nRF52810 . I want to write into UCIRs before program execution starts.
I tried to configure NVMC(Non Volatile Memory Controller) and then...
I am using the nrf905 in a project. The datasheet suggests crystals of 4mhz, 8mhz, 12mhz, 16mhz and 20mhz are all acceptable. Does the choice of crystal oscillator frequency...
Hi there, I have an 70mm wide and 50mm high PCB with an free space of about 32x26mm on the right top corner. At the moment this area is free of any traces and polygons. The...
In previous questions I inquired about setting the MTU size beyond 27 and thank to the answers I, indeed, manage to compile and run my program with larger MTU size definitions...
Hi, I have an issue with the watchdog and sd_app_evt_wait() when running the softdevice. It seems impossible to not let the watchdog go off while having an idle ble connection...
Hi there,
We're looking to improve the touch performance of our products by moving from PCB electrodes to a dedicated touch film. Can anyone provide any references to info...
Hello Nordic team,
What is the Maximum sampling frequency for i2s we can configure to nRf51 or nRF52 DK?
And if we enable UART module to print live of i2s on serial console...