I'm trying to debug a randomly occuring Hardfault. In trying to trace down the source I read the CPU registers use the Nordic hardfault_implementation.c which grabs the register...
Dear nordic employee
my purpose is send a data the length is from 150 to 273
when my server device send data by sd_ble_gatts_hvx(the send length is fixed 10 bytes) ...
Dear nordic employee:
The service I want to find is the sound service of the thing52 thingy sound service
I tried to modify the HRT_central_client project to find the...
When I was using the device as peripheral, I was wondering when the Softdevice notified BLE_GAP_EVT_SEC_PARAMS_REQUEST and BLE_EVT_SEC_INFO_REQUEST:
1, when peripheral...
hi dear nordic employee:
I tried to build the project ble_app_hrs_c(pca10040) by keil5
but I get an error :
._build\nrf52832_xxaa.sct(7): error: L6236E: No section...
Hi,
I am a bit confused about power consumption when using app_uart_fifo. To save power I put MCU to sleep in between each sent and received byte by using __WFE and __SEV...
Hi! I am building an android app for my project. I am using Proximity , UART and DFU from nrfToolbox app. I have 3 buttons on my home screen dedicated for each of them. I...
Hello,
Device: nrf52840DK
Software: nRFgoStudio (version 1.21.2.10)
Operating System: Windows 10 (updated)
I am not able to enable the reset pin. I am trying to...
Hello All,
I am trying to build the "bootloader_secure_serial" example from SDK 14.2.0 on IAR Embedded Workbench IDE ARM- 7.60.1 and I get this error: Error[Pg004]: macro...
Hi,
I'm trying to utilize PPI system to generate repetitive sequence of tasks (lets call them Task A, B, C, D, E, F) at 0,10,20,40,60,80 ms every second. i.e. I need to...
Hi,
I'm trying to test adding my own custom service, but have errors when I tried to add a 128bit UUID, the test code is simple, in the service_init() function, I just added...
I am using nrf52832 and sdk 14.2.0.The software I am using is keil 5.17.the error is as follows:.\_build\nrf52832_xxaa.axf: Error: L6915E: Library reports error: __use_no_semihosting...
Hi,
In nRF SDK15, Bluetooth peripheral examples for HID devices were limited to keyboard and mouse. By any means, can we configure Nordic device as a game controller?
Hello,
I am currently learning the PWM peripheral of the nRF52DK and am a total beginner in PWM.
I have tried running the attached program and this allows the LED0 to...
Hello,
I am working on a project which requires radio transmitter and receiver to work in sync with the SPI. So the setup is as follows the Transmitter transmits a signal...
Hi,
I am trying to write my own dfu updater for the NRF51 chip and I am stuck trying to make sense of the actual DFU sequence described here infocenter.nordicsemi.com/index...
I am trying to set up mqtt between 2 nrf52s and rpi3 with the examples of sdk 15.0.2. I am very new to nrf52, rpi3 and networking. I have read everything needed as much as...
Let's send a string over UART. RTS signal will go low (active). So far, so good.
The problem is that RTS remains active even after sending is done. And because it is still...
I have two boards. I ran the exact same commands on both boards. The commands flash the same bootloader+app+softdevice+app settings hex file. One board reboots into the application...
Hello,
Setup: Running Ubuntu 18.04 inside Windows Host (using VMWare).
Device: nrf52840DK
Operating System (used for development): RIOT
I would like to communicate...
Hi,
I am running IoT LWM2m example. Everything were going fine since yesterday. when I do hcitool lescan, i see following output:
hcitool lescan LE Scan ... 28:45:8B...
I am using the ble_blinky example (s132) and want to increase the number of characteristics. I get the error code 4. I think the storage capacity is not the reason why I can...