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...
Dear Nordic employee:
1、 what do I have?
I have a thingy52 develop kit(nrf52832)
2、what is my purpose?
the quality of thingy52 audio demo is not good(iphone7)...
Hello Nordic,
My development environment:
SDK>> NRF51822_SDK10, SoftDevice>> S130
Example>> ble_app_uart
I am looking forward to your reply!
Thanks.
Best Regards...
I am using the zigbee sdk4.10 cli_agent_router and multi_sensor example. The 52840 module is E73-2G4M08S1C, antenna is a built-in ceramic antenna. During operation, the communication...
Hi,
I have central based on the 840 and a Peripheral on the 833 , I Need to ability to upgrade the peripheral version from the central.
I know that there is no example...
Hi All,
I am trying to use the RNG peripheral through the softdevice (i am using Version 5.0, with 14.2 SDK) with the sd_rand_... functions. I have enable d the RNG in...
i use the hex
sniffer_pca10056_129d2b3.hex
the packet is
nrf_sniffer_for_bluetooth_le_3.0.0_129d2b3.zip
my board is nrf52840- dk
but the wireshark only capture...
Why any SDK example can't be compiled in Keil perfectly without adjustments to NRF52832?
All examples I've downloades and tryed since SDK11 to SDK16 hasn't worked at first...
the execution procedure of my application as following:
bluetooth_init(void) -> start advertising (timeout 10s) -> nrf_sdh_disable_request() -> nrf_pwr_mgmt_run() -> after...
In the nrf52832 esb function, will data be received on different channels?Did I encounter this problem, or did I change the channel without success?How to judge if I change...
Hi,
I'm having some problems with the IoT library and the power driver. When the program call the "ipv6_medium_init" function, it asserts internally. This happens when this...
Hello,
Coming from different background. I am learning about how to turn my nrf52840 practically useful in indoor localization task.
First step I have adopted the example...
Hello,
while looking at the nrf52 overview page ( https://infocenter.nordicsemi.com/index.jsp ) I was a little bit confuse, that the nrf52840 seems to have no USB anymore...
Hi
I made a custom service for sending radar data from a NRF52 DK and I'm trying to access it with my computer using the pc_ble_driver_py.
I tried to modify the heart_rate_collector...
Hi,
I´m trying to change the "BLE_APP_UART_PCA10010" example, main.c file.
I would like to delete following functions, because I don´t need UART in my project:
...
I am trying to upload firmware using the secure bootloader over UART onto nRF52840-DK. I managed to upload the precompiled blinky dfu test image using the uart debug bootloader...
Hi,
I want to reserve a space of two bytes in flash so I can change those externally. I want to read same memory location from the code.
How do I do it?
How to read...