Hi Hakon.... when i compile my project i get some linker errors,
._build\gzll_host_ack_payload.axf: Error: L6218E: Undefined symbol __main (referred from arm_startup_nrf51...
I'm trying to perform communication between my device and iOS and I ran into some problems. For tests I'm using iPod touch 5 with nRF Toolbox and LightBlue apps and nRF51822...
I've been using Master Emulator API 2.1.3 in Visual Studio 2010 Express, and have spotted a fix I may need in 2.1.5 so I've switched to using the 2.1.7 API. However, I've...
Hello,In normal condition, I use UART,pwm,spi an so on.Now I want to clear the configuration, and enter System ON mode.But I don't want to system reset.
How should I do...
Hi, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
If my way of thinking is not wrong, I have to set SEVONPEND flag to wake up cpu from sd_app_evt_wait on pended event. How to set this flag? I cannot find any function/macro...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
Hello.
I used sdk 5 and 6 without much problems in the past, but thought it's time to upgrade.
I don't seem to be able to get even the blank blinky example to work for...
Hello
I'm using S110 with nRF51822.
I'm trying to implement some logic which is quite simple, but for some reason things are not working properly.
I'm advertising...
Hi all,
I have failed when try to flash a new softdevice s110 to the target device is Wunderbar's sensor module which is using nRF51822 chip. Flashing application has no...
Hello,
currently I am using the S110 Softdevice with the ble_template example as peripheral. This works fine.
For our final application, we need the central feature...
Question similar to this one
devzone.nordicsemi.com/.../
I have noticed that in the header ble.h included in the s310 folder, the function sd_ble_enable(..) and the type...
Hi Nordic expert, I wanna get a profile of 51822 performance cycle count. I found 51822 has no powerful DWT feature as cm3 or cm4, would you share me some feasible methods...
Hi All
I am aware that there are some changes to UV5.12 to do with Device Pack location etc.
I have currently updated my project from the .uvproj to .uvprojx extention...
I was able to setup gazell communication between two devices one as device and other as host using 32 byte payload size in nRf51822 module.
Here in gazell communication is...
We are using the Nordic Semi nRF51822-QFAC on our device for BLE. Since we are developing from scratch I understand we need have FCC testing done. Is there a summary of the...
I'm devloping application on nRf51 for that i'm using... SDK : nRF51_SDK_7.2.0_cf547b5 Tool chain : GNU tools arm Embedded [arm-none-eabi version 4.9.3] Dev Board : PCA10028...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...