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...
I want to implement a button-less boot loader with ble_app_uart running as application. What I have to do is, when I send some data through ble_app_uart it should switch to...
I'm testing out twi_master_using_app_twi example code on the nRF51-DK.
It appears to wite on the twi bus as expected but the nRF51 resets after executing
// Initialize...
Hi
I am trying to write an application that works in both central and peripheral role simultaneously. This means that my application needs to initiate and accept pairing...
Hi,
I have made my custom board using nrf51422 sample chips (Which came nrf 51422DK ), but my working / sample program which works on DK gets crashed on custom Board.
...
Hi, everyone
I add the dfu service codes to the ancs sample program, the dfu service codes comes from the heart rate sample, and download the bootloader codes to the device...
We are using latest nRF MCP playstore app. Since when we updated to Android 6.0 in Moto G(3rd Gen), we are experiencing connectivity issue with our BLE device. We have enabled...
Hi,
I have a problem with pstorage_store() function.
The function pstorage_store() doesn't seem to write the correct data when called multiple times without calling the...
Hello.
I have downloaded and installed Nordic STK and nfrfprogtools.
Now i am trying to through devzone.nordicsemi.com/.../ tutorial.
I successfully loaded s130 softdevice...
Hi,
Is there any method that I can use to get the LE Packet or the Baseband packet ( With Access Address) passed onto the application? (Using S110 or S130)
Thanks
I started by compiling BLT uart app successfully on MDK5 but found out that it is giving errors on the startup files in the Device Pack.
I tried to refresh and update Device...
Hello Everyone,
I am trying to measure the (3v)battery voltage by having proximity example as reference but intially it is showing 100percent later it is going to 13(percent...
Hi,
SDK: v11.0.0.2-alpha
DK: PCA10040 (NRF52)
I am trying to build a peripheral application that communicates with an external device via UART (h/w flow disabled)....
Hello!
I have PCA10006 with revision QFAA nRF51422
I am testing the buck converter's ability to make the system consume less power when transmitting.
Example is ant...