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...
Dear friends,
according to "nRFConnect_BLE_User_Guide_v2.0", to set up a local device,i should complete the following steps:
Connect a development kit or dongle to...
Hi
I have add some function call like sd_ble_enable in mesh example, I test to get
then I set the address and all sd_ble_cfg_set is ok
but when I call "sd_ble_enable...
Hello,
I am trying to move from ARM Compiler v5.06 to v6.4, but I encounter an error, which I cannot handle.
The project builds fine with v5.06. When changing to v6...
Hi;
I am trying to secure DFU OTA. For that, i am using SDK12.2.0 and done with example file.
Now how to generate this .dat file itself.
Also explain each parameter...
I've been using a HC-05 (bluetooth v2.0) to communicate between my Unity-Android app and my Arduino microcontroller. It's working fine, however, if my prototype continues...
Dear all,
I have been working with a nRF51422 device for about two weeks, and everything went good.
This morning, out of nothing, i got this error in IAR: Warning: Stack...
Hi,
I have disabled the reset functionality of SW5 on nrf52840 PDK by giving the following command
" ./nrfjprog --recover -f" as it is mentioned in PDK document.
Now...
Hi Nordic devzone,
I'm wondering if you guys at Nordic are willing to release the source code for the mbed interface binary for the ATSAM3U2C. The current version of this...
Hello
I have a problem with my code implementing BLE NUS peripheral. Program hangs in the function sd_softdevice_enable. I have tried with external oscillator and with internal...
My previous product uses an empty notification to indicate that a bulk transfer is finished. I attempted to send an empty notification but got error code 0x10 (NRF_ERROR_INVALID_FLAGS...
I'm using the pstorage driver on the nRF51 to maintain several NVM variables. The NVM functions correctly and maintains state between power cycles. However, when I reflash...
Hello to all Nordic jedi masters!
I am using the nRF52832 along with SDK v11.0
I want to have the SAADC generate events only when the converted value is above a certain...
Hi all,
I am using a nRF52-DK board to receive data from the USB port using Serial, and transmitting it using ESB to a second board. If I use either Serial or ESB individually...
The latest rev of the product spec (1.1 when this was posted) includes a table on page 77 that indicates that the System OFF draw depends on a wakeup source (e.g. GPIO, NFC...
while i open ble sniffer , it sucessfully recognizes the nrf51822 ble nano but when i press w to open the wireshark, it shows no packets and in the interface list it shows...
Example ble_app_uart compiled in Keil 5 O.K but the resultant HEX file in the build folder is only 34K whereas the hex file in the hex folder is 335k. I followed the tutorial...