I'm trying to read 8 adc channels using SPI, but then if I dont put some nrf_delay_ms the MISO return nothing and the CS is being driven low by default, high or a period of...
Does rbc_mesh_value_enable() API is designed for ? and how should I use it? and what does its parameter handle mean? Is it has the same meanning as the parameter handle of...
I use two nRF51822 boards running the ble_mesh_gateway sample project. I have modify the project slightly so to work on my board(juts modify the GPIO configuration , LED and...
Hi,
I use nrf51822 HID keyboard.
How to add a game-pad report as a second report in the ble_hid_keyboard ?
How to init the function hids_init() in SDK.
Thanks
Gamepad...
VPN Solutions are a guaranteed private network association constructed on top of infrastructure that is publicly available. vpn connection free Providers provide an alternative...
Hello,
I am writing an iOS code using Swift3 to connect an iOS10 device to nRF52 pca10040 and blink an LED. The nRFConnect on iOS can easily connect using the device name...
void in_pin_handler (nrf_drv_gpiote_pin_t pin, nrf_gpiote_polarity_t action)
{
nrf_drv_gpiote_out_toggle(PIN_OUT);
}
This function work with interupt event (push...
Does the nRF52 ( or anyother product ) support ASHA and MFI audio streaming?
It looks like ASHA is supported, I found this:
https://github.com/nordic-auko/nRF52-ble-audio...
Hello,
We're bringing up custom hardware using SiT1532 MEMS 32kHz oscillator. This part outputs a low swing single ended clock source (300mV +/-55mV p-p). I'm struggling...
So we are creating a peripheral with a characteristic meant to keep the central synced with the state of our peripheral. The peripheral is running all the time, could be ON...
1. This is on the stock LPN example, with one change to debug-print `status_code` inside handle_appkey_add().
Here is the diff:
2. To reproduce:
- flash and provision...
Hello,
I am currently working on a product with nRF51822 chip, based on SDK10.0.0. The problem is, after a firmware update, my device fails to reconnect to an Android mobile...
Hi,
I've launched wireshark + nRF52 Dongle successfully and I'm also able to select my device (named EWAT AI-No) from the list to sniff. However there's something I don...
I'm working on a simple project based on the USB CDC ACM and libuarte example, the chip is nrf52840.
A function is redirect the USB VCP data to another MCU via UART, just...
Can a server and a client of dimming example, have same element instead of different element ID.
I got worked for server and client model in single node, but they are in...
I am upgrading to SDK 15.3.0 and SoftDevice v6.1.1 from SoftDevice v2.0.0 (S332 stack). Most of functionality has been ported (BLE and ANT) and validated. This particular...
Hi, I'm trying using a setup with transmitter based on nRF24L01P and receiver with nRF24LU1P using Enhached Shock Burst. The problem is the transmission lock (three failed...
Hi,
I am planning system with a BLE peripheral (using nRF52840) and BLE Central (using nRF52840) that is AC powered.
The peripheral will be advertising every ~300msec...
Greetings,
We have some custom boards/devices with nrf9160. They each hold certificates to communicate with aws-iot. The certificates were flashed using the at_client...
Dear nordic,
I am developing a robot controller(Central, nRF51822).
However, I am having a problem with UUID.
And I am using the ble_central (s130 ble_app_uart...
Hi,
I am using nrfutil to generate a bootloader ota package for NRF52832 soic. The command I am using is
I measure on my ubuntu pc, when this command is...
When I was running the heart rate example, I would report this error below, someone tell me what caused this error, which causes the driver to fail to recognize now. But I...