Hello, I have purchased this kit on ebay. www.ebay.com/.../301182420397
Can somebody point me to where I can get documentation on this kit, it came in with mostly Chinese...
According to the nRF51 series reference manual.
10.1.2 Debug interface mode
Debug interface mode is initiated by clocking one clock cycle on SWDCLK with SWDIO=1. Due...
Hi,
I was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
The document nRF51422_Evaluation_Kit_User_Guide_v2.0.pdf says:
Locate the Heart Rate demo project found in the folder
ARM\Device\Nordic\nrf51422\Board\pca10003\s310\ble_app_hrs...
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
Dear all,
i building the example light_switch_server_nrf52832_xxAA_S132_7.2.0 from solution l ight_switch_server_nrf52832_xxAA_S132_7.2.0 in configuration Debug (SDK nRF5...
Performance on hardware (cc3xx) is significantly slower than performance on software (oberon). Does anyone have a good explanation for this? I have also tested ECDSA and can...
Hello. I try to create a remote control for GoPro using nrf52 ble.
Using sdk 17.1 examples I can connect to GoPro and try to get a list of UUIDs. But I only get one UUID...
I am using nRF52833 PCA10100 board. While trying to run sample ble code in segger embedded studio, I am frequently facing this error which says, .text file is larger than...
Hello
I'm using the settings partition to store user configuration data. I know that the BLE stack also uses it — particularly for storing bonding information — but I don...
Dear Nordic:
I used V2.8.0 SDK to build light bulb, and I have commissioned bulb A(node id: 11) and bulb B (node id: 11) successfully!
Then I used below command to add...
Hi,
I am working on a project with nrf52832 and LIS3DH for a beacon.
I have added the low power feature into my application to go to standby mode in case of inactivity...
Hi,
I try to migrate a working nRF53 Zigbee project from SDK 2.7 to the latest SDK and an nRF54. As described here, I also switched to Zigbee R23. The project structure...
Hey there!
I'm trying to run the 'wifi/shell' sample on v3.0.1 on a nrf7002dk (targeting the nrf7002dk/nrf5340/cpuapp) with sysbuild enabled, of course and I'm getting...
Hello Everyone,
I am using a nrf54l15 for my current project and ran into some discrepancies within the documentation provided for the processor.
Even the AI chat bot...
I'm trying to use an ILI9341 display with nRF52840 in Zephyr (v4.1.99). The build fails with multiple errors about missing Devicetree properties when compiling display_ili9xxx...
I am receiving packets in monitor mode on a nRF7002DK. I need some advice on how to interpret the signal value. From <modules/nrf_wifi/fw_if/umac_if/inc/system/fmac_structs...
Hey I was working on starting sample code of wifi in ncs v2.6.1. When I added the correct ssid but wrong password in the prj.conf to check the status of the connection failure...
Hi there,
I am currently trying to use device sleep modes with Matter. Nevertheless, once I add "CONFIG_PM_DEVICE_RUNTIME=y" to my prj.conf, the main-method is not longer...