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...
Hi, I want to use the components directory that comes with the SDK as much as possible isntead of the "packs" which comes with keil.
This is what I've selected in a project...
i have two tablets and one peripheral.Now with the code i have i connect to only one device .if i want to connect to same peripheral with another tablet i have to remove the...
Hello:
I have used the nrf52832 .when the radio have get a packet and disable the radio.I find the "NRF_RADIO->CRCSTATUS" register is "1" ,why?how "NRF_RADIO->CRCSTATUS"...
I am developing a BLE remote which will work with Android and iOS(as a remote shutter for camera). I used nRF's HID keyboard example as a base but it does not have volume...
Hello,
we are using the example ble_app_uart_c as basis.
I found out , that it takes about 650ms after Reset / Power up before i can send a string over ble.
The connection...
Hey there, I have a problem when use the command nrfjprog --memrd xxxx.
I was running a simple blinky led example on a nrf52 custom board, then i read some information from...
Hi all,
I am working on a project which receives data from UART (15 bytes at every 40ms interval). I want to store 1 minute of data on the NRF52832 RAM before sending it...
I have peripheral BLE device which can have several centrals in its whitelist. It should be able to connect to central with higher priority first, for example: device have...
Hi
I was using sdk 14.0.0. And I was adopting s332 as a soft device version and I was developing. However, when I go to Nodoric homepage and look for information, there...
I have an application for the nRF52832 which is working fine on SDK 12.3 and I am trying to port it over to SDK 14.2.
After some tweaking I have got the application ported...
I used example ble_hrs_freertos_app of SDK nRF5_SDK_14.1.0_1dda907.
I added one task for LCM (XPT2046) in the example.
i used the function :
When added the display...
Hi,
IC : nrf52832
SDK : Mesh_v1.0.0
I am testing the light_switch demo of the Mesh_v1.0.0.
I don't have 32kHz osc on my server board, so I have to change the clk...
Connect USB to PC, no "JLINK" device. But connect USB to PC and press reset button at same. I can see "BOOTLOADER" device.
How can I get my board to normal?
I am trying to create a network mesh using the multiperipheral example.
In the original version the communication is possible only:
central >> peripherals
peripferals...