IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
Hi,
I would like to know what is wrong with my code, which is presened below. Each time the timer is triggered I would like that the program writes four bytes into the...
I have a project that requires a bluetooth central to be used to gather data from a HRM service, which shouldn't be too much of an issue. However, it also has to store this...
I have searched here for an answer to this, but cannot find exactly what I am looking for. I am trying to put my Rev3 51822 to sleep and wakeup via GPIO. When I enable GPIO...
Whats the best way to secure my advertising packets such that others cannot make sense out of it?
Do we encrypt the packet data so that it is gibberish, random and not...
Hi!
We're running a S130 Stack to act as both Peripheral & Central at the same time. Everything is working fine but i i'm not quite sure about best approach for handling...
Hey ,
My application stores the data on BLE disconnect to pstorage succesfully.
But on reset if i try to read the data from pstorage it stops advertising, but the pstorage_load...
Hi,
I am using nRF52832 with S132_V2.0.0 and SDK_11.0.0.
I am able to doing dfu of softdevice and bootloader individually but when i try dfu for combined (SD + BL) then...
I can't find nrf.exe in C:\Program Files (x86)\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf
I only find nrfutil.exe in that folder.
Shall I use nrfutil.exe...
Softdevices have several separate version number systems:
a) the human-readable release version - used for hex file naming.
e.g. s110_nrf51_8.0.0, s120_nrf51_2.0.0
b...
Hi! I use a smart beacon kit (rev 1.0.0) and I would like to know how long the cpu is blocked during the data transmission/reception. I set the connection interval to 10ms...
We are designing a nRF52 based circuitry based on "53.2 Schematic QFAA QFN48 with DC/DC regulator setup"
In the reference diagram, there is an Optional block for the LFXO...
Hey all,
I've created HIDs using USB before which require a vendor ID (VID) and product ID (PID). Are these necessary when creating a device that uses HID over BTLE? If...
Is it possible for nRF52832 to drive an SPI TFT 240x240 LCD and a TWI Capacitive Touch Panel with BLE and NFC? Is 64Mhz the highest speed?
What I mean is that is it possible...
I am creating a project which must use two spi at the same time , the one store data to flash and the other use to communicate with FT221 .In the datasheet ,I realize that...