HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
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...
I am unclear whether the soft radio takes care of updating the attribute when a write event occurs. I can see in the example codes that the notification flag is handled by...
I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I'm trying to understand how pstorage allocates storage.
PSTORAGE_FLASH_PAGE_SIZE is fixed, that's the actual size of a flash page and thus a basic unit as you can only...
Hi, I am trying to change the beacon data.
I changed Beacon UUID already, but I can not find where can I change device name.
I guess I need to change the gap_adv_data...
Hi,
I am upgrading to SDK 6.0.
What function should I use for retriving the whitelist data?
SDK 5.2:
//err_code = ble_bondmngr_whitelist_get(&whitelist);
//APP_ERROR_CHECK...
I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hi,
How to implement the static PIN type pairing, when the server device doesn't have keyboard or display? Our requirement is, Master will initiate the pairing process and...
Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
Hello,
I am trying to implement a Time-On-Air measurement with two nRF24L01+.
I set up the devices to work at 2Mbps, 3 bytes address, 1 byte payload, 1 byte CRC.
Both works...
I'm using the nrf51822 evaluation kit. There is low level access (via memory registers) the the 2.4Ghz radio in either a Nordic proprietary protocl mode, or Bluetooth LE mode...
Hello Nordic Semi,
We are using the nRF24L01+ for a remote switch application. We have a small transmitter button (nRF24L01+ layout as per datasheet with micro controller...
I have a problem within the following szenario:
I transfer data from my nRF51822 Peripheral to a connected Central (Android App) as a bunch of Notifications with maximal...
my project can't goto sysoff mode, (desktop2)( project based on mouse demo)
m_prw_mgmt_set_sysoff_timeout(DEFAULT_BTLE_INACTIVITY_DISCONNECT_PERIOD);//can't sleep here...
DEFAULT_BTLE_INACTIVITY_DISCONNECT_PERIOD is 3600//one hour
i can't wakeup if disconnect'time over one hour.
but i can wake up form com_event_advertising_timeout
my code...