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...
Hello,
I am programming a XM122/XB122 with segger embeded studio, I carried out my tests by debugging the program and for a while I don't really know what I touched but...
Dear Nordic Team,
I'm slowly feeling my way around DFU via BLE on the nRF5280 with s140, but need a little clarification about the flash and RAM settings in the .ld file...
Hi Nordic,
I want to establish a user controlled connection to a ble_peripheral. I am using the Sdk 15.3, s140 and the nrf52840.
The idea is: Ble_central show all scanned...
Hello,
I am looking for some some example code (for the nRF5340 / nRF SDK Connect) that uses the 'Limits event monitoring' feature (CH[n].LIMIT) preferably using zephyr...
Hello,
we are using a NRF52832 together with the delivered SDK.
There are plenty of example, which is good and helps a lot!
Now we want to build our own app and our...
Dear all,
I'm currently implementing a new wireless protocol using SDK For Thread and Zigbee (4.1.0) (nRF52840DK) accessing the radio registers directly. Reading the example...
Hello, guys!
We started designing our custom nRF9160 SiP based board. We currently feel that the most challenging would be to design the part around LTE/GPS RF networks...
Hi,
I have been working on an application for the nRF52832 using SDK 15.1 (this project started right before SDK 15.2 replaced 15.1, and I am planning to update to 15.3...
Hello,
Is it possible to provision only specific devices. Let's say I have box(with NRF52840 client that will send data to selected devices and NRF52840 provisioner). These...
We would like to implement a USB dongle with the nrf52840 with the following features:
uses USB CDC-EEM
uses DHCP to get an IP
uses some protocol to connect to a server...
I am using SDK 17 and nrf52840. There is one central and multiple peripherals. The peripherals are divided into different groups with different names. The central can decide...
Hi,
We are now testing the new eDRX provided by our operator.
We are analyzing the current consumption depending on the eDRx period to choose the best eDRX configuration...
Hello
I'm working on sdk v17, and I copied the previously created project to sdk in the new path. (to use some of the functions of the previous project as they were) And...
i build app Android and use https://github.com/NordicSemiconductor/Android-BLE-Library version 2.1.1.
I want to connect multiple ble device and communicate with them.
...
Hi, all
I'm using nRF52832 pc10040, s132.
This is ble_app_uart_c example, and I'm trying to read my own beacon device's characteristic value.
I successfully retrieved...