Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Baseline: CLI example on the 52832 with SDK v15.3
I assume the issue will be some more undocumented fix.
sdk_config.h
main.c from the CLI example (UART backend...
I was previously working on nRF51822 ble beacon, in which codes flash of hex 20006.
But i wanted to flash a code nRF5_SDK_11.0.0_89a8197\examples\ble_peripheral\experimental_ble_app_blinky...
Dear Team:
Hi team,I just want to know:
1.Can the ESB protocol call the frequency hopping of Gazell? Is there a corresponding description and source code?
2.Can the...
Hello there, I know that softdevice supports up to 20 connections at the same time, but we need more actually.
If i implement a SPI ram to device, is there any change...
It seems NB-IOT can work on different modes according network operator condition, is there any way via AT command to interrogate the nRF91 to know the "operation mode" and...
Hello,
I just created an application that can count the number of rising edges/events on button presses using the TIMER0 peripheral configured as a COUNTER. So far it is...
I am developing an application for Android and IOS. Faced a problem when try connect nRF Connect as central (on Android) to nRF Connect as peripheral (on IOS)
...
What I need?
I should be able to perform scanning, connecting, disconnecting and accessing service from main() (in a infinite while loop) rather than interrupts. I see that...
Hello,
I'm using SDK16 with the s332-6.1.1 softdevice in ANT mode.
When I request a radio timeslot of 10 ms, that works just fine, but if I do anything longer than approx...
Hello,
we have developed a custom board using the nrf9160 SICA chip and are now modifying the bifravst cat tracker example to suite our needs.
Basicaly, it samples from...
I am trying to get my ublox module to respond to at commands, through the programming of the boron module, which is found in this link, but I don't have much idea of how...
Hi.
I am trying to get mesh DFU working and I keep getting "Failed to upgrade target. Error is: Crashed on start packet" from nrfutil.
When debugging the target I see...
I am using the nrf51822 ble with softdevice and want to know if the broadcast can start at a given time, and if the adv_ interval can change everytime? (such as I want to...
Hi Nordic Community,
I'm trying to run app timer in bootloader_secure. But when I add app_timer.c file to project, it built successfully but breaks when execute. I don't...