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...
Can a "Pin Reset" recover the nRF52810 part if the part has encountered a slow voltage rise, greater than 60 ms, from 0 - 1.7V (described in the image below)?
Hi, I am new to nordic and zephyr and I have a sensor (Melexis - MLX90641) and I would like to test it on a custom board using nRF9160.. I add the sensor into the dts files...
When I open the nrf connect sdk project, it goes like this,
How can I fix it?
Creating solution direction_finding_connectionless_rx.emProject cmake -GNinja -DBOARD=nrf52833dk_nrf52833...
Hello,
I am preparing to develop a design using the nRF52840 and would like any guidance or consideration for an LDO usage. I have found some previous mention regarding...
At 1Mbps, UART will lose data when receiving. When I set it to 230400bps, it works well. I looked at the SDK code and found that too much time was spent in the receiving code...
Hi,
I had asked a question here few months back, about the maximum RSSI that can be seen on the nRF52832 chip.
https://devzone.nordicsemi.com/f/nordic-q-a/73578/maximum...
Hello.
We have several of our own manufactured boards, containing the nRF9160 cellular modem chip.
We use it for HTTP and HTTPS connectivity, on an application based on...
Hello. We are developing using nrf52832 (S132 v7.0.1, SDK v17.0.0).
I'm looking at how to encrypt a string with AES CBC. Below is the code we are considering.
Currently...
Hello.
I'd like to split an external QSPI flash chip so that part of the memory is accessible as raw blocks, and the other part holds a filesystem such as fatfs. Essentially...
Hi
I am using NCS version 1.5.0, I need to drive the GPIO pins of NRF5340 DK using the below library
"#include <nrfx/hal/nrf_gpio.h>"
While trying with this header...
Hello,
I am trying to run the example projects "ble_app_uart" in SDK17.0.2 on nRF52833DK, following the guide shown here: https://infocenter.nordicsemi.com/index.jsp?topic...
Hello,
1- we are using button-less secure bootloader.
2- Have successfully download our application image to the target via nRF Connect mobile App.
3- When target is...
Hello All,
I tried implementing basic cluster, Analog Input cluster and Power Config Cluster. My end application is report "measured tank level" using zigbee. For which...