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...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
The nRF5 SDK zips are available here: https://developer.nordicsemi.com/nRF5_SDK
For previous major versions Nordic kept old versions on the server, e.g. 15.2.0 when 15...
I see there is some information in the datasheet, but i would like to know if there is any data that shows the tolerance of the TX output Power.
you have a graph in the...
Hi, where is an up to date list of all firmware IDs for use with nrfutil pkg generate? There was a table on https://github.com/NordicSemiconductor/pc-nrfutil but it has been...
Hi,
I want to know that through which nodes is my message getting relayed? I want to know the unicast address of each node that relays the message before it reaches the...
Hi all,
I am testing an application that we collect wifi information from ESP32, then encode in JSON format, then send to cloud server in the 1 minute-interval.
However...
Hi,
In another ticket I've found the following about the Nrf52832.
[quote userid="4556" url="~/f/nordic-q-a/14214/how-much-current-consumption-when-we-use-internal-32k...
I don't know if this is the correct place to ask this or in the VisualGDB forum, so I'm gonna ask in both.
At the end of the compilation process, Visual Studio reports that...
I am working with the nRF52840 DK and was looking for ways to use an alternative clock source for the PDM interface's master clock generator. For instance, would it be possible...
Hello!
I am beating my head against my desk trying to read the local identity / hardware MAC address of my nRF52832 chip (On a Thingy:52) using Zephyr and nRFConnectSDK...
Hi,
We just received a custom board featuring a nRF5340.
We have some strange behaviour on I2C1 (twim1). We have multiple sensors on the bus, and only some of them...
I work with NRF52832. Implemented an application based on the "ble_app_uart" example. Everything is working. I decided to add the saving of configurable parameters to the...
Hi,
We are facing an issue where the application data stored using FDS is erased one in a while after OTA-DFU multiple times.
This issue does not occur all the time...
Hi,
We plan to use nRF52832 to start a new project. According with the customer's requirement, all user's data should be stored with SHA3 with 512 bit deep encryption. ...
I'm trying to piece together a thread awareness script for SES as outlined here: https://studio.segger.com/ide_threads_window.htm
I've got an extremely basic script that...