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...
Hi,
If an ESB PRX has queued a 250-byte auto-ack payload, that will take around 2ms at 1Mbs to transmit.
If the ESB PTX has the standard 250us repeat interval, will the...
I am confused about the value of RX_PW_Px register what will be the value of this register if more than 1 dynamic payload packet arrives on the same pipe-x.
I'm a beginner I'm having hard time understanding UART. In my opinion, the documentation is going too straight to the technical details and tutorials without even starting...
Dear friends,
Is there any ideas for measuring the distance between a BLE module and a beacon module without using RSSI?
With Regards,
Sunil
Calixto Systems
hi..........
i have developed nRF52832 QFAA using your schematics,and i have added sensor to it . Now i can able to flash the code and ran successful but i can't able to...
Hi,
We are developping a system connected to several devices based on NR52 MCU.
The DFU works with the nRF connect application.
Now, we would like to update the device...
Hi,
I am just getting started with the thingy 52 and I need some guidance. I am a EE by profession so I feel a bit out of my league here.
When I unwrapped my thingy I...
Hi there,
I am adding security to my service characteristic and i found that for security mode 1 level 4, bonding is required in order to access characteristic values. Is...
Hello,
My problem is pretty much identical to this one:
devzone.nordicsemi.com/.../
My functions look exactly like the ones posted in the original question and I...
Hello, and thanks for all the great examples!
I've gotten the COAP transport for background DFU working on my custom hardware platform and app, however I have noticed that...
Hi,
I do have a NRF51-DK and want to use it as a external programmer. I connected it to the OUTPUT Port which worked fine, then I flashed the mbed firmware on it because...
Hello,.
I have a question about using app_usbd_cdc_acm_read and app_usbd_cdc_acm_read_any in SDK15.2.0,
I am not sure I fully understand the description in reference...
nRF52832, SDK 14.0.0, SoftDevice 132 v5.
If SoftDevice is enabled but the system is not yet advertising or connected via BLE, will SoftDevice ever wake the CPU up from...
Although redirect.c is included and printf() calls use the uart as expected, fgets() calls don't seem to be able to detect incoming characters.
This isn't critical, since...