Im a bit stuck here.
I have the following code, trying to communicate with a flash memory:
Overlay:
code:
I get the following error message:
error: ...
I have a nrf9151dk with a nrf7002ek shield. The nrf9151dk has the DECT NR+ PHY firmware running on the modem core.
I would like to do Wi-Fi positioning with the nrf9151dk...
Hi, I am trying to understand periodic advertising and some basic questions:
I am using periodic_adv example from the NCS.
I see teo ADV data defined in the file as...
software:ncs 2.5.0
hardware:nrf5340 dk
hi professor,
According to the article at https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/optimizing-power-on-nrf53...
Hi I have recently bought the product nrf52840 from Digi key, i have dumped the code so many times but now days it is showing the error. the issues is whenever iam trying...
Hi everyone,
I’m a complete beginner and need some help. I’m working with two XIAO nRF52840 Sense boards: one as a central and the other as a peripheral. My goal is to send...
So, I am updating our advertisement data on a regular rate using a timer from freeRTOS on custom piece of software the is for the nRF52840. When only the app code is loaded...
Hi,
I'm trying to deal with long write events (37 bytes long) but on adding a second long write characteristic I'm facing the NRF_ERROR_NO_MEM error on adding it.
The...
Hi Sir,
Since Zigbee_Thread 3.2 released, we prepared two 52840-DKs for consumption test.
One is the door lock example (device #1 Thread_Zigbee_3.2.0\examples\multiprotocol...
I notice that the question has been asked as far back as 3 years without any answer!
There are several parts of the datasheet that mentions internal reference voltage sources...
Good morning Mrs
I have a bluetooth module SKB501 which integrate a NRF52840 chip. In that NRF52840, i want to test a code (ble_app_uart) include in the "nRF5_SDK_15.3.0_59ac345...
Hi. We are using RTC2 in our application to trigger an event at 256Hz. We also have a compare running to trigger a compare event at 32Hz.
I have found that over an hour...
Hello guys,
I am using nRF52840 and SDK 15.3.0. Trying to use SPIM3 device because of the speed.
In my sdk_config.h file, I set both NRFX_SPIM_ENABLED and NRFX_SPIM3_ENABLED...
SDK: 15.3.0 Example: ble_app_multirole_lesc Device: EYSHJNZWZ (nRF52832)
I want "nRESET" to be set without pull-up. How can I use "nRESET" without pull-up?
Hello,
While importing the needed libraries for a project I stumbled upon an error in the app_error_handler_gcc.c and app_error_handler_iar.c files. The error is
nrflibraries...
I am using a SPI peripheral on the nRF52832. If the SPI bus is busy when I call
err_code = ble_advertising_start(&m_advertising, BLE_ADV_MODE_FAST);
the routine returns...
Hi, I'm working on a simple SAADC acquire in scan mode.
I create the two following function:
I was able to init and read the adc without problem.
If I remove the...
Hi All, I'm doing some investigative around existing mesh models. In the Mesh Model Bluetooth Specification, Section 7.1, we have a specification, for example:
Generic OnOff...
Hi,
I am considering now the timings during a BLE connection, especially for long range. For that I came across the range delay given in the latest BT Link Layer Specification...
Dear nordic,
I have application that developed using development kit pca10040 . I want to change it to supporting nRF52810. i follow the instruction the link :-
http:...
Hello,
I am developing a solution that measures values on 2 AIN channels in scan mode with the following setup:
- differential mode
- no oversampling
- no burst mode...