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,
Greetings!
We are trying to understand how we can send battery voltage to mobile application from nRF52832 based battery operated device.
Please note that we are...
I have tried to connect my NRF 5340 board with BLE application the last few days but had no success. I already tried other solutions like disabling the MSD via the J-Link...
Hi Everyone,
I am new to BLE protocol, and coming to our issue we are working on a project in which we used nRF52840 controller for communication between peripherals in...
Using NCS V2.0.0
NRF52840 DK
Testing Using NRF Connect Mobile on Android
Programed the Peripheral_nfc_pairing Example
when set as a type 2 tag it works and bonds...
Hi,
I have seen some samples like samples\drivers\counter\alarm or samples\ drivers\counter\maxim_ds3231 both using counter API.
Driver for rtc_mcp7940n is placed in counter...
Hi,
I tried configure and run SPI master interface on nRF 5340 DK board using several examples for nRF 5340 but I had some compile errors or they did not work. Is there...
services can not update on ios but its work fine with android can you please help me to solve this issue
i used nrf sdk 14.02 and i also try on nrf sdk 15.02 its work fine...
I've been experimenting lately with tflite-micro on an nrf52840
One of the modules I want to run requires the LSTM operation that is not supported in the tflite-micro fork...
I picked up a project that was last worked on several months ago, updated all the tools, and can't get past this:
I normally use my own checkout of nRF Connect SDK, but...
Hi,
I'm running into quite a strange problem which is that when trying to use SYS_INIT function, getting an error: invalid conversion
from 'int (*)()' to 'int (*)(const...
- nRF connect SDK 1.9.1
- nRF5340 DK
We use the official samples Bluetooth: Central UART and Bluetooth: Peripheral UART to test bluetooth transfer between two development...
good day,
i am using nrf52832 (pca10040) with sdk17.1 and would like to hide/stop the buttonless du service and only make it appear when a command is received. but based...