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 have a nRF5340 with a UART that connects to a circuit that is not powered on until it is needed by the application. So the UART must be powered off until the application...
Hi,
We are developing cycling trainer, so we use BLE fitness machine profile. Our functions are basically completed and we are testing with some VR cycling windows or desktop...
Hello, please help if you can.
Once connected. I am asked to program the board when trying to use BLE from nerf connect.
However, I get the error: Error while setting...
Hi All,
According to the title,how should i do?
I want the project on the left to have a dependencies under main like the project on the right.
Best regards,
...
Hi all,
Currently working on a project using the nRF52DK and nRF52832 that will be powered by a CR2032 coin cell battery.
I want to measure the battery level from the...
Hello.
I'm working with nrf52833 custom board and S113 softdevice for Buttonless DFU.
The pieces of information below are my FLASH & RAM address settings.
(Reference...
I'm trying to duplicate the boot behavior of a Thingy91 on a custom board, i.e. SW4:BOOT and SW3:BUTTON on power up, but the switches available use different IO. I'm wondering...
Hello, I am pretty new to using the Nordic products and was wondering if there is a simply way to write a text file from the nRF52840 to a pc. The system is required to log...
Hi Guys,
I know there are a lot if topicks about issue with "sd_softdevice_enable". I read them all and nothing help me. I'm using Eclipse IDE.
Im using a nRF52840-DK...
Hello,
I have recently switched my OS from FreeRTOS to embOS. I am now replacing the SDK files so my project will not be using FreeRTOS. I replaced the file app_timer_freertos...
hello,
I am trying to learn how to use the nrf52480 dongle and am trying to run the ble_connectivity example. I built it using Segger as is, no changes from the pca10059...
Hi!
I'm trying to sniff BLE advertising traffic using nRF Connect for Desktop on macOS and a nRF52840 Dongle.
I am running nRF Connect Desktop 3.8.0 on macOS Mojave 10...
I have done everything to install the VS code, installed Connect, Toolchains, SDK, Seggers etc. as in the help, but this is the result in VisualStudio Code:
It just keeps...
Hi,
The following code has been working fine since it was taken from the examples (NRF52840).
We wanted to remove the app_usbd_event_queue_process() so we enabled these...
Hello,
I have beacon advertiser and scanner. Scanner is scanning the devices from around. But its not scanning the device that i used for advertising. On the other side...