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 testing the IoT_lwip_MQTT_publisher_pca10056_s140 example project from SES on Windows.
I build and install the kernel with 6LoWPAN module on the Rpi3!
I can run from...
Hello,I'm from China。
At present, there is a need to broadcast beacon data in nrf51822 (SDK_12.3.0_d7731ad is used as the protocol stack version, and the...
Hi
I want to generate two PWM signals that are phase shifted with 90 degree, with similar duty cycle. I have the following pwm configuration, but I don't know how to proceed...
I am operating as a Central. How do I register and enable a discovered characteristic's indication?
I do the following and the subscribe passes but then the kernel crashes...
I'm planning to buy a nRF51822 based module for my BLE project & I wanted to know whether any of the nRF51822 based modules come with OTA ready bootloader out of the box....
Hi,
I'm trying to save sensor data to sd card on low power mode. When i connect to bluetooth mobile app can pull all data from sd card.
How can make this architecture...
Hi,
I'm using Nordic BLE Sniffer. When I look into the captured data I see a lot of malformed packet (CRC error). It try to decode any received data even if there is CRC...
I was digging around a bit in my code to get a better grip on logging. In sdk_config.h, I have the following relevant settings:
My modules all implement their own logging...
I am going to implement DFU over BLE in my nRF52832 project. Since the size of my application + softdevice larger than half my memory size I wonder how the update is performed...
We're looking to use the nRF91 to measure the LiPo battery voltage to determine battery health. We would want to know what the accuracy and range of %XVBAT is. Looking at...
I am trying to create CTS server using nRF 52840 dongle and nRF Connect PC app (v2.6.1). Currently I can manually provide current time and local time information to the app...
Hi, I try to adopt the twi_scanner example from the peripheral examples to the nRF52840 Dongle.
I followed the process in the following link with no success though.
https...
I'm trying to reduce the power consumption of my custom board with nrf52822.
With this code I get 93 uA:
If I enable only the app_timer I get 533 uA:
I'm using...
Hi
In a project with nRF52810 I use DMA of SPI and PWM to read data from flash and supply it directly to the pwm generator efficiently.
When reading from flash, I load...