Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
Hello Nordic Team, I'm developing an project using VS Code with nRF Connect Extension for an nRF52832 board. The SDK version I use is 2.7.0 , build system is sysbuild . I...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
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...
Hi,
The central part of multirole example is not able to connect to peripheral (other board with ble_app_uart peripheral) and error returned is in the on_ble_central function...
We're using LTE to communicate somewhat large data packets over MQTT, and we'd like to build in some robustness in case the link goes down or a publish fails to receive an...
as soon as I built and run my firmware program on SES ARM 4.22, RF connect scanner can find the ble device (NRF52832). But after 10 seconds later, i do rescan in RF Connect...
Hi, I need to activate uart on pca10059 i can't find where pin TX and RX in pca10059. i already read the schematic and try uart example but end up with can't send or receive...
Hi,
I get an error saying that size_t is an unknown type name when I include at_cmd.h. I checked the source and at_cmd.h include zephyr/types.h, which includes stdint.h...
I want to assign NCP /dev/ttyNCP and CLI /dev/ttyCLI port. I tried this by changing udev.rules. Sometimes usb info command returns ATTRS{product}=="nRF52 USB Product" and...
When I do a "git checkout master" and a "west update" I don't seem to get all of the latest files on the nrf playground.
I can see that there are new GPS drivers in the...
Hi,
I'm trying to generate a ZIP file for DFU update of the bootloader only. I'm using nrfutil 5.2.0 (but also tried the master branch of the github repository pc-nrfutil...
Hi,
Say we want to migrate from the nRF52832 that we're using currently to the nRF52833, what are the implications, i.e. are they "code compatible"?
Br, Ask.
Hi,
I'm working in NB IoT (AT%XSYSTEMMODE=0,1,0,0), trying to communicate with our private UDP server using the UDP_with_PSM sample. After configuring the main.c file (changed...
I have successfully setup the build environment for SES using the NRF Connect Getting Started Guide. I verified operation of my board with the at_client and mqtt_simple projects...
Hi,
We are working on a project based on nrf51822. We have an application that needs to send 2 byte values to the mobile app every 200 milliseconds accurately(ideally 5...
Hello everyone,
I'm trying to communicate ble_app_uart and my customized mobile app(central) with static passkey my code as below
i facing problem when i make connection...
Hi,
Is it possible for me to manually flash the zephyr.bin on the nrf9160 located in proj/build/zephr/? I can flash the merge.hex however I do not want to use the merge...
I am investigating using a front-end module with a nRf52840 in an 802.15.4 application. I have seen the 802.15.4 stack in the nRF5_SDK_15.3.0_59ac345 SDK. It looks like there...