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 am working with the nordic thingy91 on a windows PC, and am noticing unstability regarding the USB serial port. That is:
- After a while, there is no data coming...
I refer to this guide to add dfu to peripheral_uart. The program runs on nRF52840DK.
1、prj.conf
I added the following macros.
CONFIG_MCUMGR=y CONFIG_MCUMGR_CMD_OS_MGMT...
For reading ecg data must synchronize GPIOE interrupt every 4ms,i want to creat a hardware timer with period 4ms, in this timer cb, take semophere gived by GPIOE interrupt...
Hi team,
I want to make simple communication between NRF52840 dongle and mcp2517 CAN FD contoller using SPI. I do not understand, how to send and read values to and from...
The initialized struct "nrf_fstorage_t" for use in nrf_fstorage_init( ) temporarily includes the application and bootloader (just for this test)
start address is 0x2'600...
Hi,
I have setup a provisionner with the sdk example that can provision devices. For that the provisioner scan unprovisioned devices and can start a provisioning process...
Hello,
I am trying to see how the signal strength for Zigbee and BLE changes when the distance between two nR5340 DK increases.
I used central_uart and peripheral_uart...
Although my Googling skills are not the best I have, so far, been unable to find any examples or driver documentation for the comparator peripheral of the nRF52840 for the...
I'm using the asset_tracker app on a custom board and have built 50 of the custom boards. All but one of them start the modem and listen to the LTE receiver for a full minute...
Hello, I followed getting starting guide, and got SDK and tools installed for nRF52-DK, I'm trying to open, build and run some examples. But when trying to open any example...
Hi.
I am using nRF52840 dongle and running saadc example on it.
To print the ADC data buffer "p_event->data.done.p_buffer" in PC, I am using USB_CDC. The size of SAMPLES_IN_BUFFER...
I have implemented the custom service and added custom characteristics following the tutorial series, now I can connect and see the characteristics and their values. I can...