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 will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Dear support,
I am using nRF52840DK board (PCA10056) with SDK version: 17.0.2 version. I am trying out the USB CDC_ACM sample application from the path: <SDK_PATH>/examples...
I am using nrf connect sdk 1.7.99 with nrf5340dk. When building the ncs/zephyr/samples/net/socket/echo_server sample with the following command:
west build -b nrf5340dk_nrf5340_cpuapp...
I want to use Mbedtls for secure boot so I got to know that I should define CONFIG_BOOT_MBEDTLS
1.but when use that I am getting error as,
error: BOOT_USE_MBEDTLS (defined...
I'm using s132.
I'm using the app timer with the app scheduler.
I'm running a simple loop and constantly scheduling the timer in the timer callback.
The callback works...
Dear forum,
I want to achive low energy consumption for a BM833 (with crystal).
From the following thread, I could deduct, that running the softdevice, an average of 300...
Hi,
OS: Windows 10
SW used is Segger IDE, nrfCOnnect for desktop to program HW used is nRF 52480 dongle PCA10059
I am starting using nRF 52480 USB dongle, I need to...
I am working with nrf52840DK, SDK v17.1.0.
I compiled and downloaded the open bootloader project to the DK using SES (No errors and verification says OK). According to...
Hi,
We wanted to add an additional flash section to the linker.cmd file located in the zephyr folder of the project folder. However, when we make changes to the memory section...
We have a situation where the network core of the nRF5340 has been given control of Port 0/GPIO pin X (GPIO0->PIN_CFG[X].MCUSEL = 1 on the application core). The network core...
I have 2 dongles that I've somehow managed to brick (I don't remember the details on how i did it). One of them goes into DFU bootloader mode when I plug it in but shows up...
Hi,
I am modifying the code to asset_tracker_v2 on Thingy91 to send data to my own server instead of Azure / AWS / Nordic Cloud. I am getting error code -35 (EDEADLK) when...
The discussion in https://devzone.nordicsemi.com/f/nordic-q-a/79364/maximum-number-of-bytes-that-can-be-used-in-beacon-advertising suggests that we should be able to populate...
As far as I understand I should be able to use the nrfutil (6.1.x) on a Rpi 4B to update any of the nordic semi devices nrf5x supporting bluetooth (i my case nrf5340) Will...
I am new on Bluetooth. Currently I am playing with BL5340 development board. I need a firmware to test Bluetooth data transmission latency between two BL5340 modules. Could...