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...
Hi,
I am running some tests with the long range example provided by Nordic and observed this behavior which I can't account for.
https://devzone.nordicsemi.com/nordic...
path:
\experimental\cli\cli_agent_router\pca10059\mbr
When I execute "bdb start" in the serial port and then execute "bdb Legacy Enable", the terminal devices that are...
Hi,
I report some problems.
I have been using keil5,it work well. Because nRF Connect SDK doesn't know Keil
now i have used Segger Embedded Studio for a period of time...
Hi everyone. Here is my code for 2 different timers that put uc to sleep and wake it up(supposedly)
Definitions:
Create Timers:
Handlers:
Main() function...
I am working with the nRF5340 DK.
I am looking to sample an ADC pin to sample at a sampling frequency of at least 1kHz and I would like to use DMA to write the data directly...
Hi everyone, I implement nrf5_SDK_17.0.2 ble_app_uart example, but when I connect both GND wire and TX wire of the external device to my nRF52840 DK first, my nRF52840 DK...
Hi
As mentioned in this question: https://devzone.nordicsemi.com/f/nordic-q-a/69533/set-tx-power-on-zephyr-device , there is a sample to change the tx power using some HCI...
Hello,
I am trying to use the ble_app_rscs example app into the nRF5_SDK_17.1.0 package for connecting the nRF52840-DK board to the nRFToolbox Android application. However...
I have a small program that is to be used in production to test my device. It has to be scriptable so I'm using teraterm over rtt.
No external IO for a serial port.
Everything...
Hi Nordic,
Can you tell me how to remove commissioned a node from open-Thread ? Basically I want to remove a node from one network and put it in some other network. Are...
Hello,
I encountered a problem while trying to flash my PCA10040 nrf52 development kit.
I am able to compile my code in Segger Embedded Studio without a problem. The chip...
Hello:
I am using an nrf52840 on a custom board with W25Q01NV NOR Flash with the Nordic QSPI-NOR driver. Programming is with NCS v 1.8.0 (upgraded yesterday) and the VS...
Hi Team,
I am developing an application that required SPI communication with msp430.
But, some received characters are disorders, I see them by JLinkRTTViewer logs. For...
Hi
I'm using nRF51822 xxAA (256 Kbyte ROM). My code size are 66 690 byte, I'm using IAR.
Application memory setup:
This means that I have 131 KByte code size for my...