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...
Folks:
I´d like to know if there is a possibility to use RUST language to compile to nRF 52 modules ?
If so, where I can find any information about it ?
Also if...
Hi,
I change the configuration in proj.conf by adding
e.g.
CONFIG_SERIAL=n
It works .
However, I want to change similar things for the mcuboot_menuconfig after...
Hi,
I want to use Zephyr OS with openthread (I use Linux as a dev platform) and I thus have tried to modify the socket echo server to my needs (I am a noob with zephyr...
Hello,
I currently designing fault handling for a firmware for nrf52840 in SES for SDK16.
At line number 68 in the hardfault_handler_gcc.c, assuming a stack overflow happened...
Hello, i have a custom board with lot of CRC ERRORS the same code, of course, works on the PDK. The spectrum transmission seems the same of the PDK.
Is it possible that...
Hi Team,
We are using the UARTE(UARTE1) module with DMA for our application with nRF52840 board, for that we are using the " libuarte " example project. For testing purpose...
Is there an example that shows the "Nordic way" of "continuous" conversions using DMA? I think a timer and PPI are needed to generate a conversion task for each timer compare...
Hello, guys!
We are using nRF52840 SoC together with the 15.3.0 version of SDK.
In our project, we basically want to combine BLE_NUS services together with the ability...
Hello!
DFU works correctly.
I try to enter chip in dfu mode from application by receiving command from SPI.
When command is received:
{ sd_softdevice_disable(); /...
Hi,
I'm using Zephyr with nrf52 and want to setup watchdog support with multiple channels (different timer settings for separate different threads).
I can add 1 channel...
Hi,
I have bought a Thingy 91 and have connected to the nRF cloud etc. and I am getting the sensor data OK.
The GPS is still not working, I have followed the instructions...
Hello,
I would like to calculate maximum range between two devices equipped with nRF52840 transceivers working in the IEEE 802.15.4 radio mode. Can I assume that -100 dBm...
Hello,
I have a question about Bluetooth connectivity issues. The BLE code I'm trying to make will be connected to the smartphone (Android). If phone out of the Bluetooth...
I'm developing a bluetooth device that only advertises data, it's set to BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE and BLE_GAP_ADV_TYPE_NONCONNECTABLE_SCANNABLE_UNDIRECTED...
Hello everyone,
Can I use the latest nrfutil 6.1.0 tool to generate the DFU zip file for the dual_bank_bootloader in SDK11?
If yes, do I need to keep the --hw-version...