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...
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...
[Duplicate question. See the original post here ]
Dear Nordic team,
I have purchased Bluetooth Low Energy, Beacon module with ARM Core from Tindie
They gave me...
Hi,
Im trying to send data via the NUS service which is larger than 20 bytes. I understand that I have to break down the data into chunks in this case, which is what I...
I am new to embedded programming.
I use JLINKEXE (on Mac) to load the S110 softdevice and my application. When I am in the debugger, the app loads and all runs as expected...
Hi there! Running a bootloder of sdk 9.0 on nrf51822, a problem occurred in a special way. In a normal way, program softdevice and bootloader with studio respectively, then...
I will write time to my ble device and need write uint32_t via characteristic. When i try only (uint8_t)data[0] is correct.
How can I do writable characteristics (uint32_t...
Hi,
I have a peripheral device with custom Services and characteristics which is working properly (I can tell because it got tested with nrf Master Control Panel app)....
My PC completely bricked so I'm setting up Eclipse and GCC on a new Machine. Everything seems to work except I'm getting two odd compile errors on INLINE functions. The compile...
Hi,
i am using blend micro with nRF8001 .. i want to make the bluetooth module to sleep on an interrupt such that it should consume the lowest power.
thanks in advance.
I want to use Seggers RTT for data logging.. but after 199lines the Viewer starts to overwrite the old lines.. so that only the most recent 199 lines are displayed..
Are...
Hello,
I want to use nRF8001,but I'm a beginner for nRF8001,I have no idea how to start my software design.
Could anybody give me some guide about how to start my design...
Hello Everyone
i have been trying to implement the pwm library from the GITHUB inorder to make the buzzer beep sound but after compilation it is showing these two errors...
i want to add a characteristic readable that hold a device TimeCount; timeCount is increasing;
ble client (andorid) can read the characteristic at any time;
how can...