Hi We are currently porting a project with a custom board and custom netcore image to sysbuild. My current problem is, that we have a custom project for the netcore image...
Hi,
I am using bare metal SDK v1.0.0. On my prototype, I want to use BLE softdevice together with SPIM20 peripheral, physically connected to Port 2. Starting from the BLE...
I have around 140 BLE Scans per second in my environment. I can see them with a NRF52840 with SDK 17 and with an ESP32 as well.
But when I scan using NCS 3.2.2 I only get...
Device : wearable IOT device
Battery capacity : Max 4.2V (Typ. 3.7V)
BLE Tx Power : Tx power is highest when the battery capacity is 4.2V (measured in air, not conduction...
Hello Zephyr Community,
I am trying to contribute a new sensor driver for the **AMS AS7341 Spectral Sensor** to Zephyr (using **NCS v3.2.2 / Zephyr**), and I would appreciate...
Hello
I need some advice on FOTA via BLE on the nRF54LM20B. I use SDK v 3.3.0, building /ns variant.
I managed to get FOTA working to upload an updated image via BLE,...
I am using the nRF5340 development board to program the LBS example from the NCS SDK2.7. After system-off, the current is still several tens of microamps, which differs from...
Hi,
My observations: DSP_PRESENT Macro is enabled in nrf51.h , nrf52.h, nrf5340_application.h files in v1.5.0\modules\hal\nordic\nrfx\mdk path As shown below: #define...
Hi
We are using nRF52832 with SDK17.2 and SD 112.
We are trying to make a NFC_PAIRING_MODE_GENERIC_OOB to a PC with the following System Information:
OS: Windows 10...
Dear All, I have noticed the following issue: In the beginning of my code execution pin 1.09 is high, before I can even call . From what I found in the datasheet pin p1.09...
Hello!
When using the AT%RAI=4 it works as expected for NB-IoT however it does nothing for LTE-M. It is my understanding that it should work for LTE-M. Does this mean my...
I see many questions on how to enable a timer to start SAADC conversion every period (such as 1 hour).
But never found a simple example.
I would appreciate if you can...
I have implemented a OpenThread application. The application connects to a Thread Border Router . I'm using ncs and when using version 1.4.0 everything works fine, I can connect...
Hello, I run a project in SES 4.30c with nRF5 SDK. I just got my computer updated by our IT-department, and now I get a compilation error on my first #include :-) I still...
I have a custom board with an nRF52840 that uses high-voltage mode (5V on VDDH) and the chips internal voltage regulators. This requires setting REGOUT0 to 3.3V. My firmware...
Dear Nordic Team,
We are using nRF52840 based module and using its ZigBee Radio. For one certification purpose, we need to know the max. pulse time (duration) for Tx and...
Hi again,
This is my project:
I have 3 nrf52832 kit and a Android phone. I want use my phone to control leds on those 3 boards. Because the phone dont support mesh, so...
Hi, I'm using nrf connect SDK v1.5.0 and I use SES to build and flash projects.
I use Visual Studio Code for only code editing environment. When I was using nrf5 SDK, I...
Hi ! I'm trying to access the beginning of a packet that is being transmitted, by accessing the SFD. My problem is that I'm not able to do it.
NRF got a function called...
Hi,
I'm currently trying to build a quick frequency spectrum scanning tool on an nRF52840 dongle. I want to sample RSSI on a list of channels as quickly as possible in a...
hello,
we're working with the nRF52833 and are experiencing some issue with the I2C interface during communication involving clock stretching. We're wondering if the errata...
Hello guys,
I am dealing with a problem, i have two tasks with two different spi instances, alone they work fine, but when i want to run both tasks they crash!!