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...
Hi, I know there are already lots of threads around this but it seems none is like mine.
I'm running my toolchain on a Mac so I think I have a more challenging debug setup...
Hi,
I would like to know is there any shopping sites selling beacon modules that we can configure later based on our requirement?
I searched on few shopping sites where...
Hi,
We are developing a pretty complicated multi-threaded application on nRF52832.
Part of the requirements are storing a large amount of data over time (Megabytes)...
Hi
I am using gpio for input interrupt as below
nrf_drv_gpiote_in_config_t in_config = GPIOTE_CONFIG_IN_SENSE_HITOLO(true);
in_config.pull = NRF_GPIO_PIN_PULLUP;
...
According to PS, external reference min. voltage is 0.83V. However, I've experimented with voltages of about 0.2V and it appears to work. Specifically, I connected a voltage...
Dear all,
I am planning to develop a system which has the same functionality as N550M8CC SoC.
I cannot use directly N550M8CC module because space limitations so I am...
Hello everyone
I am trying to write to SDCARD with FATFS.
Data received from BLE and SAADC incoming data.
Writes every second.
The size is about 100 bytes.
SAADC is 1000...
Hi guys,
I wanted to try out the experimental "ble_app_att_mtu_throughput" on the newest nRF5240 DK. Using Keil, this project is to big for the free version. Since I knew...
Hi everyone,
I have one problem with the application timer. When I change the state of characteristic to the value of 1, the following code is executed:
err_code = app_timer_stop...
Just stumbled upon a few questions, which are hard for me to answer at the moment.
I wanted to do some throughput measurements with the example taken from SDK 14.2.0 mentioned...
What does the QSPI controller inside the nRF52840 do when the ACTIVATE task is started?
Does the ACTIVATE task result in communications with the external QSPI part such...
Hi,
I have a question about the UARTE peripheral.
is it possible to keep the DMA running and let it write to ram in a circular way?
I used DMA on the stm32 before and...