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 all,
I use nrf52 for continuous receiving when enabling the shortcut of END_START.We know when the shortcut of END_START is enabled,the radio start task is triggered...
Hi guys.
I'm using the nRF Mesh LED example and I'm using my Android/iOS phone as a provisioner. After provisioning, I was curious whether the phone can visually represent...
hi...
i am using latest sdk 3.1 mesh ,nRF52832 development kit while i am building it showing error "boards.h no such directory found ", even tools are set .how to solve...
Hallo everybody,
In or project we have an energy harvesting circuit. Because of this energy harvesting from an piezo we don`t have enough power to charge all supporting...
hi,could i ask you what should i do in order to use ant on the pca10056 board? i added the s340 softdevice but no example works on the board. thanks a lot!!
I am working on a MQTT related application on nRF9160 DK, and grabbed mqtt_simple as a baseline for development. All of my libraries are back at the last tagged releases:...
Hi, I'm confused, according to Bluetooth 4.0 Specification bytes are send in Little Endian byte order, and with LSB first in every byte. So when I receive raw data from characteristic...
When running "pip install nrfutil" I get this message - "Could not find a version that satisfies the requirement antlib~=1.0b (from nrfutil) (from versions: ) No matching...
Hi all,
In Nordic SDK ble_app_gls Example , the following UUID is added as part of Advertisement packet
static ble_uuid_t m_adv_uuids[] = /**< Universally unique service...
Hello,
I'm currently building a project for the nRF52 (using SDK 15.2). I need to have 2 ADC channels, 1 for temperature sensor and 1 for battery level. I figured that I...
I want to let nRF9160 communicate through UART with 3.3V logic level, but the logic level is originally 1.8V.
I have been reading nRF91_DK_User_Guide_v07.pdf, but I'm not...
Hello,
I'm working on the implementation of some custom services and I started to question why the SDK implements the service modules as instance managers (as of SDK 15...
We are having an issue with pc-ble-driver ( https://github.com/NordicSemiconductor/pc-ble-driver ). We're using the nRF52840 dongle. We have compiled and run the `heart_rate_monitor_v6...
Hi,
I want to communicate with a legacy device nrf24l01p+ based using a nrf52840 DK.
Firmware of legacy device setup the card in this way:
I take the esb_ptx esample...