But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
I am building the: https://academy.nordicsemi.com/courses/cellular-iot-fundamentals/lessons/lesson-2-cellular-fundamentals/topic/lesson-2-exercise-2/ exercise and as part...
Context: I'm trying to adapt the FOTA over WiFi exercise to nrf52840 board + simcom modem. https://github.com/olalonde/ncs-l9-e7/tree/modem-port
I fixed a previous issue...
Hi,
I succeeded in implementing Channel sounding for multiple devices (based on previous samples). But now there is a little difference in how the data gets collected (buffer...
Hi Community,
I'm learning the sysbuild stuffs, try to upgrade my code to sdk v2.9.0.
Exercise 2 - Adding custom image - Nordic Developer Academy
I'm using nRF5340DK...
Dear,
I’m experiencing an issue with performing DFU over BLE Mesh. I have a setup with one node acting as provisioner and distributor. This node has a new image loaded ...
So I will have 2x physical UART provided on my board. I am using printk(), and I want to choose which UART handles console traffic by config options.
How to achieve that...
I'm trying to flash a custom board (schematics in this ticket - Schematic/Layout review request ) using a Jlink EDU mini and keep running into an error message saying it's...
I'm having some trouble with the discovery module. The way the service I'm connecting to has the same UUID for the Bluetooth LE service as for its characteristic. I get this...
Hi all,
Has anyone implemented an MQTT client on an 54L15 before? I have been searching the web and I have not seen a sample program or anyone talking about MQTT with 54L15...
I'm developing a small IoT device that needs to retrieve and transmit its location upon pressing a button. While testing the modem using AT commands, I can consistently retrieve...
I'm trying to convert some code from ESP32 to nRF, and I'm having problems with the microphone input. Mind you, I'm a beginner with nRF, so I'm sure I'm missing something...
I have been working with 2.9.1 but went back to a project using 2.6.1 to flash a nrf5340dk and can still compile it, but now cannot flash the nrf5340dk. I am getting this...
Hi
I noticed one ticket says that "the following combination offers low power consumtion and high througput when needed :Short Connection Interval + High Slave Latency ...
Hello,
I'm trying to use SLM application on ctcc/nrf9161 hardware ( https://github.com/nrfconnect/sdk-zephyr/tree/main/boards/ct/ctcc ) however it seems I'm not able to...
Hello Team,
I have flashed the bap_unicast_server bluetooth sample on my nRF5340 Audio DK. No build or flash errors. When I connect to my phone it connects properly. I'm...