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...
I've gotten the experimental_ble_app_s130_example_c_pca10028 (BLE Dual role application) to work with my nRF51-DK (modified for my needs). It's an nrF51422 chipset.
I want...
Dear sir/madame
In our project we want to implement MAX17260 battery fuel gauge to monitor the battery status in the handheld device.
The interface towards MAX17260 is...
I'm trying to run the HID composite example on a nRF52840 dongle, and its not working:
- I refer to : nRF5_SDK_17.0.2_d674dde\examples\peripheral\usbd_hid_composite\pca10056...
Looks like 2 mistake in the latest nRF9160 production specification:
1: 1Mbps but 1200 in description section.
2: Power consumption could be in uA instead of mA.
Hello,
Sorry for the basic question, but I am trying to customize an application basing on the ble_app_cgms example.
In the debugger terminal on SES I am receiving the...
Hello,
I am currently working on an IIoT product using Zephyr and NRF SDK v1.5.1-2-g76c027893 on the NRF9160 and a WFM200 wifi chip. For this project we are using Civetweb...
Hi
I'm locking for an example like zephyr\samples\boards\nrf\system_off for nRF9160 DK
zephyr\samples\boards\nrf\system_off uses nRF51 DK or nRF52 DK board for the demo...
Dear support team,
I would like to use GPIO 09/10 as a GPIO interrupt.
I just searched and I see that need to define CONFIG_NFCT_PINS_AS_GPIOS.
But I can't do it. Please...
Hello, I'm making a system with NUS of nRF52832 and nRF52840 to sample data with SAADC. I started the system with "ble_app_uart__saadc_timer_driven__scan_mode_03" from Github...
Hello!
There is a sample simple_mqtt which is written for nrf9160 DK. Is it possible to make app_signed.hex file to load in thingy 91.
I tried to change prj.conf and have...
Hi,
Using the HRS peripheral example provided in SDK17 with S140 7.2.0, I am in the process of migrating to a custom board using nRF52833. I have already made some changes...
Hi,
Can you please tell me if Segger compiler initializes all variables to default values?
If so - can you please send me a link to that content?
Thanks
Hello,
My nRF52840 board is connected with SPI flash over SPI. I have configured the nordic as master and my SPI flash is slave as mentioned below:
Using the internal...
Hi,
I have a nRF52840 USB Dongle that I am using to perform OTA DFU to use to perform OTA DFU.
After the update is finished, the device keeps running the code instruction...
hi
I have written a driver for an SPI sensor, and it works perfect in a nrfx_spim example project.
But when I tried to add this driver to a ble custom project, errors...