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 capture 802.15.4 nRF packets with a python script using the pyshark library and an nRF52840 DK sniffer and an nRF52840 Dongle. the problem is that when...
Hi,
I've successfully integrated an out of tree driver using the out_of_tree_driver example in the application_development sample folder for Zephyr; it has built and ran...
Hello,
given that the Micro:bit V2 (Nrf52833 based) has been promoted in Webinars, I am surprised on the lack of enthousiasm in getting it to work properly under NCS/Zephyr...
Hi
I checked how AT%XOPNAME could be used to receive notifications about operator name updates. However I'm wondering about the notification syntax.
According to the specification...
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v5.0.0%2Fmd_examples_sdk_coexist_ble_app_uart_coexist_README.html&cp=8_2_3_3_1
In this...
Hi,
I developed some multi peripheral units. and also i developed some central units which are allowed to connect to the multi peripheral devices.
F.E: i got 2 multi peripheral...
dear all
I use nrf52840 to compile a library with floating-point operation. I configured it in my *. Conf
CONFIG_ FPU = y, but we can't find sqrtf, sinf, logf and so on...
For a customer I am developing a Zigbee coordinator / Gateway with the nRF52840. As software basis I use the “Zigbee cli example” from SDK V4.1.0.
So far, everything works...
I installed nRF Connect SDK v1.6.0 and SES Nordic Edition through the nRF Connect toolchain manager (Windows 10). I'm finding that I can't use the "open nRF Connect SDK Project...
Hello,
I'm trying to make the RF frequency of TX channel configurable.
I have noticed that anything higher than 0x50 is not acceptable for sd_ant_channel_radio_freq_set...
Hi,
I wanted to use the console on nRF52840DK in high-speed UART mode (921600bps) but it fails and I just saw the DK User Manual says:
Baud rate 921 600 is not supported...
I'm using the ble_nus_c NUS client code for a custom 1:1 data link between two embedded nodes, just pinging a few bytes of data back and forth every 3 seconds. Bonded connection...
Hi,
We are using nRF52840 SOC with our custom board . Due to some reason, the SWD data line( SWDIO pin ) shorted .
So now we are looking into how we can program nRF52840...
From SDK we can see that there is a lot of events about security. I've read some of them by comments and still a little confused about the difference of them.
Could anyone...