My attempts to configure the Zephyr device tree to run littlefs on an external SD card have repeatedly resulted in what appears to be the creation of a small littlefs instance...
Greetings!
Briefly summarized: I am trying to generate SPDX files for our project, but I hit some roadblocks while running the west spdx command. I found a way to workaround...
Hello,
I'm trying to make the nrf5340-DK capable of connecting to BLE from multiple devices.
The program is based on: Bluetooth: Bluetooth: Peripheral UART .
I found...
Hi all,
I'm trying to use rtc0 with my custom board build with an nrf9151, but I got a secure fault. I've activated rtc in an overlay file
In my prj.conf
But...
We are implementing a Joiner device using OpenThread on the nRF5340 (with Zephyr, NCS v3.5.99-ncs1-4). After successfully joining the Commissioner's network ("Join success...
I purchased a SIM data from ILIAD and I am trying to connect to network, but the AT command AT+CEREG? : +CEREG: 0,4 instead of 0,5 as I expect.
The lte_lc_connect_async...
In order to reduce power consumption , I configured the RX pin of the serial port with an interrupt , and when the device was asleep , it was woken up by an interrupt , and...
I'm looking for information about bandwidth utilization in crowded environments, something like a sports stadium.
Has anyone at Nordic collected data on potential congestion...
I write some function, it can run ok before I start he BLE function.
When I start the BLE function, the function can not run ok.
but , I get some data from APP throuth BLE...
Hi,
I've written code to use the "gpiote in event" to sense an interrupt from a peripheral (acceleromenter), but as soon as I enable the in event, I notice the current...
Hi everyone,
I was having RAM overflowed with stack issues which were resolved using suggestions here . Now I am facing another issue. While running mqtt I can only do...
I am trying to use the Scheduler to create my own event handler system (similar to a Ti 8051 OSAL system). I'm writing separate classes that can push data/trigger handlers...
Hi,
I use the BDS v1.1 and nRF Plugin 1.2.2 (from 23.Dec.15). My goal is to simply generate a code for the cycling power profile defined by the Bluetooth SIG. I dont change...
Hello, in the NRF Toolbox UART application for iPhone if you navigate the the UART button screen and connect to the nrf52 eveything is fine. You can exit the app (whitch goes...
After some days trying a very simple tx/rx, reading each page of the manual, looking at at this developer zone, etc. I´m still in trouble, with many distinct partial results...
Hi,
I have a problem with my SPIM read buffer.
As you can see below, my SPI device received bytes correctly and answer correctly
My code is based on SPI example...
In the simple_uart.c there is a code:
void simple_uart_put(uint8_t cr)
{
NRF_UART0->TXD = (uint8_t)cr;
while (NRF_UART0->EVENTS_TXDRDY != 1)
{
// Wait for the...
Hello. I wanted to use a receiver on a quadcopter and some becons nearby(+-5 meters). Is it possible to determine the distance IN REAL TIME to the drone?
I'm a newbie to nrf52832 and would like to ask a dumb question here: can I use radio notification to implement a dynamic advertising message? I've looked into this question...
Hi,
As I know that one reading operation requires 2 connection events:
First - ATT Read Request
Second - ATT Read Response
GATT Read Message Sequence
My question...