Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
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...
Hi,
For my application I am supposed to evaluate if nordic SPIM & SPIS drivers are working on interrupts..? In the driver file "nrfx_spim.c" I observed the below code...
Hi,
I have some questions regarding DFU:
Does it have its own BLE hardware?
Does it have its own processor? Or it's part of the main one?
Can we synchronize between...
Hi all,
struct spi_config {
uint32_t frequency ;
uint16_t operation ;
uint16_t slave ;
const struct spi_cs_control * cs ;
};
in documentation, it says...
Hi I am recently working on Enhanced Shock Burst (ESB) protocol. where PTX and PRX
and
PRX will communicate upto 8 PTX
i have a question like how a single device will...
I'm working on porting some Arduino code for a Crystalfontz 320x240 FT810 display to run on the nRF9160DK. I'm having some success, But it seems Zephyr has an FT8XX driver...
I use a example application from SDK_DIR\examples\ble_peripheral\ble_app_template\pca10056 base on nRF5 SDK v17.1.0,then use SDK_DIR\examples\dfu\secure_bootloader\pca10056_s140_ble_debug...
Hello there, my application needs to switch master/slave roles after the connection established.
As i know, the initiating device will be master every time in BLE. From...
Hello.
I am developing nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral.
I am creating a characteristic using characteristic_add. I want to set the attribute handle...
Hi
1、 A customer wants to evaluate the keyboard that can run ble and mesh simultaneously with nrf52 chip.
2、I found mesh example in both NCS and nrf5_SDK_for_Mesh_v5.0...
Hi, I am working on this project where provsioner provisions all the unprovisioned devices (nodes) and then sends the LED's data (containing brightness, intensity and pattern...
Hi, I tried running an spi sample program with code as in below, shorted the MOSI and MISO pins and data was visibly received in print statement:
While in the same code...
I have recently bought nRF9160-DK on Mouser, here's the product page: https://www.mouser.ie/ProductDetail/949-NRF9160-DK
On Mouser, it is marked as LTE-M NFC NBIOT GPS &...
In an attempt to do in app DFU I have taken the following resources for inspiration:
nRF5_SDK_17.0.2_d674dde\examples\dfu\secure_bootloader\pca10056_uart_debug
and the...