I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
Hi,
Parameter uint8_t ble_gap_scan_params_t::filter is present in the documentation, but not implemented.
Checked for SDK 5.2.0 and 6.0.0.
devzone.nordicsemi.com...
After I get a Disconnected() event, I want to start scanning again, therefore try to call StartDeviceDiscovery() again.
IsDeviceDiscoveryOngoing was checked before.
The...
Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
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...
I had a nRF81522 design that was working at 3.3V and I dropped the voltage to 1.9V. I didn't change anything else, but now I am getting periodic disconnects during interogation...
I have a PCA 10028.
This board uses Two microcomputers.
One is N51422.
Another is microcomputer on which the seal is put(Segger ID:).
What is the role of this microcomputer...
I recently discovered this article ( mbientlab.com/.../) and am trying to understand the data transfer type between the firmware ( ble_app_hrs_s110_pca10028 ) and an iOS device...