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...
Dear Nordic,
I'm using the nRF connect app for the smart phone to test BLE bonding.
I hope to know the bonding feature on the nRF connect app is working with Random...
Hi.
We've created a custom board, and it works nicely.
However, when I try to build another application for this new board (i.e. "Add Build Configuration"), the new board...
Hi,
I'm using the nRF Connect app on android to DFU my devices.
On some occasions, after doing DFU and unbonding, the phone will keep asking if I want to pair the device...
The Absolute Maximum rating of I/O pin voltage for VI/O, VDD ≤3.6 V is -0.3V to VDD + 0.3V in Table 185. We would like to monitor the battery voltage using an AIN pin because...
Hi, We are using the SDK v17.1.0 and SD S140 v7.2.0. In our application we have to send only 1 advertising packet with updated data every 300ms and in some cases every 50ms...
Hi,
I work with win10 laptop, Toolchain nrf Connect SDK 1.6.1 on a nrf5340dk.
I modifyed peripheral_uart to use 240 bytes like it's explain into "ncs 1.6.1 peripheral_uart...
Hi, I am trying to create a custom BLE service.
Following is the main code:
These are my BLE write functions:
My sdk_config file says MAX_MTU is defined 23
...
Hello everyone,
I have a few questions related to NFC in nrf52832.
1. UUID in nrf52832 NFC is Unique?
2. Can I use nrf52832 NFC for payment purposes..? if yes How I...
Hello sir,
I am using nrf52832 soc with customised board want to use as UART pins as RX pins as 23 and TX pins as 24 .Is it possible to use the RX pins as 23 and Tx pins...
Hello,
I am trying to configure a Zigbee coordinator as done in the CLI example (for example 'bdb role zc' and 'bdb start') to get data from the multi sensor example,...
Hello,
Lately we've had some problems with DFU using the NRF connect app.
The device we are using is a nrf52832 running Zephyr 2.6 with MCUBoot 1.8
When we set the following...
Hi,
Turning on A-GPS (using the SUPL library) causes our application to encounter a boot panic ("unable to find bootable image"). Similarly, running the nRF9160 GPS example...
Hi Dev team,
I have been working with the MQTT example and building up my application. I establish a successful connection with the broker and everything runs fine for 5...