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/....
I'm working on nRF52840 SDKV15.3.0 SoftDevice S140. When setting 2mbps mode and long range mode getting <error> app: Fatal error .
i'm using xenon iot development kit its...
Hi all,
My project involves a ble-central initialising peripherals and creating a bond. When this is complete the peripheral should go into sleep mode and only wake up when...
Hi Everyone!
I checked this links https://infocenter.nordicsemi.com/pdf/nRF9160_DK_User_Guide_v0.9.pdf#page=20 and https://github.com/NordicPlayground/fw-nrfconnect-zephyr...
Can we enable more than 8 GPIO interrupts? It seems like GPIO_MAX_CHANNELS is 8 but we need more than 8 interrupts in our application.
How do we do this?
Hello everyone, I have an external board with processor nrf51422 and sensor BNO055 (I2C). I have a processor code created by someone else and I have a problem getting data...
Hi,
I see there is a differenece between v1.0.0 and v1.1.0 in the asset tracrker's main loop.
i.e. poll function vs the sleep function.
does this result in a change...
Hi,
I'm working on a custom bootloader which does DFU over I2C. As a fail safe mechanism I want to have a timer running that gets reset between each Image data block, so...
When using SDK v13's I2S driver, the data to send is filled via data_handler callback. How do I fill last block data?
Assume i2s buffer size is 2000, then every 1000 words...
I have been going through the steps in this blog post: https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/getting-started-cellular/posts/getting-started-with-nrf9160...
Hello everybody,
I'll try to modify the ble uart example. The target is, to get data from two different nus Services (different characterisitv uuids). They are both initilised...
I basically need to use two UART instances with the BLE Buttonless DFU Template App.
I started using the Serial library but apparently it's no longer supported.
The methods...