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...
I'm trying to integrate buttonless DFU in BLE app uart example. I added the file: ble_dfu.c, ble_dfu_bonded.c, ble_dfu_unbonded.c in the project. I added the following folder...
It's battery operation so I want to know how to setup 1sec timer and goto sleep_mode(power_down) after 1sec beacon scanning.
I'm using WDT to setup 60sec WDT reset so I...
Hi,
May I know what is the hardware layout for measuring external voltage using SAADC? I may not be understanding the infocenter or the datasheet for setting the external...
In the `Serial Interface`, the `Bluetooth Mesh Packet Send` command does allow specifying the `Time To Live` (TTL) for arbitrary packets, but there is no field for `Retransmit...
Hello, I have a question.
1. When ancs is reconnected, the machine will be reset, and the software will catch the log as follows.
As long as there are a large number of...
Hi Nordic,
I am using SDK 12.3.0, S130 2.0.1 and PCA10028 nrf51 DK.
I would like to know what would happen in the following situation.
During central and peripheral...
I noticed that in SDK SES projects, the linker file is generated every time the project is build. However, there is no memory map file specified, only a section placement...
I program in nrf52840 using thingy sdk
I succeeded in receiving the motion service.
The output speed of some motion services is too fast. such as raw, heading, gravity...
Greetings!
I'm new in the Nordic Dev Zone, so I apologize if this has been asked before. I just wasn't able to find a satisfying answer.
I read in this foruns that there...
dear
i am using this proj to get dfu functional
nRF5_SDK_14.2.0_17b948a\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_uart\main.c
i add some code in main.c...
Hi all,
I want to see the value of the radio registers, especially the Tx power register, but i can see only the cpu registers in the register window.
I'm using segger...
Hi there,
I am using a nRF52840 development board, I've been able to get the blinky app to work. However, when I put the ble_app_blinky on the board, I am unable to discover...
Hello
Could you provide the compiled code (hex) for the application running by default on the nRF9160DK ? For some reason I am unable to rerun it from the source code provide...
Our products are based on nrf52832 / nrf52840 chips as application mcu which run freeRTOS.
One of high priority task implements algorithm for controlling motor (using QDEC...