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...
I am developing a real-time system which triggers an interrupt every few milliseconds. That data is collected in the interrupt. When a memory buffer is full, the data is then...
Hi,
i am trying to start a RTC0 on nrf52 DK with SoftDevice (s132) enabled with project based on "ble_app_template". The problem is that a sd_softdevice_enable() (called...
Hi.
I am using the NRF52 Development board, on Keil uVision, to implement a C program that uses Dynamic Structs. The Structs re-size themselves ( by increasing their capacity...
Hello,
I have setup a development environment using Eclipse and GCC. This setup works nicely. Thanks!
devzone.nordicsemi.com/.../
I noticed different examples in...
Hello,
We are currently designing the hardware for a production run of our product using the nrf52832 chip and would still like to have debugging capabilities with breakpoints...
I have been learning GCC+ Make work flow to build and debug nRF51822 S110-only applications based on the examples from NRF51 SDK v10.0.0. I started with ble_app_beacon example...
I tried to work application.
But firmware stops at advertising_init(). When I exchange advertising_init() and services_init(), firmware does not stop.
why ?
S110 v8.0...
Hello,
My device is nRF51822 SD110 8.0.0.
The problem occured after firmware update in bootloader (own, not SDK) with readback protection enabled.
So bootloader connects...
Hello,
I am currently finishing my deploy script and I am currently using nrfjprog to write some custom UICR data. I have a contiguous region of memory to write but I do...
Dear Nordic team,
Beside other persistent issues with your proprietary DTM command for setting Tx Power (see here and here ) I've found that default Tx Power in ble_dtm...
How do I add multiple devices to a whitelist (as the central, adding peripherals), then use the white list for multiple connections? I have read both
devzone.nordicsemi...
I have nrf51822 QFACA1 and STM32f407VG. I'm programming nrf51822 QFACA1 using STM32f407VG SWD pings. And now I want programming BLE nrf51822 QFACA1 but I can't find any working...
I bought MOD-nRF8001 BLE Module for prototyping. I gave 3.3v Supply to modules's 3.3V pin & GND to GND pin. But, I cant figure out weather mODULE IS ON OR OFF. Its unrecoverable...
Hiiii
In our industrial product we are using nrf24l01+ on PCB which will be going to fully coat with epoxy material while manufacturing. My question is that , whether this...
I have modified the ble_app_hrs_c_s130_pca10031 example to run without external RTC and collect only battery status data from BLE peripherals that have a service with UUID...