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 everybody,
I'm getting crazy, I'm trying to extend HID axis values from 0..255 to 0..1023 max using the descriptor found in the example ble_HID_keboard/hid_joystick...
Hi, I'm testing the beacon example
(ble_app_beacon, Beacon Transmitter Sample Application ) with my custom board.
I use IAR 7.1 for ARM, Softdevice S110 ver 7.1, and...
Hi,
I'm trying out S130 SoftDevice. I have 1 device with S110v7 which acts as a peripheral.
2nd device contains S130 0.9 (I've based my code on S120 multilink central example...
hello i am using sdk 16 with nrf52830 dvk i have interfaced accelarometer sensor and created a timestamp using internal rtc now i want to send 100 packets(accelarometer data...
HI,
We meet the issue in our product, it is related softdevice, Please help us check it.
Our development enviroment:
SDK: nRF5SDK160098a08e2
SD: s140_nrf52_7.0.1_softdevice...
I'd like to use a nRF52840's UARTE0 as interface for a DMX512 controler. For that I'd need to set the interface at 250000 baud with 8N2. But I can't see how to configure 2...
Hi there,
I've configured the NRFX API of GPIOTE to sense four pins to go from low to high. This works well while the device is on. When the device is off (via having called...
The documentation mentions:
"Supports a star network topology with one Host and up to 8 Devices."
What is the fundamental limit behind this? Would it be possible to...
Hi All,
I tried NCS example scan_adv to test nrf52811 however it's stopped on bt_enable()
the log as:
[16:36:13:020] *** Booting Zephyr OS build v2.4.0-ncs1-1699-gcdc4c217fbd0...
Our application requires an RTC for keeping track of date and time. We use the nRF5 Calendar as a basis for this. This example uses epoch timestamps which is pretty easy to...
I am currently developing my app with nRF52 DK and use the nRF52480 Dongle as a simulated sensor using the built-in server definition capabilities in nRF Connect for Desktop...
Hi.
I am looking for advice on which board may fit my purpose. My intended route as of right now is described at the bottom of this post. I have a door lock that has an...
Hi, I am using ANT Protocol in nRF52832 SES SDK17.0.2
Run the code in <Install folder>\examples\ant\ant_broadcast\tx file and i found that need to download the SDK file...
Hello I have an application which advertises permanently on the Bluetooth but I would like that under certain conditions, that they advertise another name. Can you tell me...
Hi everyone,
In the USBD example we use ENDPOINT IN 1 to comunicate (if a button is pressed) with the host the position of a mouse.
I modified this example, I don't need...
Dear Sir.
In my program 2 strings I need to protect when a new firmware is updated.
#define PROD_DATE "PROD_DATE_03_12-2020" #define IRON_NUMBER "IRON_1234567899999...
Hello,
In my application I use NRF52840 with SDK 16.0.0 and softdevice 7.0.1. I want to add ECDH algorithm to my project using ECDH example in the SDK, but nrf_crypto_ecc_key_pair_generate...