i set up an coap/iot environment and but i was getting error while compiling code for adc i followed steps from this post devzone.nordicsemi.com/.../ here is the problem
Hi all,
I've developed a broadband vibration energy harvester that is able to pick up uW of energy from just a couple Hz all the way to 150Hz. I'm currently looking for...
We use SDK12.10 Main.c (d:\nordic\5142xx\software\org-sdk12.1\nrf5_sdk_12.1.0_0d23e2a\examples\ble_central_and_peripheral\experimental\ble_app_hrs_rscs_relay.
My question...
Solved: Well, turns out delay and SCK doesnt work well together haha. I imagined the sck signal to be a background thread of some sort. I was wrong.
Hi guys,
at the...
Hi
Im looking for a developer in Denmark to discuss ble technology with. Im trying to get better to understand the technology, because i have some ideas involving beacons...
This system does not work if I enable the third Pipe (Pipe2) .
The system is working without any problem as one RX and two TX (Pipe0 and Pipe1).
The problem on enabling...
Hello,
i have read if not all posts about writing to FLASH while using BLE. But could not find the desirable method.
What i would like to do is to write to flash from...
Setup and goal: I'm developing an BLE central app and would like to use scan address filtering to find a specific device. I enabled the filter and provided a hard-coded BD...
Hello,
I successfully downloaded SAADC SDK example in the peripheral folder. The hardware setup is as below ,
The pin configuration for this is as below
...
I tried implementing
https://github.com/andenore/NordicSnippets/blob/master/examples/temp/main.c
But i get 2.6V without connecting any of the Analog pins.
Exactly...
I have attached an Arduino INO file that I wrote early on in a project. It runs a probe. It is an amazingly simple probe but especially important. I am making a simple opacity...
Hi Team,
I planning to use vibration motor with nrf52832.
vibration motor will give maximum buzz on 20.3KHz(50 duty cycle).
So my question is
- Can I achieve 20...
Hello I would like to use the extended advertinsing packets from Blutooth V5 as used in the "ble_app_rscs" example. My problem is that I can't connect via the extended advertinsing...
It looks like NRF_LOG_INFO doesn't copy the data that is sent to it as per the below example. Is there a way around this so that I can reuse long buffers that contain either...
Our purpose is to integrate BLE 5 in our embedded application, and do it quickly.. We basically need to send/receive data with maximum throughput.
Per thread below, we are...
I am having some issues bootloading the dwm1001 board.
I am able to flash over UART and BLE using nrfutil and nrfConnect with:
s132_nrf52_6.0.0 softdevice
pca_10040...
Im trying load a TWI sensor custom built with LIS3DH, and it is showing following error.
The xml file looks as below
Can you kindly guide me, how to resolve...
Hello. I'm trying to create a new project or open existing examples with eclipse.
I tried to import "Existing code as Makefile project" and File->New->Makefile Project with...
I would like clarification on the use of the nrfConnect programmer for RE-programming the "dongle" a.k.a PCA10059. NOTE: NOT "programming a virgin dongle" Reference: The user...
I'm having trouble with certification in China. Here is what they are getting for spectrum using the nrf52832 with the nrf_radio_test_example. The lab is saying that this...
Hi,
We need send packets continously, and need adjust TIFS slightly when real packet interval is shorter or longer than expected.
The radio shorts register is set to RADIO_SHORTS_READY_START_Msk...
I tried implementing the custom BLE example in the below link Im facing two problem 1. ble_cus.h header file throws error
Main
ble_cus.h
ble_cus.c
The error...