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...
Hi,
I am using SDK 13.0 and tried to burn in fresh example code (Experimental NFC BLE Central Pairing Reference) to either PCA10040 and PCA10056. However both always shows...
I noticed that having the UART enabled on my application in a NRF52 (SD132, SDK 11.0.0) takes a lot of current consumption. If I completely disable any UART support on my...
I want to design a BLE enabled display panel, which is a general purpose panel leverage all kinds of resources from mobile phone, including sensors, interaction, network,...
Since Nordic offers BLE sniffer tools including its hex code, I would like to flash it to my own USB dongle as a test. I insepected the hex code, and found its address starts...
Hi All,
I am new to the nRF processors (but not new to embedded progarming). Trying to use the evaluation board with the examples on the SDK. After realizing the freeware...
Q0. What IRQ Priority does BLE Has? and also what IRQ Priority does UART can have?
I'm guessing that from s130's document P65, Exception Model, It says,
Softdevice Timing...
Hello,
I could not set breakpoint in Eclipse. I set CFLAGS to -O0 and -g3 in Makefile
I am using GNU Tools ARM Embedded 6 2017-q1-update and Eclipse Neon3
Below are...
Hi,
is at the moment possible with S110 (nRF51 SDK) to whitelist only SOME of bonded peers? I need to allow connection from one selected central. Selection is made by user...
As a follow up from devzone.nordicsemi.com/.../ , I am now trying to find out if I am getting all of the memory settings put together correctly. When I have them at higher...
I am using nrf51822, 16K RAM, 256K Flash.
From the movie , there is no way to secure my firmware for DFU. Is there any other way to secure my firmware?
Thank you
I know the many differences coming in bt5. Will the programming concepts be the same in the upcoming 5 version? IF my code is working with ble4.1 will it automatically work...
After a bunch of headache I was able to successfully program with the nRF51822 Development Kit without the nRFgo Starter Kit motherboard, here is how I did it.
Hardware...
I'm working on a design that incorporates an nRF52832 along with some sensors and drivers.
Up to this I've been sacrificing power consumption in prototypes by using LDOs...
Hello,
Is it possible to change SPI baud rate whenever we want?
For example:
The initial SPI baud rate is set to 4M. We want to change the baud rate to "2M" to get...
Hi,
This may be stupid, but I can't declare classes in my .h file in keil. I have arduino library for my I2C device, but keil; does not recognize when I declare classes...