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,
I have three Pins which are used as Port event interrupt source.(low-accuracy)
In some cases If I generate some interrupts (maybe 2 every second but random on at least...
Hi Nordic,
I want to know about the boot procedure of nrf52832-dk.
Where in the official documentation can I find what the boot order/proedure is for the nRF52832?
...
hi,
I use sdk17. 1 , protocol stack version 7.2.I have some questions. I want to get the mobile phone confirmation event in nrf52833
after the mobile phone confirms the...
Hi,
I used to be able to configure a console (SHELL) to run over a UART over USB connection (USB CDC ACM device) on Zephyr 2.5.0. With the latest version of nRF Connect...
Hi,
We developing a fitness machine about cycle bike sensor. We create a FTM service include a control point characteristic and We use some VR app(Zwift/Rouvy) to test it...
I've been stuck for days trying to get I2C working on a NRF51822 board by Holyiot. Through scanning, or using the sample project (samples/sensor/lps22hb) I am unable to detect...
Hello,
I have a project where I need to develop an application for GATT Client. The GATT client will need to:
read the value of a characteristic of a GATT server ...
It would be nice if there was a North American mirror for the Nordic Infocenter documentation pages. Given how many connections back-and-forth something from https://infocenter...
I want to use a sensor with nrf52 dev kit. for the same purpose I am first scanning sensor using twi_scanner example but it does not detect. configuration used for nrf_drv_twi_config_t...
I've been experimenting with dynamically changing advertising data, but whenever I call bt_le_adv_update_data I'm consistently running into the following error.
[00:00:04...
Hello i am new to Nordic. I found intresting examples like central_uart and peripherial_uart in nRF Connect SDK 1.7.0. These examples work well, but i need multilink central...
I thought it might be of interest to note that in the Keil compiler (which for me is code size limited because I do not have $$$ or Euros at my disposal) generates a code...
As said in the title. I can see on this page , under "nRF9160 SiP modem firmware"
that: "It can be used for nRF9160 SiP Revision 1, but only for testing and development...
Using nRF52832 and nRF52840
nRF5 SKD 17.1.0
I have bonding running, and have bonded initially (first run with bonding enabled), and Buttonless DFU upgraded once (using...
I've search DevZone, read the header info in ble_advdata.h, but don't understand when using ble_advdata_encode() is required. (I looked for Hung Bui's blog about advertising...