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 using nrf9160 development kit. I need to use this dk with Modbus RTU master slave project. My question is does nrf9160 support for work on Modbus RTU master...
Hi Nordic,
I've reviewed the Mesh PyACI which uses a serial connection with a DK to provision a separate Mesh device over-the-air, if I understand correctly. But is there...
According https://www.nordicsemi.com/Products/Development-hardware/Nordic-Thingy-91/Download#infotabs
Version 1.2.7 seem to be the latest without "only for testing and development...
Hello,
I'm making an own service with a notify.
When I look at the bas service there is the following line to trigger the notifty:
Because I have serveral characteristics...
hello,
I'm trying to do some I2C communication with nrf 9160 dk. I'm using Zephyr kernal and SEGGER SDK for program development. But when I compile the main.c file the result...
Hi
Here are the case:
1. We have a usb dongle which simply consist NRF52832 and usb to serial adapter.
2. We have many sensors which are developed with NRF52833 and...
Hi, I have strange problem. I have LSM9DS1 IMU connected to nrf52840. when i supply 3.3 V from external source (Nano 33 BLE) and to the J-link everything works. But if I switch...
can i generate milliseconds using nrf calendar example?? that is only printing up to seconds I want milliseconds too??
I am using nrf52840 and SDK 17.02.
waiting for your...
I wanted to form a beacon having multi protocol advertising mode but i am not getting if i configure different advertising slots in different advertising mode then how they...
Hello, I am working on a nRF52840 based SoC (RAK4631) and it is using Adafruit's Arduino nRF core ( Adafruit nRF52 Arduino ). The DFU is being performed by BLE in that core...
Hello,
I am writing a code that has 2 threads. One puts data in a queue and the other gets the data from the queue. The problem is after I get the data from the queue and...
I am using my own MQTT server, MQTT simple works well
then I am testing test.mosquitto.org send works from PC :
mosquitto_pub -h test.mosquitto.org -p 1883 -t etrog...
Hi everyone,
I try to understand when the SAADC events are generated and received by the IRQ based on the documentation . To my understanding:
NRF_SAADC_EVENT_END : is...