Hello,
I am developing a board with the SIP nRF9151.
I'm designing the board with a shared antenna for both the GNSS and LTE signals (Ignion NN02-224).
For the antenna...
Hi everyone,
I'm currently following the "WiFi Fundamentals" course provided by Nordic, and I'm encountering issues with two specific exercises: l2_e3 and l4_e1 . Other...
I will attach my main.c and skd_conifg, maybe i'm overseeing something in code. Also i will attach schematics and pcb. I'm aware of RGB led consumption, in reality it's around...
When version 1.0.0 of nRF54L15-DK evaluation kit will be available and how to distinguish the version when ordered from distributors like Digikey?
In discussion here:
...
Hi,
I have tried buttonless DFU in SDK 12, for which I have a few questions
(1) Is bootloader not needed if I use Buttonless DFU Template Application? However, SoftDevice...
I work with gcc on nordic nrf52 SDK13.0.0.
I see the post:
devzone.nordicsemi.com/.../
But if I try to change the packet in the radio_event_handler in active state,...
Hi I am trying to develop a an application to send data packets over ble using nordic uart service. I wanted to know what is the maximum bytes of data that I can send in one...
Hi,
I'm trying to integrate Bluetooth pairing code from experimental_ble_app_hrs_nfc_pairing example into ble_app_uart example (I have a project based on this example,...
Dear Nordic Team,
I want to know if we can support the real time talking like phone call between peripheral and central by software device. On application layer, we just...
As I have provision a nearby light server, use those serial commands:
In [1]: p = Provisioner(d[0])
In [2]: p.scan_start()
In [3]: p.provision()
How to provision...
I'm building wih Keil MDK-Lite Version 5.24.1 and I just copied the examples for gpiote into my own folder, everything was kept the same (ie copying from C:\Nordic\nRF5_SDK_14...
Hello. I tried to use UART speed 115200. But my slave does not response. I connected slave to the arduino and it is working corectly. I got 2 oscillograms . From arduino and...
Hello everyone,
Currently I'm altering the "ble_app_uart" and "ble_app_uart_c" examples (both under examples/ble_peripheral) to suit my needs. What I currently need to...
Hello,
I have interfaced one sensor with pca10040. I am using sdk 12.2.2. I am sending the data from sensor in advertisement packet(manuf specific data). Now my sensor data...
after the advertising timeout occurs the board goes into sleep mode and then immediately runs from the top of the main function. I know that a pin state change can wake up...
Edit: Rephrased the question to make it easier to answer.
I used flash storage to store a couple of variables between resets in a app made from SDK 12.2, now I am attempting...
hi,
i need to reconfigure the WDT and also change the timer value in WDT. is it possible to do that.
i tried but i can not.
1.configured wdt with timer 5sec.
2.i...
Hi guys,
we are developing firmware for nrf52832 SoC based on the mbed platform.
The firmware uses BLE and few peripherals (timers and pwms). Since our goal is to build...
Is it possible to scan and make Gatt Connection simulataneously from Android app to NRF device.I have seen issues in second connection after disconnection.I have seen second...