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...
It looks like even with the latest SDK 1.6.0, the full modem firmware pre-validation is turned off.
It looks like this is a modem firmware feature, so it would seem that...
Hi All,
I am new in the Dev Zone and apologize in advance if the question was posted in the incorrect section.
I would like to run the Thingy91 as tracker hardware for...
Is there any API (software) available to evaluate DWM3000EVB module on nRF52 DK?
Can we use the API/software available for nRF52840-DK for nRF52-DK as well?
From where...
I am following https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.6.0/nrf/gs_installing.html for installing on Linux.
I have installed SES from 1.6.99 documentation...
I am trying to get use the Zephyr console sample for nrf52840dongle but when I have configured the following in my prj.conf file I get a link error.
When I reload the...
Dear friends,
From this case , we already know that the mesh stack will arrange a new block when the node is reset, so we will get a new sequence number. We will use the...
Hi, dear Nordic team. I would like to use buttonless OTA DFU for nRF52805.
Here is what I did:
Step 1) install all tools
Step 2) Build my ADC code, rename the output...
Hello
I'm going to use 'frequency hopping' to prevent frequency interference.
I don't know what frequency hopping is yet. May I have a good example and related documents...
Hi there
We managed to send/receive SMS on the nRF91Dk using the asset_tracker_v1 example, which contains the at_client.
However, with the asset_tracker_v2 we never...
Hi all,
Here's the context -
Hardware :
- nrf52840 DK
- sensor - LIS3DH connected via SPI
Software:
- SES
- nrfConnect
I need to send data being captured...
I've been trying to write a simple I2S loopback project for the nRF5340DK board using SES. Zephyr's documentation doesn't list I2S as a supported peripheral for this device...
I updated the firmware according to the video "https://www.youtube.com/watch?v=xQ7hDzRULJQ&t=314s&ab_channel=NordicSemiconductor"
File for "update modem" : mfw_nrf9160_1...
Good morning everyone,
I have questions regarding the initialization of UART communication between nRF52 and nRF91 on nRF91 DK.
Device HW/SW setup:
nRF52 DK: Bluetooth...
Hi!
We recently developed some firmware using S112 on a nRF52810 but realised that we needed data length extension, so changed to using S113.
Previously everything worked...