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,
We are developing a flutter mobile app, for Actility/Abeeway (chips from Avnet Silica) using flutter pluggin that relies on the Android SDK. In some situations (after...
Hello,
I am using NCS v1.6.0, nRF Connect for Desktop v3.7.0, and the Bluetooth Low Energy app v2.5.1 (part of nRF Connect for Desktop). I am using the nRF52840 Dongle with...
Hello! I am using nRF52840 develop product. When nRF52840 circuit board has been moved away from the cell phone and is out of the BLE range, I want to send message via UART...
Hi all ,
I have a buzzer that I will order using the library pwm and it works succefully .
But Now I want to turn on the PWM if the temperature value is greater than 40...
Hello,
I was wondering if Nordic provides any examples of Green Power Proxy devices being implemented in a system?
Also, NXP has a comprehensive document here outlining...
Hi,
My system has both PCD card reader (such as adafruit_pn532) and nrf52840 internal NFC. How to make them work together and use the same antenna?
1.when i connected...
Hi there, Is it possible to flash bluefruit nrf52832 feather with nrf SDK example, particularly ble_app_beacon (as in https://www.novelbits.io/ibeacon-nrf52/ )? I have tried...
Hi everyone,
I connect an external device to my nRF52840 DK via UARTE and I receive the data properly via PuTTY.
I want to transmit the data via BLE. So I implement ble_app_uart...
Hello,
I am trying to use the NCS with the nRF52DK and I'm trying to use the SPI.
This is my prj.conf file
And this is my .overlay file
However, when I compile...
Hi
I've taken the ble_app_uart_coexists and ported it to the 52840 DK with S140 softdevice.
Works great.
Now I am trying to swap out the on/off mesh model for what is...
I am attempting to programmatically access the nRF5340 network core using pynrfjprog on Windows, but am continuously hitting:
`pynrfjprog.APIError.APIError: An error was...
We are calling nrf_pwr_mgmt_run which in turn calls sd_app_evt_wait. We set a timer with the app_timer code to wake us up. I verified that the handler is called. However sd_app_evt_wait...
Hi, I want write code on rust, but build system of nrf sdk for nrf5340 too hard for creating bindings, so I decide to create own HAL on rust and embed it in C with BLE stack...
Hello,
I am working on a project that I built using the nRF52DK and then created a custom PCB. The software I wrote works on the DK with a breakout board for the RTC and...