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...
this is my code on DFU function, I copy to the example of experimental_ble_app_buttonless_dfu on SDK12.1. I used nrfgo studio to program s130_nrf51_2.0.1_softdevice , boot_setting...
Hi,
I've been working on Thingy:91 under ncs tag 1.2.0, trying to develop simple application using NVS just to see how it works. Based on the zephyr sample I wrote the following...
Hi:
i have some problem about using ble.
in my application has a loop:
1.use ble adv,and Wait for a while,
2.close ble adv ,and using base radio funciton.(do stop...
Hi
I was able to successfully complete the RF output power measurement using nRF52840 DK with the help of Nordic devzone last time.
Based on successful measurement...
Hi,
I use proprietary service to transmit data between raspberry pi and nRF52840 DK. The example I referred to is below.
C:\nRF5_SDK_16.0.0_98a08e2\examples\ble_peripheral...
On the nRF52840, I know the PPI, and therefore any events/tasks, are synchronized to the 16MHz peripheral clock. Here is the quote from the documentation:
"On each PPI channel...
SDK:SDK15.3.0
Example: ble_app_buttonless_dfu project.
MCU : nrf52810
SD: s112
Hi,i want to know how to reduce the ram consumption on nrf52810 sdk15.3.0 ble_app_buttonless_dfu...
My program loaded to a nRF52840 DK unfortunately adresses ports P1.15 and P1.13.
Now the DK is not reachable for Segger IDE and can not be found as a USB device.
I can...
For the connection (peripheral) tab of the online power profiler, I have a question on why if my TX payload is 216 bytes which fits within the LL PDU size, the payload would...
Hi,
I do have customized services in my project to implement,I think it would be easy if we seperate service related functions from main to add services in further.To serve...
Hello, There were some problems while making Bluetooth packet readers.
Packet sent to another device cannot be read in BLE_GAP_EVT_ADV_REPORT.
Is there any way I can read...
Hi. I'm working with the nrf52832 chip, and had a few high level questions I wanted outside opinions on
1) I have a lot of trouble connecting to my BLE device. I frequently...
Hi Team,
We are going to use the NRF52832 soc with S132 Soft Device and SDK Version is 16 for our project purpose, we have some queries on this soc along with these SD and...
Dear,
I am struggle a problem in mesh communication.
Mesh SDK 4.1.0
I used dimmer example.
Two nodes can communicate and work perfectly fine, only if they are in communication...