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...
When using SDK v13's I2S driver, the data to send is filled via data_handler callback. How do I fill last block data?
Assume i2s buffer size is 2000, then every 1000 words...
I have been going through the steps in this blog post: https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/getting-started-cellular/posts/getting-started-with-nrf9160...
Hello everybody,
I'll try to modify the ble uart example. The target is, to get data from two different nus Services (different characterisitv uuids). They are both initilised...
I basically need to use two UART instances with the BLE Buttonless DFU Template App.
I started using the Serial library but apparently it's no longer supported.
The methods...
Hello,
I am working on nRF52832 SDK 15.3.0 in segger studio.
In my project I have 2 ADC input pin.
ADC initialization is as shown below,
And every 0.5 second I read...
I have a custom BLE characteristic that I want to use to allow an app to send commands to my device. I use an on-write() function that is called whenever a BLE_GATTS_EVT_WRITE...
The Device's name UUID for Thingy52 in according to this site https://nordicsemiconductor.github.io/Nordic-Thingy52-FW/documentation/firmware_architecture.html is: EF68xxxx...
Hi I am using nrf52840 on a custom board with segger embedded studio as development IDE. I would like to flash the hex file generated without using segger embedded studio...
do you have a user gide for Serial DFU just like buttonless DFU ,like this link https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/getting-started-with-nordics...
Hi,
I have flashed lte_ble_gateway on nRf9160 DK (PCA10090) and hci_uart on nRF52840 SoC.
After flashing, I am getting some random RSSI values and MAC Address , instead...
Hello,
I have two micro-controllers communicating over SPI.
The STM32F746 is SPI master. The nRF52840 is SPI slave. I use SDK v15.3.
I am sending two bytes over SPI...
Hi.
I had to unpair from the Android Bluetooth list by doing pm_peers_delete () when bonding. It's ok. I know why it should. But sometimes I can't find my paired device...
To the kind attention of Nordic support team,
We are very interested indeed in using your nRF52840 and nRF52810 devices in our projects. We also would like to use your gazell...
Hi,
I have used nRF52832 with my Python code succesfully many days. Suddenly it stopped to working and gives me an error message: NordicSemiException: Failed to ble_gap_scan_start...