Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Hello,
We are using the nRF52 DK board and Keil uvision 5.
Using SDK 17.0.0 we can successfully load and build the `examples`. If we choose `examples/peripherals` we can...
Hello, everyone.
I would like to use LSM9DS1, a 9-axis IMU sensor. To test this, an IMU sensor module 'SparkFun 9DoF IMU Breakout - LSM9DS1' was purchased.
This module...
I am working with Zephyr version 2.4 on nRF52840-Dongle for adding ability to scan CODED PHY devices. My host is Raspberry Pi3 with kernel version 5.4.51 v7+, HCI_USB sample...
Hello,
I am trying to run USBD_MSC example using PCA10056 board from SDK15.
It works fine, when creating new file on each button press.
I modified code to create and...
Hello everyone ,
I have question about the difference between periodic message publishing via the module's configuration and publish message by a standard timer.
I notice...
nRF52833 DK i have seen from Images of board that an external antenna will be required(there is a Antenna connector on board). I am wondering if it has built-in antenna or...
Hello,
I am on nrf-sdk v1.3.0 and mwf v1.2.0.
We are updating our product to the above mentioned nrf-sfk version and have noticed that MQTT connection gets stuck after...
Hi,
I enabled flash log backend with NRF_LOG_BACKEND_FLASH_ENABLED set to 1, and NRF_LOG_BACKEND_FLASH_START_PAGE to custom address to keep it as the starting address for...
Hi,
We have successfully created a PCB layout with a PCB antenna following the reference schematic provided by the nrf8001 datasheet. We tested and it is working fine. However...
Hi,
I am trying to interface External Flash (IS25LP064A ) using SPI example in SDK v16. I am able to read the Manufacturer_ID and the device ID from the external flash....
Hi,
Is it possible to somehow read END event register via CPU (not with ppi usage)? If yes, how? I have tried to read value on address from pointer returned from function...
Hi, I am facing an issue my product contains Ble dfu update, I tested my code without enabling DFU and it runs fine ... but after enabling dfu and creating package... I update...
Hello, everyone!
I use SDK v17 and test various functions using App_Timer. The timer function that I want is to turn the LED on for 5 seconds and then turn off after 5...
Hi,
We have been working with a coordinator and an end device based on nRF52840 with nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b
Both devices are Zigbee 3.0 and implement...
Hello all,
I am trying to make use of some Sparkfun libraries for some sensors in my nrF52pca10040.
I am interested on I2C, these libraries use the Arduino library Wire...