Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
Hi, On both nrf52840 DK and Dongle, the sticker shows 4 info: - PCA board ID - version - year.month - Serial Number/MAC Address Could you please clarify what the last value...
Dear Nordic Community I am trying to get the nrfx adc driver to work with zephyr ( link ). With the help of this post , I ended up with the following code:
prj.conf -> ...
Dear Member,
I want to add ADC the main code,
but I got :
.\_build\nrf52840_xxaa.axf: Error: L6218E: Undefined symbol nrf_drv_ppi_init (referred from adc.o).
I'm using...
Hi, I am not sure whether there is I2C pins on nRF52840 Dongle board as based on the Adafruit Feather nRF52840 Express the pin is P0.11 and P0.12 as shown below: SCL 0.11...
Hello I am learning how to connect timers with gpio via PPI, i working on nrf52832dk.
So far I have connected the RTC 0 alarm channel to the LED no.3 (pin no.19) and its...
Hi, I am Shuang. I am now working on the Bluetooth direction finding function, but I have some problems, and I hope I can get your help.
I have experimented with Bluetooth...
I know Thingy:52-FW project has been marked as deprecated. https://github.com/NordicSemiconductor/Nordic-Thingy52-FW
However, I'm trying to get the development environment...
Hi,
I am using the ZBOSS SDK to develop the zigbee function, and I see that there are
TRACE_MSG(TRACE_ZCL1, ">> zb_zcl_finish_and_send_packet_common param %hd delay %d...
Hi,
based on my previous post/question here and after I managed to cconnect 5 specific address devices/peripherals from my central (DK) based on filtering (solution in the...
When I want to add LTE to my project I've done this by adding
to prj.conf. When I (pristine)build (within VScode, and when using the command line) i get the following...
Hi guys,
I am using the nRF52840 until recently - with the 2t2 library from nrfx - on a Zephyr application over the latest NCS 1.7.1
I wanted to add tag write capabilities...
Hi there
prj.conf
EXR-200-004.dts
main.c
Please refer the .dts custom board file. We took a basic file generated from nRFConnect for nRF52811, and added in some missing...
Hello,
In nRF Connect desktop application, under Bluetooth Low Energy tool v3.0.0, whenever I connect a peripheral device using this application, I see the option to update...
Hi
my application is driving a RGB LED by one wire, this is request a higher sequence , when you drive the RGB LED ,this task can not be interrupt , I am use timer3 to...