Hello, I have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...
Hi,my friend,
Now,I use nrf905.Situation is as follows:
I use the NRF PCB circuit of data manual.Nrf905 work, often loss of data.
1.The Product host is to use the stick...
Hi,
I want to use the Blend Micro with more security. I want use a passkey for the Bluetooth connection. For example through the iOS Device.
Is it possible? Static passkey...
How do I receive multiple signals simultaneously at a single receiver (433MHz) with multiple transmitters ?
I am working on a polling system. This one is similar to the audience...
Hello,
I established a connection between my central and peripheral module. Now i want to write characteristic value on peripheral. I tried with sd_ble_gattc_write function...
I am using the NRF24l01 for my products and looking to buy in bulk(100-1000). Now I know where to buy the just the IC but antenna design is a hard point to break right now...
Hi, my friend,
I've been with nrf905. I use a 16-bit CRC check.
But I encountered problems in use:
1.Nrf905 16-bit CRC check format is CRC-16(IBM):X16+X15+X2+1 or other...
I want to use dynamic memory allocation. After searching these forums, I see the following options:
malloc
k_malloc
nrf_malloc
balloc
I haven't had success with...
Hello everyone I hope you all had a good start to the week. I am stuck with an issue I don't quite get. I wrote code with BLE, FreeRTOS, and GPIOTE as a "proof of concept...
Hi,
I'm evaluating the NCS peripheral_uart example for our needs.
I have an issue with deploying this example to an PCA10040 board. While running the example built for...
Hi All!
I have a problem which i can't really understood. I'm using nRF5340-DK evaluation board, and currently i'm trying to get one of timer (TIMER1 in this example)...
Hello,
I have a Nordic connected to a STM32. The DFU procedure on the Nordic works fine and I am able to upload and run a new firmware in buttonless mode. The Nordic also...
nPM1100 use JEITA profile that has charging range 0-60gc. Most batteries has charging range 0-45gc. Is it possible to limit charging to 0-45gc with this chip, or is JEITA...
Hi,
I am developing a product using the SoftDevcie s140 and SDK 17.0.2.
I have the problem, that the standard FreeRTOS port defines configTICK_SOURCE to FREERTOS_USE_RTC...
Hi,
I have a nrf52832 dk(pca10040 1.2.1), use gpio P0.29, P0.30, P0.31 to connect some external device,
external device working voltage is maximum 2.2v, so I connect external...
While running UART rx and tx calls the uart_callback_set I have set during initialization will stop running. This prevents me from sending or receiving any new UART information...
Hello,
Could you tell me if SoftDevice V7.3.0 can be used in SDK 17.0.2?
According to the following website, you should use Softdevice V7.2.0 in SDK 17.0.2.
https...
Hi,
I use a pca10056 with the "mqttsn_sleepy_publisher" example. Unfortunately, I cant connect to the mqttsn gateway. It throws me:
"NRF_LOG_ERROR("CONNECT message could...
Hi,
I am trying to perform buttonless DFU on my NRF52840 DK. I am using SDK 15.30. I performed following steps for DFU.
1. I flashed softdevice S140 6.1.1 using nrf connect...
Hello,
I've been working with a nRF52840DK and the ble_app_uart example (examples\ble_central\ble_app_uart_c) trying to modify it as needed for my application. The dev kit...