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...
Nordic \ nRF5_SDK_12 nrf52832 using 2.0 _f012efa \ examples \ peripheral \ pwm_driver, pwm_driver example
Want to set up two road PWM phase is different, for example, the...
I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
I'm running a custom nrf8001 board and the nrf8001 is consuming approx 6.2mA on it's own in advertisement mode using the uart demo. Has anyone had this same problem? Any advice...
Flash write and erase works fine, if ble is not initialized( ble_stack_init()).
Once ble is initialized, any write to NRF_NVMC->CONFIG hangs the system.
Do I need to...
Hello!
We are using a custom hardware design based on nRF51822. Recently we switched to the new chip version QFAAG0 with softdevice 6.0.0.
Our application needs a repeating...
I have tried HTS(Health Thremometer Service) sample Program on nRF6310, PCA10006, SEGGER J-Link Lite and iPhone5C.
First time, temperature is displayed on the iPhone5C...
Hi,
I have a custom board with nRF51822 chip on it and tried to run the proximity sample program on it. I have used the nRF51822 develpment board + nRFgo Motherboard to...
www.dropbox.com/.../Screenshot 2014-04-03 11.41.25.png
I guess has nothing to do with crc16?
the call stall seems unreasonable, is it because my stack is messup?
...
Hi,
Is it possible to control the drive current of the gpio pin?
Can anyone explain the different possible drive configuration for gpio's (S0S1,H0S1, etc..)?
Regards...
I'm trying to compile the bootloader for gcc from this post: devzone.nordicsemi.com/.../nrf51822-over-the-air-bootloader-with-gcc
The bootloader start (I can find my device...
Hi,
I'm confused with the functions (sd_power_mode_set and sd_app_event_wait).
1.I think there are described with the same function.I can't tell the difference between...
Hi,
I've developed an application and tested it on the evaluation kit. Now i'm trying to run it on a custom board with a nrf51822 chip on it. I've made modifications to...
Hi,
I use to the nrf51422 with nordic's dev/ev kit.I want to build a project and the purpose is to get the sensor's date and use the ant protocol to deliver the date to...
Hi,
i need some help by selecting the right Hardware for a new Project.
I want to build mesh network so i think ANT is the right Protokoll for me, with BLE i can't build...
Hi
I have a BLE module of nRF8001 chip and everything is working fine with it.In your Arduino compatible libraries for nRF 8001 you have a function hal_aci_tl_init() in...