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 use the nrf 8001C + stm8s. I successfully installed settings nrfGo, but when I try to execute a command OpenAdvPipe I get an error ACI_STATUS_ERROR_CMD_UNKNOWN .
The...
I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
Hi guys,
I am using the nRF52832 board and I want to parse and read my JSON file. I don't have too much experience working with cJSON and here you will find my simple code...
Hello,
While trying to build the hello_world project on Thingy 91 using the SEGGER (connection through J-link edu). Following the Hello World project guide given at:
Hello_World...
Hi, I am using BLE as transport and NRF_BL_DFU_ENTER_METHOD_BUTTONLESS as to enter into DFU mode.
My question is:
My application is running at the start and I wanna...
Hello, I wanted to migrate from sdk16 to sdk17, So according to this topic I solve all pre compiling errors, then when I tried to download the code on my board(nRF52832) I...
In the Buttons and LEDs page, the LEDs are connected to P0.28-31 but in the connector interface page, the Figure 1 show LEDs connected to P0.13-16.
Buttons pins also looks...
Hello,
I am trying to create an application on my nRF52-DK using several custom service peripherals, each with 2+ characteristics. I have completed a few tutorials on...
Hi,
I am using USB device CDC, and the COM Port name on the PC is "nRF52 USB CDC BLE Demo (COMX), see the picture below.
How I can change it ? can I change it from...
Hi,
I followed the instructions described on https://github.com/NordicSemiconductor/pc-nrfconnect-launcher but I cannot "Start scan" within nRF Connect. It's greyed out...
Hi,
We just received prototypes of a new board with the nRF52840 and now we have a reset problem.
When the board is reconnected after a long time (no voltage remains on...
Hello,
I am testing the multilink BLE (1 central : n peripheral) UART example.
I am using Github code and tested it.
The central example is(SDK 16.0.0):
https://github...
Hi, I've just compiled clean examples from Zigbee and Thread SDK 4.1.0 and I'm following instructions from here: I've got CLI on the nRF dongle and multi_sensor example loaded...
Hi Nordic experts:
I am working with sdk 17.0.2 nrf52840 ble_app_uart example project. I added twis i2c slave functionality in this project, and the project is working fine...
Hello everyone.
I want to assess the range of my current setup, theoretically. And I found this useful online "calculator": www.bluetooth.com/.../ (please scroll down until...
Hello,
I wanted to implement WDT resets when my application hangs. I am working on the advertiser code, what I observe was when I implement WDT driver in SDK 15.2 examples...
Hi,
I have been working with mesh and I'm using the version 4.2 Mesh SDK.As I understand it I should use nrf_mesh_serial_tx() api to send serial message.When I use this...