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...
nrf connect sdk version :1.2.0
application:nrf_: desktop
I use command " west build -b nrf52840_pca20041 -d build_pca20041" , but it report error at last.
I don't know...
Hello
Currently, there are systems that operate with peripherals developed with nRF52832, SDK v.12.2.0. I have a question about supporting this for meshes.
1. Are you...
Hello,
I am trying to send a rather large HTTP payload from the nRF9160, the payload is about 10KB in size. The problem I am running into is that after about ~4KB of data...
I'm actually building a project that need to communicate with sdcard.
i read a lot about that and i'm very confusing when i passed on nordic sdk lot of code and ressources...
Hi all,
I am working on a project which uses a vibration motor. I want the vibration motor to vibrate with different patterns. I have read online that a 20kHz PWM can be...
Hi,
I've found this answer which states that the NUS throughput is around 2-4 kB/sec.
https://devzone.nordicsemi.com/f/nordic-q-a/27044/ble_uart-demo-throughput-is-very...
Hello guys
I am trying to compile the latest nrf sdk with version v1.2.0 it fails with the following error
but when i compile either v1.0.0 or v1.1.0 it is successfully...
Hello:
I am using the QSPI example on the NRF52840 dev board with the objective of implementing SPIFFS. After a lot of tinkering I believe this is not possible due to...
My PC is windows 7 64-bit. I use SDK16 with softdevice. I am porting CDC code to my application as follows. It has 2 issues. 1st: It will cause hardfault if I call the function...
I used dfu_bootloader with integrated usb function to perform jump application test, and found that after the disk is mounted to the computer, if the device is not removed...
Hello,
I am developing ble mesh module using nrf52832 and trying to do DFU for over 100 nrf52832 modules.
but sometime i got some problem that .....
(1)
I see a...
HI ,
We use official hardware and software to develop mesh products. Taking light_server as an example, the test is as follows: Hardware: nRF52840-DK Software: nrf5_SDK_for_Mesh_v4...
Hi!
Currently I'm using the nRF5 SDK and successfully configured the SDK to compile the blinky example for pca10059 (nRF52840-Dongle).
When I plug the dongle and program...
After fixing my nRF9160 DK certifications it now connects to the network and LED4 is on solid. Now that it's connected, I need to learn how to connect to a server and pass...