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,
we're using a library which is written in C++ and is using exceptions. As stated here Zephyr has C++ support including exceptions.
Following the docs I set
But...
Hello.
I wrote adafruit's arduino compatible bootloader via J-link.
The write seems to have been successful.
However, after that, the nrf52840 does not work.
Do you...
Hi,
Im using nrf9160 based custom board, nrf sdk 1.5.1. with Zephyr
Im using Uart in DMA mode but have small doubts in implementation
1. what is the max size of buffer...
i am using nrf52832 dev kit. i ran ble app uart and found hat uart pins are set to
Tx: pin 8
Rx.: pin 6.
i want to change these pins to some other pin number but when...
Sorry I have some project with ncs over ubuntu 20.04
I'll do west build -b nrf52840dk_nrf52840 -p ==> it compile
when i Try to debug with west debug it work
when I try...
Hi
Now,I`m trying to use NCS_v1.5.1 to develop mesh(Have been using nRF5_SDK of before).But have a problem on RTT LOG output.
For nRF5_SDK,the "Debug Terminal" window...
I have a problom about using nrf_fstorage_erase won't call nrf_fstorage_sys_evt_handler.
The project is on nrf52832 and using SDK 15.3, Softdevice s132 6.1.1. When I use...
Hi, we are developing on the NRF52833/840, using SDK 17.1.0. and FreeRTOS.
We currently have ESB that use FreeRTOS. The next stage is to develop the BLE function that also...
Hi,
We are evaluating ADC functionality.(We use nrf52832 on a device with sdk 16.)
The evaluation was performed under the conditions with and without offset calibration...
Hello,
Can anyone please provide me some idea about how to combine the mqtt-sn publisher example publishing on data topic with the mqtt-sn subscriber example subscribed...
I've noticed that some of the samples/applications in NCS that use cJSON are
Generating a pointer to a string on the heap
Then publishing that data (which ultimately...
Hi there, I'm trying to combine the BLE Multilink example with the Throughput example, with the hope that I can connect 1 Central to 2 Peripherals and get a high throughput...
I would like to emulate a NFC type 2 tag on a Nordic nrf52833 based device. I have the source code for the NFC driver (nrfx_nfct.c), but I can not find the source code for...
I would like to know if Nordic could provide me with a Zephyr compatible pre-compiled nfc_t2t library (nfc_t2t_lib_gcc.a or nfc_t2t_gcc_no_fpu.a). I managed to link library...