Hello,
I'm trying to setup a nRF Cloud Bluetooth gateway using my PC (with openSuse 42.2 64bits and rRF Connect v2.1.0 + nRF Cloud Gateway v0.9.7) and a nRF52 DK and I...
Hello: I am using an NRF51 dongle. Date on the device sticker on the back is 2015.38. Also using nrf51_ble_driver_linux_0.5.0.
I can see/connect to the device I am trying...
Hey,
I just want to know if anybody sucessfully connected HDMI CEC (One-Wire bus) with the nRF52832.
I would be very grateful if anybody could share the library or give...
As the tittle,can anyone tell me how to save data to the flash with nRF51822 ? I use SDK9.0.0 and S110. before I turn off my machine, I want to save several parameters to...
I use example from SDK 13 ble_app_uart_c.
I changed uuid to my uuid from nrf51 peripherial device. I get event BLE_GAP_EVT_CONNECTED
where made
err_code = ble_db_discovery_start...
dear all,
i need your help.
Where we are:
We use mbed software developer platform.
We have BLE Nano V1.5 + MK20 USB Board V1.0 from RedBear.
We are able to generate...
Hi
When doing a Software reset the RAM contents are persisted, however when doing a Hardware reset via nREST pin on the module then the non-initialized RAM section is...
Hi,
I am designing the ARGO module http://wizcube.eu/argo.html . I am using the excellent KiCAD library https://github.com/hlord2000/nordic-lib-kicad
It seems there is...
Hi, I'm developing a product for a client using nrf52840 which has support for DFU OTA over BLE. I'm using nrf connect sdk 2.5.0 and DFU OTA over BLE was ridiculously easy...
We're using a nRF5340 module on our board, and have basically everything working as we'd like using SDK 2.1.0.
I've tried updating to SDK 2.6.1, and managed to resolve all...
Hi,
In our new project, we are using the nRF5340 WLCSP package and configuring the system ON - low-power mode in our application code. We measured the current consumption...
Hi,
Ubuntu 20.3
vscode + nrf connect extension
when i create new application from exsample project broadcast_audio_source for nrf5340, after build, and flash into the...
Product: NRF9160
SDK: 2.6.1
Modem: 1.3.6 My problem is that FOTA download is breaking up more or less every time our device is doing a SW upgrade. We download SW directly...
NCS version : v2.6.1
target board: nrf5340dk_nrf5340_cpuapp_ns
sample project: "ncs\v2.6.1\zephyr\samples\application_development\sysbuild\with_mcuboot"
I use this command...
app and dfu works after I program the merged hex from bootloader_setting, bootloader, softdevice, app using Program application tab, but if I erase chip, reprogram it with...
Hello,
Because i want to connect more than two headset to one gateway, so i modify the prj.conf as follow
CONFIG_AUDIO_DEV =2
CONFIG_BT_MAX_CONN =4
CONFIG_BT_MAX_PAIRED...
Hey all,
Quick question. If we want to send BLE advertisements, beacons, for just 1-2 seconds, then shutdown into SYSTEM_OFF mode, could we initialize the BLE soft device...
I using XIAO nrf52840. https://wiki.seeedstudio.com/XIAO_BLE/
I am developing a BLE peripheral device using the nRF52840. This device is designed to connect with a specific...
Hi,
Could you please advise, am designing a device using the nrf52dk-52832 in nrf sdk connect 2.5.1 and toolchain 2.5.2 that reads the previously adquired samples data from...
Hello,
We decided to use the 802540 battery for our application with the nPM1300. To get a good estimate of the state of charge (SOC), we did the very lengthy battery profiling...
Greetings
I am looking for a conceptual guide to adding my own services to the BLE stack, with Zephyr. Is there any documentation or guide for this? I am working on the...