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,
This post is just to share with all of you (who would need it) a simple application interface (attached here) that uses the nRF52840 USB since we spent some painful...
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...
Hi,
I'm doing some changes to the bootloader to be able to copy the old app in bank 0 to another extra bank (bank 2) in case of needing to do a rollback without connection...
Hi,
I am using the nRF9160 DK board and want to use it in offline mode (without IoT Sim or services ),
Actually, I am living in India and here we don't have IoT SIM, but...
Hello, I have been working on trying to get Bluetooth mesh to work in Unity trying to support iOS, Android and UWP. I will have to write most things from scratch. At this...
I have just received nRF52840 dongle and I cannot get it programed. I have tried both west flash and nrfProgrammer from nrfConnect.
I have been developing using nrf52840dk...
I'm trying to add the drivers, etc from here: https://github.com/circuitdojo/pcf85063a for the PCF85063a RTC, to my project.
Part of the process involves updating the west...
I am using the http library, NCS 1.4.1 on nrf9160dk and discovered an issue that was fixed here: https://github.com/zephyrproject-rtos/zephyr/commit/ab2f616641b19684455369b1e2a362eb736774cc...
Hello Support Team,
Our product design uses a custom BLE service and solution with the nRF52832 on our own board. Also, this BLE peripheral device does not use any BLE pairing...
Good morning,
To my knowledge, the nRF52833 dk as well as the reference designs are FCC certified.
I'm currently searching the FCC IDs for these designs but I'm not able...
This example automatically create the thread network. Once the button is pressed every 3 second udp is sent.
Issue is I am not receiving the packet on 2nd device. I am not...
Hello, we came across a recurring issue:
There are no executable permission for Linux + macOS for the packed binary:
jlinkarm_nrf_worker_linux
jlinkarm_nrf_worker_osx...
Hi,
I have written the BLE UART code With custom characteristics. I have flashed the code to DK and tested it. but that was not working correctly. Then I flashed the sample...
Let me start by saying we have not ruled out other possible sources of errors at this point. However, right now all the evidence is pointing to an issue with the nRF52840...
I attended the Introduction to the nRF21540 RF FEM for range extension webinar and bought a few nRF21540-DB kits
The first thing I want to do is compare the range increase...
Hi,
We have our own MQTT broker setup with TLS running on a AWS EC2 cloud service. I am building my code based on the MQTT_SIMPLE example. I have only a CA certificate in...
In my project I use nRF52832 embedded in MuRata module. I have a BLE service with capabilities very similar to NUS service.
I've managed to add support for LESC + SEC_MITM...