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, there
We made a custom tracker device with nRF9160. During prolonged use, we observed that k_delayed_work_submit_to_queue sometime return -22 and cannot be recovered...
When i change the config NRF_DFU_BLE_BUTTONLESS_SUPPORTS_BONDS to 1
the following error comes, how do I overcome this?
<debug> app: nrf_dfu_svci_vector_table_set() ->...
Hello All,
I am facing binding error if I use UART1 for binding but UART0 is working fine. Refer the below error.
Please let me know the solution to solve this error....
Hey!
I'm trying to adapt a modified version of the open bootloader example for the nRF52820 MCU and have one issue as well as some questions.
I have adapted the build...
Hi,
I am developing a system consisting of a BLE peripheral and central with a custom service (SDK 17, S140, PCA10056).
For the peripheral, I am using a modified version...
I have noted that the code size of my project is reduced by more than a factor of two if I set NRF_LOG_ENABLED to 0. It is also reduced significantly if I set the Log Level...
Hi
I would like a clarification when performing DFU from external flash. This is applicable to both nRF52 and nRF91, I guess, as long as nRF Connect SDK and MCUboot is used...
I have provided the starting address and the size of the flash and ram in the linker script of the gccarm compiler, yet the sizes of the output hex file is different, could...
Hello My name is Yongmin Won and I work at EMC Labs in Korea. It's not different. You are about to operate the N52832 module as an Nrfgo program. But I want Bluetooth BLE2M...
Hello, We are building an OTA firmware update mechanism that relies on MCUBoot and the DFU Target API . We take the implementation of fota_download as an example.
Currently...
Hello Community, I know there are already a few posts on this topic, but I wanted to make sure this is conform with my application. I am trying to program an external board...
Hello!
I am a beginner trying to learn Zephyr using nRF52840 DK.
I tried to build the example present in the zephyr's samples/basic/servo_motor directory.
I made necessary...
Hello,
We intend to develop a new device. I found that nrf52 series can do non adaptative FHSS. Combined with a nRF21540 i would like to set the output to 20 dbm.
According...
I am working on BLE mesh project with Nordic thingy 91 and why trying to understand how to get it working. I previously program NRF52840 on my Nordic Thingy 91 via USB with...