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...
Hi,
I would like to store firmware version number at a particular offset from the application start address so that it can be retrieved by boot loader as explained here...
Are there plans to release the files for download instead of online-only access through the Infocenter? It was always so nice to have them on-hand to grep in the previous...
When I try to compile DFU examples, I get the following errors :
"..\..\dfu_public_key.c(20): error: #35: #error directive: "Debug public key not valid for production...
I have my custom board wired to the nRF52 DK. Using the SAADC example code located in GitHub I am trying to set up SAADC to measure the coin cell battery that will power the...
I am sending and receiving streams of data over BLE.
Do I need to add a checksum byte for every GATT write/notification/indication to ensure that my data is not corrupt...
Hello All,
I am interfacing nRF905 as a receiver mode which are interface with nRF51 DK.
As a transmitter used this module www.alibaba.com/.../RF-100m-transmission-distance...
Hi,
I'm facing a little problem with custom service characteristic. I've set char settings as follows
attr_char_value.init_len = sizeof(uint8_t);
attr_char_value.init_offs...
Although this is easily fixable, Nordic engineers should be made aware that they made a minor change in SDKV12 that breaks makefiles on the Mac.
In /components/toolchain...
Hi,
I have downloaded the latest SDK12 for nRF52.
And i tried out the new "BLE Secure DFU Bootloader" example.
But i found that doing the BLE DFU with nrfutil on...
Hi,
I have nrf52 DK and sdk11.
I want to implement the time using internal RTC , the clock should run if the power is off ,i'm implementing in central code ,it has to...
Hi, I'm planning to add bluetooth LE support to my Arduino based project. I want to use nrf52832, but I couldn't find any example on Arduino interaction with this radio. I...
Hello. I have the need to get a device's unique address that remains stable across device firmware upgrades, etc.
Before SDKV12 I've been using sd_ble_gap_address_get(...
Hi
I want to know how to use ppi to wake up CPU from IDLE mode.
I've tried to use timer timeout event for triggering Port Event and wake up CPU, but can't assign NRF_GPIOTE...
I have been using a module of nRF52832. I write the Direct test mode in the module, to measure the current consumption of the Tx and Rx. DTM setting is + 4dBm, DCDC off. As...