hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Hi,
I was testing the pwr_mgmt project in the nRF5_SDK_13.0.0 with my 52DK, the system off mode seems work fine ,cause the log information is right,but the question is...
Hi,
We are working with NRF 51822 in a multi-role arrangement (SDK 12.3.0, s130_nrf51_2.0.1_softdevice) where one NRF51 will be connected to a phone in peripheral mode and...
when i use pc tools or APP except "nRF Connect" to connect my 51822,i can not find some parameter,so i want to know in example "ble_app_uart",how to set up connect parameter...
So apparently, for ble, all CCCDs, regardless of what the UUID of a characteristic is, is
00002902-0000-1000-8000-00805f9b34fb
And to access that, the proper step...
as im working on nrf51822 sdk 9.im finding difficulty in performing bonding..so could you please help us in providing the code which performs ONLY bonding and advertising...
Hi, nordic staff:
I'm developing a project on nrfready_desktop_2_v3.1.0, as the chip is nRF51822;
I need 3 PWM channels for RGB leds. and i found there is a file named...
Hello all,
We are authorized distributor for Nordic in India (SM electronics) I was looking at
nRF51822 Bluetooth Smart Beacon Kit but in download section i was unable...
Hello,
I'm currently developing an application on nrf52832 that'll use SAADC low power to fetch battery voltage level and report that value on BLE advertising data. I've...
I am trying to use NRF51822 GPIO to generate a pulse with max width of 0.3us. According to other tickets in the forum and the product spec, NRF51822 should be able to generate...
I am using a nrf52 dev kit as well as a raspberry pi to set up the cloud coap example in the nordic docs. I have set up a 6-4 tunnel through hurricane electric and have full...
Hello,
I'm playing beep sound using pwm1 (timer1).
The onSound() starts beep sound.
The disableBuzzer() terminates pwm1.
The handler_buzzer() selects continuous...
Hi,
I'm using nrf51822 and ble_app_uart in SDK12.3.
Testing with android app nRF UART v2.0
I have some problem with BLE connection.
First, Sometimes when I tried...
Dear Nordic:
I have transplanted my code from sdk 10.0(nrf51422+S310) to sdk 13.1(nrf52832 + s332(v4.0.2)).
I program softdevice and application to my board by nRFgo_Studio...
I just tried to add a custom service, so I expanded my ble_cfg.gatts_cfg.attr_tab_size.attr_tab_size. Now, when I call sd_ble_cfg_set(BLE_GATTS_CFG_ATTR_TAB_SIZE, &ble_cfg...