The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
Good day. I'm working on a custom board that uses nRF5340 as the main MCU with a WIFI module, nRF7002. The nRF5340 and nRF7002 are wired based on the nRF7002DK. When I uploaded...
My project as above.
I'm developing my code in nrf52832,with nrf SDK v17.0.0.
I try to add some customized params by FDS so that I can get them after the next run.
The...
Hello,
I am having trouble reading an interrupt on an nRF5340. This is on a custom board using the ISP2053 SIP.
We are using the high speed SPI interface on pins P0.08...
I'm unsure if this is the correct place to post since this is not a Nordic-specific issue.
I am using the P100 which is a nrf52840 connected to an HL7800 through a UART...
hi all
i want to use a chip antenna for nrf52840
but un data sheet there is not any sample layout or component details
for example i want to use this chip antenna
...
Subject: Query: Interfacing OLED SSD1306 with nRF52832 on Zephyr
Dear Zephyr Dev Zone Community,
I hope this message finds you well. I am currently working on a project...
Hello! The S140 7.3.0 SoftDevice docs say it requires 0x27000 of flash, but the SoftDevice hex only occupies 0x26634 bytes. This leaves 2508 bytes of hopefully unused flash...
Hello, I'm trying to confirm whether the front-end module (FEM) is actually active in my application. Here is a summary of what I have done so far:
Updated prj.conf...
I followed the example described in https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.2.0/nrf/ug_nrf52_developing.html#fota-updates
and the loaded the SMP Server example...
Hallo,
currently I test several options in regarding the use of advertising. I have a few nRF52840-DK and use Zephyr 2.7-99 and ncs. I have a question regarding combined...
We are using SDK v2.6.1 for our application, along with the Fanstel module WT02C40C.
In our application, we provide internet connectivity to the WT02C40C module via a mobile...
Hi,
I have a makefile generating an elf and then a hex and bin file for a nrf52 project. Now I builded up a zip file for bootloading. Which works as well.
Now in our CI...