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...
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...
we use
peripheral: exemple ble_app_blinky
central: exemple_ble_app_bliky-c
Instead of a button we have a Switch.
When we set the Switch to "on" the led go on.
That...
Hi, I made a device with using NRF51822, named 'allb' the wearable device for babies.
http://myallb.com
We're planning to make a new version of it with using nRF52840...
The firmware used operate properly in the past, but it no longer does after we replaced the MCU(nrf52832).
During SOFTDEVICE_HANDLER_INIT, the MCU is stopped.
The previous...
I am working on a peripheral. This peripheral is IO display only. On the other side, the central is keyboard + display. I have a single, custom service with a single characteristic...
Hi All,
I did this tutorial : How Import a Keil uVision project Segger Embedded Studio - A Cross Platform IDE ,
but I dont know what did wrong. I still get this error...
While porting my app to the latest 14.0 SDK, it got a little stuck with the new sdh library. I was previously fetching all events through a custom poll & wait loop, but I...
When a packet sent out and get the TX_DS IRQ by nRF24l01+, the mode change to RX and read STATUS register then write the value to the STATUS register and write FLUSH_RX 0xff...
For the SDK13.0.0 the documentation say that HF clock is activated in nrf_drv_usbd_enable() / app_usbd_enable() but it is activated in nrf_drv_usbd_init() / app_usbd_init...
Hi,
We are planning to build a Mobile application for IoT involving Bluetooth communication. We came across a few part numbers of Nordic for this. We would like to know...
I had purchased the Red Bear Labs "Micro" board to develop code using their MK20 USB Dongle and Arduino.
If I "hack" the programming cable to emulate the "Micro" daughter...
Hi ,
I have recently bought a nRF5232 PCA10040 development kit and i am trying to interface nRf52832 development kit(Master) with AS3955(slave) over twi. I tested the twi_scanner...
Hi all
I'm trying to build a generator based on NRF52832. Outpit signals are: 8MHz clock and two latches signals highly sinchronized with clock - RGB_LAT and TXT_LAT. For...
Hello,
I have a question on how to calculate the capacitance based on oscillator relaxation for NRF52. For example, in the Csense_drv example, when pin is touched by finger...
Hi,
I have a working scanner and manage to require timeslots with the below timings.
Interval 300ms, scan window 50ms, Timeslot length 10ms.
But when i try to...