Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
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...
Hello everyone,
I am preparing customized board using nRF52840, However, I found that SWDIO and SWDCLK are the only two pins available for programmin g and debugging purpose...
Hi. I tested extended advertising of Bluetooth 5 with examples, ble_app_rscs_c and ble_app_rscs , in SDK 15.2. It works well.
And I added 216 bytes manufacturer's data to...
Hi,
I am doing a job with nRF52832 with keil in initial period. I have two peripherals and connect to nRF52832 via uart, and it runs well. Recently, I migrate the job to...
Hello ,
I have met a problem about the communication between nrf52832 and nrf24le over Gazell. nrf52832 is the device and nrf24le is the host. The problem is that nrf24le...
https://devzone.nordicsemi.com/b/blog/posts/measuring-lithium-battery-voltage-with-nrf52
Following the calculations as so, I have worked out the necessary capacitor values...
Hi,
I am using the command line tool nrfjprog to read the device MAC address using the following command:
nrfjprog --memrd 0x100000A4 --w 8 --n 6
I am connected using...
hello,
I want to use nRFgo studio download hex for NRF52810, but I have a problem as follows:
I do not know how to solve the problem, thank you very much!
best regards...
Hi,
I'm using an application based on the light switch provisioner example (BLE mesh 2.2.0).
I'm wondering if the following is possible:
- Request all provisioned nodes...
Sir/Madam,
I am developing application software using nRF51822 in keil microvision 5 IDE. I want to know how to download the hex file without using KEIL IDE. I found the...
I'm looking for an equivalent simple DFU bootloader over UART similar to the HCI example which was provided in the nRF5 v11.0.0 SDK.
Currently, I'm developing with the Sparkfun...
hi,i have a problem! How to Optimize code space in nRF52810,s112,SDK15.2.0,example ble_app_hids_keyboard.
my method is that disable all the code which run in main function...