NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
Hi guys,
I am using the gcc setup to program my boards. However for flashing the softdevice I use nrfgoStudio. SO I downloaded the hex file and fashed the siftdevice. But...
How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
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 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...
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...
Hi,
I have a nRF51822 Development Kit and a nRF51822 Bluetooth Smart Beacon Kit. I want to run on the nRF51822 Smart Beacon Kit the nRF-Sniffer (v1.0.1) application. The...
how i used central send data to peripheral.
one broad use S120and other broad use S110.Now i see explame is nrf51822\Board\nrf6310\s120\experimental\ble_app_hrs_c..have another...
In ble events handler after connecting to peripheral device i handle BLE_GAP_EVT_CONNECTED event and try to identity connected device:
case BLE_GAP_EVT_CONNECTED:
{
...
Use "nrfjprog.exe --eraseall --programs s110_nrf51822_7.0.0_softdevice.hex --program app.hex bootloader.hex --verify --reset" to flash my device, return a error "write_and_verify_hex_file...
Moving from SDK version 5.1 to 6.0, the buttons on my PCA20006 beacons no longer works as expected. When I press a button, it seems to register the release of a button incorrectly...
As I've seen many others have done, I bought the nRF518822 Development Kit not seeing that I needed the $400 nRFgo motherboard.
Searching around reveals that shouldn't...
I am trying to get the Arduino DUE up and running with the Redbear v2 BLE shield, and SDK 0.9.3.
It was a pretty trivial operation with Arduino YUN, but I not so much for...
Hi Nordic-Team,
I've spent a while trying to figure this out but I couldn't. I need your help.
I want to load the S310 softdevice to the nRF51422 chip + the blinky example...
Hi,
I am using the ANCS experimental library and am experiencing a very strange bug.
I am requesting to attributes: APP ID and Title whenever I get a notification source...
Hello,
i have some trubble with my current power consumption. I have already read other user question and solutions but nothing works for me. To reduce the power consumption...
I have built and installed bluez 5.21 on ubuntu 14.04 witout problem (see for example this recipe ).
My nrf51822 EK dongle PC10000 is not recognized by hcitool:
hcitool...
What exactly is block size in pstorage?
Desired block size for persistent memory storage, for example, if a module has a table with 10 entries, each entry is size 64...
I'm looking into using the CMSIS RTOS on the nRF51822 with the S110 softdevice which I've used successfully with other Cortex M0 MCUs. I realize the S110 isn't well tested...
Hello,
I am new to BLE shield and arduino stuff. I am working on a project where I have to send the sensor data i.e. temperature sensor, humidity sensor and pressure sensor...