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...
Hey all I'm having [another] issue I just can't seem to crack. I think this is just down to me not understanding exactly how this works. I'm trying to trigger an event, or...
Hello,
are there any plans to switch the license to GPL-2.0 or any similar license?
As I have multiple chip vendors (including nordic) on my board commercial wise I can...
Hello,
I have designed my own PCB with nrf52832 chip on it. I program the chip using the Nordic development kit with PCA10040 programmer. I need to check the values of some...
I am working on the nRF 52832.
I am using the softdevice s132nrf52611 and SDK 15.
We are trying to develop a beacon whose major and minor values can be configured on a...
Greetings,
I see this link for the Profile Subsystem covering many of the standard GATT profiles.
Do you have a QDID for any of the other profiles & services, specifically...
Hi,
I am using SDK11.
I have looked into scheduler tutorials Tutorial scheduler and looked into the section of "Using the scheduler with the Application Timer", However...
What is the current best practice? I am using Segger Embedded Studio v4.12 for programming a Nordic 51822 application (SDK 12.3) and need to configure the section placement...
Dear Nordic,
Is it possible to encrypt BLE advertising data? how encrypt this advertising data packet and also decrypt the packet.
i want to encrypt my BLE advertising...
I'm using the "ble_app_uart" example from "nRF5_SDK_15.2.0_9412b96". I would like to enable the sending of logs to the serial port (Virtual com), like "printf ()".
The code...
I'm trying to do a low power sleep of 1s directly after a device reset, i.e. in Reset_Handler().
During this stage, my application does not allow any interrupts.
So my...
Hello DevZone community!
I'm having trouble debugging more than one board at the same time in a Linux development environment.
For a single board, I can debug either...
hello, i am using nrf52 dk .I was testing example twi scanner.I want to read slave address.So i am using twi scanner example but i got error message as follow:
TWI:INFO...
Hi, I'm new here and I use nRF52832 (pca10040), I was wondering if it is possible to change a function in C / C ++ language during the runtime, that is, my idea is whenever...
Hi,
I had a problem using your (nRf's) implementation of block device with my flash memory (I think that exact model is not relevant here). I'm using SDK 15.2 with NRF52840...