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 working with a proprietary RF protocol on the nRF52832 rev2. I'm noticing that I sometimes receive bad data over the radio even though the CRC is correct (intermittently...
Hi, We've been developing our prototype with nRF52840DK. Our Zephyr RTOS based code is working fine there with BLE connections and sensors. Lately we've been testing our code...
Hello, I am trying to use the QSPI example from NRF SDK 17.0.2. I am using a NRF52840 dongle with W25Q32 SPI flash. The example works with Fast Read and PP but when I try...
Hi I'm starting to work on a device in which I want to use the nrf52840.
I would like to create 6 PWM signals with different duty cycles and the same frequency (20kHz) ...
Hi,
I was trying to set a receive timeout on a socket, however when I use setsockopt function, it returns ENOPROTOOPT error. Please see below the snippet of my code. I...
Hi all!
I'm able to fully test the SDK example https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_tz_v3.2.0%2Fthread_example_dfu.html and it works pretty well.
Now...
As described in the title I'm unable to find the examples such as twi_scanner that the documentation says is found in /NCS/examples/peripherals. Here is a screenshot of my...
Hello,
I've been doing some work in the ble_app_template folder, using segger embedded studio. I've added a file called app_config.h, with the following code pasted below...
Hello Team,
We are using BL653 Laird module which has Nordic nrf52833 module.
We wanted to use 2 UART ports for our application using Laird BL653 development board...
Hello Team,
My goal:
Live audio streaming over BLE
What I have done:
I have interfaced SGTL5000 with NRF52832 and I follow this link.
github.com/.../nRF52-teensy...
Hi All,
Noticed a bit of a strange issue with my application on my custom board the other day. It seems that the nrf connect programmer has issues communicating with my...
Hello,
here is our setup:
SoftDevice 7.2.0, nrf52840
The problem:
Once the voltage on VBUS drops below 4.4V and there is active CDC ACM TX transmission (from device...
Hi,
I tried to debug my custom board with NRF8240 DK and use JLINKRTTViewer but I'm not able to connect to it.
I'm able to program the external board using P20 and...
Hello,
I use NRF Connect V3.6.1 on Windows 10 Pro - 64 bits with a seeger JLink.
I have updated the nRF programmer to v1.4.9
When I try to flash image in the nRF52840...
Trying to get the provided (Zephyr) TI_HDC Sample running on my nRF5340. Having issues where it doesn't want to bind regardless of address I specify or pins I use. I created...