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...
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...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
I read the NWP-030 White Paper, Power Supply Decoupling Capacitor Selection and focused on the nRF52840 Sections. The document did not go into [Min - Typ - Max] Effective...
Hello -
I am working with the nRF52840-DK board and SDK 15.3.0. In my service, deployed on the nRF52840, I have a characteristic user description descriptor that is both...
Hi,
like described in this post I sometimes get an error = 4 (NO_MEMORY) when calling:
error = access_model_publish(m_clients[0].model_handle, &msg);
How should this...
Hi,
I'm trying to use the ble_adv_slow feature of NRF52 with SDK 13.1.0. Unfortunately it behaves very strangely: it works with a timeout of 100(s) (ble_adv_slow_timeout...
hello i am trying to use ble uart example.
the thing is evrything is connecting pc side and phone but no data is showing on serial port.
anyone knows what is the problem...
Hi,
I am working on BLE mesh using nRF52832. I am publishing custom BLE message in a group using generic client model. I am able to publish only one message for every 3...
Hi everyone,
I am migrating my project from SDK 14.2 to SDK 15.3 and i am using nRF52832 on SES v4.12.
Before putting in a question, i went to the forums and checked and...
Softdevice : S132
SDK ver : 15.3.0
Board : MBN52832DK
Hi There,
i was trying to do the DFU Example (ref : https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog...
Hi,
I am using nrf52840 dongle and tried to program it with the example that was provided with sdk15. I programmed it with ble_app_bps, it successfully paired with my...
Hi there,
I'm working on a BLE project using the nRF52832 and am having trouble implementing flash storage. I'm using SDK 132 v6.1.1, and the flash storage library to save...
I am implementing the Device Information Service, and want to include the bootloader version as "Firmware revision" in DIS and the application version as "Software revision...
I am new to nordic ble chips.
I am using nrf52832 ble chip, s132_nrf52_3.0.0_softdevice
I am trying to update firmware on the air. But I am getting an error that I do not...
Hey,
Up until now I have only been dealing with software. Now however, I want to create a device that I can use to track my bike by GPS and heading. In the future, I want...
Hi
I am having a problem now(maybe a bug).I refer to nest_state.c and access.c build my user_flash.
But some time,when I reset device,write data to flah will be fail....