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
We want to run the AT command as the following, the response is always ERROR.
signal generator: CW, freq=param1-120KHz=1804.88MHz, power: -100dbm
AT%XRFTEST=4,1,3...
Hello
I need more flash and ram so I change the sdk to 13.1, but when I enabled the softdevice the log advice me use more ram.
How can I use little ram as s132_nrf52_4...
Hi,
Using the "mqtt_simple" example I found that the data_publish () function does not work for a timer handler.
In the case of the example below, when the data_publish...
Hello I know that C++ is not officially supported but I wonder whether somebody else had the same problem. I can compile an example project with gcc (mingw32-make) and compilation...
Hi,
I want to drive an RGB via PWM and need to increase the brightness. Is it possible to configure the pins to high drive mode? Is there a specific sequence that needs...
I need to be able to remove old bindings from a Zigbee end device using a commissioning button.
Probably these are in the UICR, but I cannot see anywhere how to delete them...
Hello! I am trying to run the "Light switch" example on a custom board.
My environment: - nRF5 SDK v17.0.2 - nRF5 SDK for Mesh v5.0.0 - SoftDevice S132 v7.2.0 - NRF52832_xxAA...
hello Nordic
i am working with nrf52840 with ncs 1.7 (moving to 1.8 soon)
i am trying to clean my code from assertions before production
for some reasong when i change...
Hello, I'm looking to hire a software engineer that can help developing the firmware for a PC gaming controller (nRF52840 based). The controller includes an analog stick and...
Hello everyone,
I have a nrf52832 device and want to fire a feedback (led and vibration) in case of low battery voltage. I am measuring the battery voltage over a ADC channel...
Hey All,
I am working on optimizing a manufacturing script for a product that uses the nRF9160, this script is written in python and uses the pynrfjprog library to interface...
Hi Nordic,
We have design a evaluate board based on nRF9160. There is another MCU on the board, we want to control the Enable mode of nRF9160, so we connect the Enable...
Hi
There is not NRF_LOG_BACKEND_UART_ENABLED in the sdk_config.h which in the ble_app_uart sample(nRF5_SDK_17.1.0_ddde560\examples\ble_peripheral\ble_app_uart\pca10040e...