Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
[Dev Env]
nRF51 DK
IoT SDK 0.8
IoT SoftDevice
[Question]
how i change my ip in ipv6_coap_server example use ipv6_address_set / ipv6_address_remove API.
To...
Hi Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
I am trying to use the pc-ble-driver and as a first step want to use the heart_rate_collector example. I downloaded the source as follows:
I then followed the instructions...
Hi everyone,
I have an nRF52832 embedded as part of a dual chip (connected via SPI) and I'm looking to reduce the sleep current as much as possible. I'm currently measuring...
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...