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...
Hello,
I want to increase the number of peers stored in flash. Right now I have FDS_VIRTUAL_PAGES as 3. If I increase this, would I be able what I need? I just need 10 pages...
Hi guys,
I have a problem opening CMSIS Configuration Wizard, but only in Mesh SDK. Because I am working in this SDK, do you maybe know how can I fix this issue. I checked...
Hi, I was testing NCS v1.5.0 and Azure FOTA application and found a bug in the is_update() function
If the current firmware version is shorter than the new one, it may...
Hello, In our current project we are using NRF9160 with NRF52811 as BT device over HCI. Firmware on NRF52811 is just Bluetooth: HCI UART example with pinmux changed to match...
Hi Nordic team, I'm having a custom board and custom application made for that board. Application is based on the zephyr v2.3.0. I decided to move to the NCS because i want...
Hi guys:
a. I use a uart dfu bootloader(loacation: SDK-location\nRF5_SDK_15.0.0_a53641a\nRF5_SDK_15.0.0_a53641a\examples\dfu\secure_bootloader\pca10056_uart) in 52840 soc...
I'm thinking of replacing the software that was running on "nRF52810 QFN48, S112" with "nRF52810 WLCSP, S112". In WLCSP, the pin assignments of XL1, XL2, nRESET, SWDCLK, SWDIO...
I recently downloaded Keil uVision5 and am trying to run some of the examples that are found in nRF5_SDK_12.3.0 available from on Nordics website on my Nordic51 development...
Hello,
I want to control 2 PWM with different frequencies and hence I am using two separate instances. I want to use only the hardware and not the PWM library. Initializing...
Hi
I am using nRF5_SDK_17.0.2_d674dde with softdevice S140 have sample example as ble_app_cts_c but when i run the code first central disconnected but when i going to pair...
Hi, I'm in search of any document listing in a simple readable way the main differences between nRF5340-PDK (preview) and nRF5340-DK. More specifically, I wish to be reassured...
Hi there,
for the first step we simply want to send characters from ATMEGA 16 to a Raspberry Pi / and receive them from Raspberry pi
with teh NRF52480 (itsyBitsy - Adafruit...
Hi guys:
I encoutered a issue:
A: I flashed a APP from SDK(SDK-location\nRF5_SDK_15.0.0_a53641a\nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_uart.)
B: I found...
Hello,
I am using nRF52833, nRF Connect SDK v1.5.0.
I followed this link Zigbee: Light switch — nRF Connect SDK 1.5.0 documentation (nordicsemi.com) and successfully tested...