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...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have recently upgraded my tools to SDK 5.2 and JLink V4.84f, and started using nRF51822 G0 chips.
The issue I have is with recovering the part in the Studio...
Hi All,
I've just been trying to program some of my USB dongles, nRF24LU1P-F16, via nRFGo Studio.
They are recognised fine, and seem to be operational after programming...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
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...
Nordic,
I am using the BLE Shield v2 and the Arduino Due board to transmit accelerometer/gyro data to an Android tablet app that plots this data. I had this working fine...
First I noticed that nordic has already updated the andriod nrf toolbox app to use softdevice v7, which allows updating the softdevice, bootloader and application.
The...
Hello all,
I'm working on a library for NRF24L01+ and PIC micro.
Unfortunately there is something wrong. On the receiver side, the micro correctly detects that a packet...
Hi,
I am knew to BLE and I was able to ran succesfully the blinky project. Now when I load the soft device on and then try to download the hr example if says "Flash download...
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...
Hi,
I develop an application with the nRF51822 circuit. It is detectable with my smartphone, but not with a computer that has a Bluetooth 2.1 device. Is it possible to...
In the comment of this post , Marc Nicholas wrote:
Doesn't that require SWO to be implemented? (Which is not on the Nordic part).
Is it true, that SWO isn't available...
In SDK 6.0 I find there is a project of ble_app_hids_keyboard_serialization.uvproj in nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
and it contain...
Hey there,
today I'd tested around with the Dfu service.
Peripheral is nRF51822 running Sdk 5.2.0 bootloader example (Softdevice 6)
Central is Android 4.3 running...