Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
Hi,
I'm trying to get NFC working on a PCA10040 dev board. Using the nfc/record_url hex file it works fine, so the hardware is obviously ok.
However, when I use the...
I need to save data to flash on an nRF51422. I already have same basic thing working on an nRF52, so I figured the same API calls would work, but they don't. My main symptom...
I have an application that bonds to mobile devices and encrypts the connection on both Android and iOS. What I am noticing though, is that after each time I use the DFU to...
I want to stop advertising for 8 hours
but when I use
sd_ble_gap_adv_stop();
sd_ble_gap_connect_cancel();
It starts advertising after 1 or 2 secends again.
I think...
Hi,
I followed the tutorials shown below:
infocenter.nordicsemi.com/index.jsp
I downloaded SDK v11.0 and loaded S130 SoftDevice on my nRF51 DK. I use Keil uVision 5...
I am working on a bootloader for a client. I’ve been looking at the DFU example that Nordic has. The BLE version of the DFU needs to have the special format using the “nrfutil...
hi:
I use bootloader example of sdk 9.0.0 ,most cases worked fine, but I got gatt error sometime when I begin DFU. I had changed the dual_bank_ble_s110 into sigle_bank_ble_s110...
The nRF51 reference manual says that GPIO PIN_CNF registers are retained registers and that "a retained register is a register that will retain its value in system OFF mode...
Hi,
I'm trying to add second service on the fly, while SD running. After adding it, I'm trying to send service changed notification, but it don't work. Below is code used...
Hello.
I test nrf51822 central and peripheral.
I want to change radio channel frequency about nrf51822.
I test source code as below.
nRF51_SDK_10.0.0_dc26b5e\examples...
there is an error on softdevice on src\ll_adv.c on line of 659 . what is the reason?
this is my adv init
#define DEVICE_NAME "navid" /**< Name of device. Will be included...
hi
I want to know whether we require MCU for enabling "Enhanced shock burst mode " or when we set the CE pin to high for making RX that time automatically this will enable...
Hi everyone,
I am using the nRF51822, I have an issue of programming the bootloader.
It is said that the flash is not erased. But I just did an erase all before programming...
Hello,
I have two questions regarding nRF52832 ADC, which are not documented :
what is the precision / tolerance of the internal 0.6V reference?
what is...