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 will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Is the nRF Temp App source code available for download?
I am currently developing an ultra-low non-connectable beacon and would like to use the nRF app as a starting point...
I guess all the Bluetooth members saw the email from the SIG about the next version of Bluetooth and how it is confirmed to have double the range, quadruple the speed and...
I'm looking at table 23.15.2 in the nRF5 Reference Manual, and it states that TX startup current is 4mA with the DC-DC enabled.
Does that 4mA include the CPU idling...
My project: nRF51422, S110, based on SDK 7.1.
My project employs several application timers (run via the scheduler) and a continuously running Timer1-based 1ms timestamp...
Hello again,
i wanna use the UART communication for transfering data from my µc to the nrf51 and vice versa.
For a test i used the ble_app_uart example and it works...
Hi,
I programmed my NRF51 to read ADC samples and I trying to transmit the information to a dongle. So far I have been able to send the hexadecimal values of the recorded...
Heyho!
Is it possible to set the PWM base clock frequency to 40kHz? If so, how? I see that the predefined base clock frequencies don't go any lower than 125kHz.
I'm...
Hello everyone, I am program for PCA10001 and I want to use Bootloader to upgrade firmware through OTA for my device. I have a old file bootloader use for s110, and I tried...
Hey,
I would like to send data from Central to Peripheral. I follow by ble_app_uart example, however I need to send a float type variable, so I split it to the total and...
I have 2 identical nrf52832 development boards with PCA10040 V1.1.0. One is running the ble_ant_app_hrm example from the nRF5_SDK_11.0.0_89a8197. This example appears to run...
Hello,
I'm developing a product using nRF51822 which is intended to work with iPhones (only iPhones for now; iPod/iPad and Android later).
I need some kind of document...
Hello,
I'm trying to recreate the PWM_library example from the v.11 SDK in a new file in Keil. I have compared the debug settings in my project to the debug settings to...
Hi there,
I am following the thread to use JlinkExe and JlinkRTTClient. I encountered a situation which i don't understand.
After running JlinkExe (go to the folder...
Hello,
I am trying to remake an nrf52 project in Keil and ran into a problem regarding stdint.h. There is already an "include <stdint.h>" statement and Keil has not reported...