I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
When using the BLE device, BLE_GAP_EVT_DISCONNECTED event informs us that connection between dongle and BLE device was closed/lost.
Is there a way to know when dongle connection...
When using nrf51-ble-driver_win_0.3.0 with Visual Studio 2010, after I put a breakpoint in my code, when I try to have the process "continue", I always get unandles exception...
Dear sirs,
Many thanks for the IoT SDK.
Just setting up the Raspberry I can't start the Phyton CoAP example as defined in documentation.
The envirinment is:
R...
Hello, I am trying to implement 1-1 connection between a central and a peripheral, with these (classic) requirements : - when starting central, scan for any peripheral with...
Hi,
I am having some trouble getting optimal power consumption while using the SAADC.
I've tried running the example given here 2766.nRF5_SDK17.0.2_ble_app_beacon_lp_saadc...
Hi,
We are trying to investigate the interval noises of our custom developed sensor board with a digital accelerometer (With SPI interface).
After checking the software...
Hello NRF ,
I have used NRF52832 with BLE advertise and peripherals connected on two different I2Cs ( temp sensor and gyro sensor ), One SPI( LCD Display ) , three GPIO...
I'm working with nRF52840 dongle, i installed nRF Connect for Desktop on windows but the led didn't start pulsing red. Has anyone else had an issue like this?
I am using SDK 16.0.0. I want to switch from a NON-CONNECTABLE, NON-SCANNABLE advertisement to a CONNECTABLE, SCANNABLE advertisement. I launch the first advertisement and...
Hello, I have a bit of a weird case. I'm sending data over Bluetooth. In the begging, I wrote whole data handling in the main.c main loop. everything worked nicely, so I have...
I'm developing uart program to communicate with arduino with nrf52840. And I'm working on s140 sdk.
First, I tried this code. It works, but first byte that send from arduino...
How can we get the timestamp using RTC(Real Time Clock). Do we need to add the external RTC for nordic thingy 52 board?
I am using the RSSI concept to calculate the distance...
Hello,
I have been trying to debug a curious behavior leading to higher energy consumption (~17mA) on my Sleepy End Device (Rx is off when idle).
I am using the nRF SDK...
I'm using nRF Connect v1.5.0 and Segger Embedded Studio (SES) to develop an application I'm testing on nRF5340-DK.
I want to create a "repeater" that has at least one...
When I use "Go" under debug, I get errors saying "No bootloader was found" and "ERROR 4 [NRF_ERROR_NO_MEM]".
However, when the same exact code is run on my friend's laptop...