I have modified the NUS-CDC application for the Dongle so that I can now scan, report available Peripherals, and connect to a specific one. I need to be able to cleanly disconnect...
We're designing a board using the Thingy:91X as a reference design. We're trying to determine if all of the power components are required.
The nPM1300 appears to provide...
We're designing a board using the Thingy:91X as a reference design. We're trying to determine the best approach to antenna tuning.
On the original Thingy 91, it uses the...
We're designing a board using the Thingy:91X as a reference design. We're trying to determine if we can use one Ignion antenna, shared for the LTE and GPS.
On the original...
I'm working on an nRF device (S112 SoftDevice) that acts as a connectable peripheral to an iOs central. The application only has data to transfer every 5 minutes, so I'm trying...
I was wondering how I can update my current code (see below) to reuse a single socket for multiple HTTPS requests, rather than opening and closing a socket for each HTTPS...
Hi,
Our team is interested in WiFi location service in Cloud Services.
https://www.nordicsemi.com/Products/Cloud-services/Location-Services
However, under the WiFi...
Hi,
Does anyone know if there is windows (8.0) visual c++ command in the BluetoothGatt functions to use the memory request event with S110?
Many Thanks
Hello,
I would like to develop a quick prototype with nRF51/52 however do not have experience in designing apps. I have seen the example apps and was wondering whether...
Hi,
your Central is able to hold 8 connections with peripherals. Perhaps someone is able to explain how more than one connection is handled? If only one Central is connected...
My Project:
I want to control 2 outputs on the nRF51DK from my mobile device(Android & iOS). Its a simple program:
left button is pressed -> PIN 21 High / left button...
Hi ,
I am planning to buy nRF51 USB Dongle(S120 SoftDevice or S130 SoftDevice) to discover BLE devices and to communicate bi-directional. I am planning to develop C# in...
I am using
nrfgo studio ver 1.20.0.2
s132_nrf52_1.0.0-3.alpha_softdevice.hex
nrf52832_xx_aa_s132.hex supplied by Nordic (ble_app_template)
emIDE 2.20
The firmware runs...
Hi,
with the pstorage library, is it possible to store data at a specific flash address?
The background of the question is that I would like to store data in flash, and...
Hi,
I am using PWM for a buzzer. It is working, but the current consumption is always 300uA when PWM is not in use. This minimal current consumption appears right after...
1: my nrf51 SDK board not work , I replace the USB control IC--ATSAM3U1C-AU(the old is ATSAM3U2CA-AU),can you send me the firmwair of JLINK with this IC and the contacted...
Hi Nordic,
I want to know, how the button_push_sequence works on case of handling different events at different button_push sequence like... (--nrf51-ble-app-lbs--)
...
I'm using the pre-compiled nRF51-BLE-Driver-Win driver (v0.5.0) on win7 64b with python2.7 and an nrf51 dev kit dongle running the precompiled 115.2k s130 connectivity firmware...
BLE.c
when no connection creat between android nrfUart app and backon kit so autometically sleep in 180 seconds,
but i have need sleep condition in connected mode of...
This isn't a question, just a tip/head ups for people. Spent more than a few hours wondering why all my Flash settings all of a sudden were no longer saving. I found that...
Hi, the title says it all really. I'd love to get my hands on a sample application from the Nordic github repo (or elsewhere) which shows clearly how to implement for S110...