I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
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...
The CAN controller MCP2515 should be connected to the Nordic DK NRF5340 by the SPI interface.
Communicate to Arduino uno
We were trying with CAN sample given
But this...
Hello,
I've tried to request the location via AGPS/PGPS via Location sample in SDK 1.8 but it seems that location is only working with the Cellular method.
I've tried...
Hello there, I am new to your product, and I am trying to understand your library logic and hierarchy. Right now I am trying to figure out what all of these prefix (such as...
Hi, I want to use an NRF52805 with a voltage to frequency detector. If I understand the datasheet, there is one timer/counter and RTC on that chip. Is it possible to set the...
Hello,
How do I deactivate/activate a SDA/SCL line?
I perform a test on an Icarus board with a VL53L1X sensor, everything works fine.
However, in idle/sleep mode, whether...
Hi,
I am unable to view the output of the prink statement on the SES debug terminal. I'm a beginner so please bear with my lack of knowledge.
Should I be looking for the...
I am trying to adapt the zigbee light_bulb sample to run on nrf52840-Dongle which does not have a QSPI flash chip. I see that it crashes unexpectedly during settings_subsys_init...
Hello,
We have product with nRF52811 as Bluetooth receiver and ESP32 as WiFi IC. The ICs have separate antennas, and nRF52811 has LNA with +12 dBm gain connected to antenna...
https://github.com/project-chip/connectedhomeip/blob/master/docs/guides/nrfconnect_examples_cli.md
uart:~$ clear date device devmem flash help history hwinfo kernel nrf_clock_control...
I have loaded up the altium design and can see the pad and via sizes used.
The drill size for the in pad via is very small (0.15mm) which will increase pcb costs and also...
*** Booting Zephyr OS build v2.7.99-ncs1 ***
nrf52840dk_nrf52840 system off demo Retained data not supported Busy-wait 2 s Busy-wait 2 s with UART off Sleep 2 s Sleep 2...
Hi,
Installed the toolchain, installed VS Code, and I think its all linked, but when I try to run even the most basic hello world program it just keeps throwing this error...
hi support team,
i am confused about "advertising extentions" part;
Inforcentor shows example for " Cycling Speed and Cadence Application" only support S132 and S140,...
Hi,
I am developing my own vendor specific USB device with 2 interfaces (data and debug) and 2 endpoints(in and out) each. I based my class on the cdc_acm class.
So far...
Hello ,
hi everyone, in my project i am using internal RTC timer for calendar concept like when i set a target time via UART for every day the internal RTC timer should...