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/....
Hello to all :-)
i am not sure if this is an Hardware-topic, but i want to know the possibilities how to can
use and configure the nRF5340 (where can i find a detailled...
Following some previous posts on how to get the Bootloader version from the application, mainly this post: devzone.nordicsemi.com/.../221367
I noticed that initially the...
I am working on a power-sensitive project and am interested in minimizing system quiescent currents as much as possible. The project is intended to run off of a coin cell...
Hello,
i'm interfacing with the nrf_modem_lib using posix socket API with offloading. The send is called separately from a dedicated thread to avoid any hanging of the rest...
The maximum current of my measuring board should be 8ma, but the maximum value measured by kit II is 24ma, and the average current of 100ua is correct,and the minimum value...
Hi,
Nordic nRF Connect SDK includes also the Zephyr repository with a number of examples. I am interested in the HCI UART example in Zephyr, and I want to open from Nordic...
Hi,
I am currently working on a project similar to this thread:
However, the thread stop updating. I followed what Einar suggested, to merge the Decawave example code...
Hi all,
I have an issue on my device. We have implement OTA update but sometimes, the nfr stucks on DFU mode after the update. Even if the update is succesfull.
We use...
Hi All.
I am checking battery autonomy with different settings in my Module (with an nRF52840 SoC inside) since, in my project, this is a critical restraint. I am feeding...
now, I need transfer data between nrf52840 (base on zephyr OS) and python app through PYSERIAL. Is it possible to use something like RTT or shell_uart to transmit/receive...
How do I switch between being SPIS/SPIM with the Zephyr library?
I am using ncs v1.9.1. I have code that works separately as a slave or master but I need to make it dynamic...
I want to use +8 dBm TX power so I added CONFIG_BT_CTLR_TX_PWR_PLUS_8 to my prj.conf, and then realised it doesn't do anything.
I then found set_tx_power() on these pages...
The problem: We are getting a hard fault immediately after jumping from the bootloader while trying to initialize the nRF USBD driver. The fault happens in nrfx_power_init...
Hi,
We are trying to integrate a remote controller functionality for smart TV and set-top box etc, using our product based on nRF52832(nRF5 SDK). I understand that we can...