Loaded Softdevice S140, ( Using NRF52840 DK board ) using NRFgo Studio.
App flash base is set to 0x00021000 and app RAM base is set to 0x20003000
Looking at the CPU...
In our earlier projects with nRF51 and SDK 8 we used to have bluetooth device names of length 13 or 14 characters. However, when using nRF52 and SDK 12 I noticed that the...
Does the Antenna in this Beacon relates with this "BAL-NRF02D3 '50 ohm balun transformer for 2.45GHz ISM"? Any idea what's this "BAL-NRF02D3" for? many thanks!
I am using a eeprep tool which can only be used with command prompt. I am struggling with it.
Here is the format to use eeprep tool :-
usage: eeprep [options] <infile...
Description : It is not possible to flash or debug an application with IAR on the Nordic target. This issue is caused by a bad interaction between CMSIS-DAP IF present on...
Hi,
What should i do after i load mesh app in " github.com/.../nRF51-ble-bcast-mesh" adress?i have two board
When i download the app,why doesnt advertising exist.i cant...
Is sd_ble_uuid_vs_add available over the serialzation interface? How can we add a custom vendor ID over the interface if there isn't a serialzation function for it here ?
Hello,
I have made some current and timing measurements on the nRF51822 Development Kit (connected to a nRFgo Starter Kit) running some of the example applications provided...
I would like to drive an LED from the nrf51822 gpio
How much current can the nrf51822.
How much current can the nrf51822 gpio supply?
Is there a recommended LED for...
Hi. I am using a nRF8002 DK, and i am working with nRFgo Studio for 64 bits, in a windows 7 and windows 8 computers (for testing of the error purposes). I am having serious...
How to set READ property to a characteristic pipe through nRFGO studio.Actually i am not able to set READ property to any pipe.How can i do this?
Because i want iPhone...
Hi:
I use TIMER compare function, I open four channels and every channel produce interrupter.Here are some of my code:
NRF_TIMER1->TASKS_CLEAR = 1;
NRF_TIMER1->CC...
Hi. I've never asked a question here, and I'm a complete beginner to embedded programming, so I apologize if I break protocol in anything I do on here.
My setup:
nrfgo...
HI,all!
I have a question about downloading program into nrf51822 MCU.
That is:
As you konw, using the nRFgoStdio to download the code, you have to download the softdevice...
Hi all,
I have a devicewith display and only want a specific smartphone with my APP to connect to it.
I implement the authentication procedure at application level by...
We have some product using nRF51r22 QFAAC0.
E0 version is replacing C0 now. I just want to know when is Nordic going to stop producing the old version?
Thanks
Hi, I'm a ble developer using nrf51822.
It is a wierd question,
Is this any possible to write value to one characteristic's CCCD value from itself(device)?
This is my...
I am using the nRF51822 Development Kit
I have compiled the blink_example and the s110 ble_app_hrs in the nRF51_SDK_v5.2.0.39364.
I am unable to program the SoftDevice...
Are there any I2C examples for the nRF51822 ( write/ read functions) ?
If not, can anyone suggest a good starting point for I2C?
I am using Eclipse kepler for development...
In the nRF51 SDK examples, some pass the parameter adv_params off the stack as a locally declared vaiable in the context of the function and some pass static global variables...