We are making a board with nrf9161 and nrf54L15 so that we have the GPS tracking facility and BLE . We wish to connect (send) other devices' data to this device (like temperature...
I just received the nRF21540-DK and am trying to see the range enhancements.
I simply created a new application by copying the "Bluetooth Peripheral" sample in Visual Studio...
I have a production system running a modified asset_tracker_v2 sending temperature data to AWS. All is working fine with V2.5.0 on several hundred sensors. I am trying to...
Hi, We have a network of air quality nodes based on the nrf9160 using Vodacom in South Africa. One morning all the nodes went offline and we discovered that they no longer...
Dear Nordic Technical Support,
I'm writing to report an issue I'm experiencing when trying to integrate MCUboot with a Zigbee R23 project for the nRF54L15 platform.
Issue...
Hi,
I'm using NRF52832 custom board using NRF52 SDK V17.0.2, SES V5.4 and J-link tools V7.64d.
Whenever I build and program the device through Embedded Studio I get NRF_ERROR_INVALID_STATE...
I have a custom PCB that has been working fine in terms of the Wi-Fi on 2.6.2 but I needed to Port that to 2.9.x I'm using sysbuild in the 2.9 projects but not in the 2.6...
I'm using SDK 11.0 and example\ble_central\ble_app_hrs_c
I have cut SB1 SB2 to disconnect the 32Khz crystal from the pca10028 and configured the example program to use...
Hi, When I write data synchronously to memory (nRF51822), I do :
APP_ERROR_CHECK(pstorage_block_identifier_get(flash_handler, 2, &block_handler));
APP_ERROR_CHECK(pstorage_clear...
Hi,
Im having a problem with connecting my phone to nrf DK.
im trying with apps from examples and they work well with HTC one, but my Samsung S6 fails to find device ...
I flashed dual bank ble bootloader from newest SDK (6.1.0) and used it to load my application to chip. I also modified my application (according to instruction here: devzone...
Hi, I have two device. S120 Scanner and S110 Peripheral Device.
At Scanner, I use SDK 9.0.0 and S130 1.0.0, At Peripheral Device, I use SDK 9.0.0 and S110 8.0.0 ..
Scanner...
hello,
I have a custom board which works fine with SoftDevice+Application , but if i Combine a boot loader hex that i complied it doesn't work. But the same ( bootloader...
I found and implemented an example that gives me a decent idea of how to go about polling for data with the UART/FIFO. However this doesn't give any indication of how to use...
Hi.
Trying to set up the Ubuntu development environment for you nRF52 development kit.
I followed this tutorial:
devzone.nordicsemi.com/.../
Stuff done so far:...
I am using the nRF51822 chip. The RAM memory is composed of two blocks (0 and 1) of 8kB each, divided into 4 sections : Call Stack, Heap, Application, and SoftDevice.
If...
Hello,
I have migrated to the latest version of the sdk11. However, I get a nrf error 4 when I call sd_ble_uuid_vs_add. Multiple people on this site have been having this...
I am trying to port blinky_blank (no SoftDevice) to my target and started by creating a custom_board.h header file with correct GPIO pins for the LEDs and duplicating blinky_blank_pca10040...
Can anyone help me reading IO capability in Android? Basically there is a known bug in some Android versions across different manufactures where Android reports wrongly IO...
I want to use chacha20 cypher to encrypt and decrypt a 64 byte message and send it over BLE. I tried using wolfSSL, cifra both of which provides the implementations but there...