I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
Hi Nordic Team,
I have a installed version of Segger Embedded Studio with both the normal version , and the "Nordic Edition".
When i build a sample project with nRF connect...
Hello,
Purpose: Adjust 5340 frequency offset.
I want to use software adjust the internal load capacitance, but I don't know how to do it.
I found this below.
Can...
In a project using NRF52832 and SDK V15.3, we're having random crashes which have been isolated to a NRF_ERROR_BUSY (17) in components/libraries/log/src/nrf_log_backend_uart...
Hi, I am trying to do unit testing of my application, but at the moment I am not able even to compile and run a test of the example. I am using ncs v1.1.0 following this example...
I downloaded the following repo from github: https://github.com/NordicPlayground/ncs-display-ble-example , applyed the patch and i uploaded the scketch to my nRF5340DK , but...
Good Afternoon, I recently got an nRF5340 PDK kit and would like to get OpenThread examples for this board.
If possible I would like to demo the OpenThread CLI example....
I'm using this code to handle interrupt and power down the device. However, this code is not working the softdevice.
I just want to power on and power off using an interrupt...
Hello,
I am working with the nrf_cli_ble_uart (SDK16), I am able to connect, exchange data, however when I disconnect I got an assert :
It is indeed in ble_nus.c ...
Hi Nordic Team,
I am using a simple GPIO (tx/rx controlled via GPIO) FEM (PA/LNA) with connected to nRF52840.
I know I am allowed to crank up the TX power of nRF to +2dBm...
Is there support in NCS for MCUboot images encrypted with a different encryption key (not the same key as the signing key)? How is that configured (via prj.conf, etc)?
Hi, I have a nRF5340 based target board running SMP server plus MCUmgr. My ultimate goal is to reproduce on Windows the DFU over serial I already do from Linux. Tese are the...
Im trying to interface ADXL345 with nrf52DK via I2C. Im using the reference drivers in below link
https://devzone.nordicsemi.com/f/nordic-q-a/40822/adxl345-and-nrf52832...
Hello,
I am trying to connect a BLE HRM strap with nrf52382 using example/ble_central/ble_app_hrs_c/pca10040/s132
I am getting this on debug
<info> app_timer: RTC...
Hi,
I am having issues programming my custom nRF5340 board and was hoping to get some advice on the issue.
When programming using nRF Connect for Desktop (Windows 10,...