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 am receiving data from a phone, i want to send back a word .
So , this is probably wrong but , to send :
void sendBluetoothData( uint8_t data[], uint16_t length)
...
I am a novice who now deals with nrf52 dk.
I installed command line tools according to the guide in the link above. I have installed several jlink programs, of which I do...
Hi,
I enter problem when I tried to delete bonded data from my example code using pm_peers_delete()
SW: nRF5_SDK_15.2.0_9412b96
HW: PCA10056
example: ble_app_hrs_freertos...
nRF9160 DK: I followed the userguide , devzone.nordicsemi.com/.../getting-started-with-nrf9160-dk
I done with 2 examples: AT Client and Asset Tracker examples. I passed...
Hi,
I am developing against a custom board built around the NRF52840. I am trying to store and retrieve values from flash using the fds module. I am not seeing any errors...
Hi, I am going to use the nRF91 DK to program an external PCB with the nRF9160 on it. The DK documentation says that only 1.8V or 3.0V is supported for external debug/programming...
I am running on a Windows 10 PC.
I've downloaded and installed all the tools for the nRF9160 DK using nRF Connect.
After installing the Segger Embedded Studio, I followed...
Parts of this discussion started on this thread: i-am-trying-to-do-dmx512-protocol
I am using SDK 15.2.0 on an nRF52810. My test board is based off of a Laird BL651 which...
I am trying to setup SEGGER Embedded Studio to program the nRF52840 dongle hardware. I followed the Getting Started Assistant program to set up the development software for...
The SDK version I am using is V15.0.0.
I use the function interface nrf_gzll_set_pa_lna_cfg 。 The following is my configuration information:
static nrf_gzll_pa_lna_cfg_t...
Hi dear community,
I am currently using nRF52 DK which has 52832 on it. I am using it for my bachelor thesis project and want to create simple sensor network. I am using...
Dear,
I am using nRF9160 DK,
firmware: secure_boot & AT_client
and Tale_SIM from Telia, I want to get the current GPS position by AT command?
Is it possible? Which...
Hi,
In a design which should be compatible with the NRF52832 we want to use the NRF52840. As the NRF52832 doesn't have USB, this would mean that the VBUS and data lines...
I am confused because i see documents referring to cmake/ninja and west. Recently it looks like people are suggesting to use west with master branches. Can someone definitively...