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...
I run the Asstet_tracker V2. The part of LTE log is as below:
..... 2022-05-19T07:58:34.234Z DEBUG modem << [00:00:33.314,788] [0m<dbg> azure_iot_hub_integration: azure_iot_hub_event_handler...
Hi All,
I usually use nrf Connect for desktop in conjunction with the nrf52 Dongle (nrf52840 chip) to perform DFU's on my devices during development. but recently I have...
Everything is goes well with nRF5340 but when I connect and try to debug some examples it just gives some errors.
Like " Failed to download application
Generic error ...
I have received a development kit from Farnell. It has version 3.0.0. When I connect an external target, I can't get a connection. It only recognises the onboard chip. An...
To get this example working, both major cellular providers here in NZ, Vodafone and Spark (M2MOne) require a specific (different) APN in order to access their networks.
...
Hi, I want to connect my PC to nRF-52840 through BLE. I git nRF connect for desktop and downloaded the BLE software to another PCA10056 and i managed to connect but i can...
Good morning,
We have a new equipment based on the nRF52840 and s140.
Just now, a new problem has appeared and it is very strange, as it seems to be a ‘random’ error:...
Hello,
I am currently using Fanstel dongle, where I am trying to trigger the USB DFU with nrf connect programmer (buttonless). The example which is provided works on the...
Hello,
I am using an nrf5340dk and I am trying to create a qdec sample using as reference the wheel module.
I have added set the CONFIG_SENSOR and CONFIG_QDEC_NRFX to...
Hello Nordic Experts,
Recently, I have been investigating the radio timing for advertising, I tried to find answers online, but I failed. To explain more clearly, let...
nrfutil is required to program the nrf52840 dongles being distributed at the 2022 Zephyr Developer Summit. west is the tool used by zephyr to install, build, flash, etc. ...
Hi,
I have a QSPI flash device with a weird bug (I think). Basically, when the RDSR command is executed, the HOLD pin needs to be held high otherwise the flash chip status...
Hi,
I'm developing with Segger and nRF52832.
I'm writing a code that makes two tasks into RTOS and sends data to BLE after I2C communication and SPI communication respectively...
Hi, I am using NRF5340 and I want to connect it with a 128x64 oled display with the I2C protocol (Scl, Sda, Vcc, Gnd), I have been trying to connect it for more than a week...
I want to interface 4 Digit Seven Segment display to nRF52840 Dongle and display the data(number) , which is received by it through Mesh protocol. I have successfully implemented...