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...
Hi,
I need 32 bit timer-counter with s130 stack. Timer0 is 32 bits, but ble stack uses this timer. So how can i use timer1 or timer2 like 32 bit timer?
Is there any...
Do u have mobile/ios application that allows you to scan for Bluetooth low energy devices with nRF52840 and communicate with them?
If not, how we can do it?
Hi,
I am wondering which is the best method for BLE security to avoid MITM, protect the data (sniffers) and limit connection only to allowed devices for a massive number...
I am now using nrf51822 chip connected to a 50-ohm nominal input/conjugate match balun and then connected to an Embedded antenna.
I am requested to do a radio test which...
Hi,
In my project, I only have PCBs with nrf51822 chips and do not have a plan to buy a spectrum analyzer yet. But the certification requires me to apply DTM application...
The overall goal and then the specifics of what's been tried: I'm trying to utilize as much of the left-over flash space as possible to store environmental data during periods...
Hello,
I started working on mesh networking and to initiate i am looking at lighting control example . I have one nrf52dk PCA10040 which can be used as client and two nrf51...
I am working through link this tutorial and I've been able to successfully complete the steps up to D3. I'm using the bootloader_secure_ble example from SDK13 on an nRF52840...
RTT Viewer has been working great.
But is there a way to make the window buffer bigger so that I can scroll back more history?
It only saves about 80 lines.
Thanks
Hello,
I'm working on nrF52832 with two different Android device : Samsung Galaxy note 3 neo and HTC ONE M8.
My test :
Central side ( smartphone ) : each 200 ms...
Hi!
Does Nordic have plans to include any API functionality for choosing an initial scan channel in sequence of jumping over 37, 38, 39 channels?
Currently (SoftDevice...
Hello Nordic,
I tried to debug my board using the JTAG port (P12) on the nRF6310 motherboard. But it's not possible to flash the chip in Keil. I got the error: "Error:...
I use nrf51 DK (PCA 10028) like hardware for sniffer.
I download sniffer software 1.0.1 and flash the dk with help of nRFgo Studio.
I start sniffer.exe and after unplug...
Hi, I'm developing an application for the nRF52832 using mbed and the S132 SoftDevice. Since it appears that the SoftDevice requires exclusive use of Timer0 and mbed uses...
Hi,
I am having 1 central and 2 peripherals. I use ble_app_hrs as the base for both. Sometimes, I dont get the BLE_DB_DISCOVERY_COMPLETE even after I get the BLE_GAP_EVT_CONNECTED...