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...
Hey I am working on nordic nrf51822 chip ( http://i.imgur.com/q8EM4uq.jpg ).
I want to run a bluenet code which i have forked from github.com/.../bluenet to github.com/....
Hi,
I'm a beginer with Nordic Semi tools, I use windows 10 on a laptop HP-15DW1023NF.
I received last week a nrf5340DK (PCA10095 0.11.0 2020.51 960132679) and I installed...
Dear Devzone community,
we would create a mesh network, provisioning and control it from linux. Which is the best way to do it?
We are using nRF Connect SDK, all the examples...
Hi, I'm trying to add an Icarus Board to Nrf Cloud. I have the IMEI number of Icarus Board but I don't know how to find HWID/PIN number.
I also saw this ticket https://devzone...
1. Peripheral characteristic
2. Central -- nrf52832 write to characteristic :
3. Central -- nRF Connect for Mobile write to characteristic
4. Peripheral ble...
Dear community,
I would like to retrieve all publish address using this command :
ERROR_CHECK(access_model_publish_address_get(m_dev_handles.m_generic_client_instance...
Hello Nordic Team,
We need to start RF performance tests using CMW500. we have access to UART pins of nRF52840 in our DUT which can be used to connect UART-USB adapter to...
Hello Nordic, I am using
nRF5_SDK_17.0.0_9d13099,
IDE Segger V4.52c
soft device s132
Can I transfer 8208 bytes on I2C with nrf52832 with EasyDMA, ignoring the MAXCNT...
Hi,
I try to understand the power consumption of the UDP example for NRF9160 with PSM.
I'm using the default configuration: RAT="00000000", RPTAU="00100001", no eDRX,...
Hi all,
I am trying to interface a BLE mikrobus module onto a Yocto based Linux SBC. I need to use Zephyr's hci_uart example to flash it onto the module, the mikrobus...
Hi Dev Team,
I am running a program that takes in sensor data at 10 min intervals and publishes it to my server through MQTT at 1hr intervals.
I have different threads...
Hi, I am using Zephyr BLE stack to check the HCI testing og the nrf52840_pca10056 module. I am useing Windows Subsystem for Linux for Ubuntu toolchain. While using the make...
Hi,
I am planning to buy a nrf9160-DK to build a BLE LTE-M gateway. I would like to ask if the gateway is able to communicate with a private MQTT broker/server instead of...
my project is freertos+nrf52832 based the templete in SDK; A sensor pin is connect to P0.17, and I configure it low to high level trigger interrupt.In the handler I will call...