Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
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'm using nRF52840 with SDK 15.2, and SD backend for Flash storage. I try to implement a verifiedWrite() method to write to flash. And it work most of the time, but fail sometimes...
Hi,
Is it possible to find comparison on the power consumption when running the internal DC/DC converter at 1.8V and 3.3V?
I have an external SD-card that needs a lot...
In the documentation for the s140_nrf52_6.0.0 I find the following statement: "The PPI channels and groups that are reserved by the SoftDevice when enabled are defined in...
MCU: nrf52840
SDK: V 15.2.0 porting with nRF-IEEE-802.15.4-radio-driver
problem:
ble_nus_data_send function sometimes returns BLE_ERROR_GATTS_SYS_ATTR_MISSING error...
Hi,
I am currently updating a firmware from SDK 12.1 to SDK 15.3 on a custom board using a nRF52832. Application itself has been upgraded and works well with Soft Device...
In the use nRF5_SDK_15.2.0_9412b96\examples\ble_central_and_peripheral\experimental\ble_app_hrs_rscs_relay,PCA10040. 1.Remove keys and leds from BSP。 2.Delete analog HRS timer...
hi all:
My project need 4 devices communicat with 1 host ,all use nrf51822 chip,is it possible?Now i have a problem ,when the third device communicate with the host ,will...
I have been doing some testing around DFU and I have noticed something strange.
My application size (according to nRF Connect memory read) is about 78 kB. (Left Image...
Hello,everyone,
I have successfully installed nrfutil using pip install nrfutil, but when I type nrfutil in the terminal, it shows -bash: nrfutil: command not found, how...
Hi,
We were trying out the long range central and peripheral examples found in github with the nRF52840 DK boards but we are not getting the specified range(We did switch...
Hi everyone, I have nRF52840 DK and I want to write an application program that uses multiple wireless communication protocols (e.g BLE , Zigbee , Thread) and can communicate...
Hi,
I am trying to add Nordic UART service(NUS) in ble_app_relay_rscs, but after adding nus service in application device is not advertising and there is no print in serial...
Hi! I am trying to read the voltage of a LiPo battery as explained in this blog post. The code on github however, is not compatible with the latest SDK for the SOC (12.3)...
Hey guys,
we are currently evaluating the pc-ble-driver-js. We want to get it running on a Raspberry Pi 3.
The Nordic nRF52840 module was flashed with SD Version 6.1.0...