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 have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hello!
I am currently working with Actinius' Icarus IoT board and I'm trying to get the interrupts to work. This is the boards' pin layout: At the moment I have connected...
Hi everyone,
I am trying to create a system to collect data from different sensors and store them in a FRAM. Then by using SPI, I want to transfer the data to the nRF52832...
Hi,
Trying to build the asset_tracker_v2 application I finally get the following error:
Rebuilding ‘zephyr / zephyr.elf’ from solution ‘build’ in configuration ‘Common...
Hi All,
I have problem running nRF5340 in continuous mode without any external trigger (timer/ppi). I would like to setup SAADC so that last conversion triggered new set...
I want to use CONFIG_UART_0_NRF_UART instead of CONFIG_UART_0_NRF_UARTE. But I don't get any option for this because CONFIG_UART_0_NRF_UARTE is selected by default .
I...
Hello everyone,
I am working on a project based on nRF Connect SDK v1.7.1 that I want to move to the new SDK v1.8.0. But I'm experiencing problems when building the project...
Hi We'll be adding to a design that uses libuarte/UART0. I've tested/run the example code and it's fine. Changing/swapping index from UARTE0 or 1 works fine as does reassigning...
Hi Sir/Miss,
I use SDK 17.0.2 version and softdevice s112 7.2.0 version to develop in nrf52810.
And, I base on this project (NUS with static passkey) which imports CTS_C...
Hi,
In nRF_Connect_SDK's OpenThread's Coap_Client sample, I want to implement the role of both client and server on a single node.
Also instead of sending messages to...
I'm trying to implement the FTMS fitness machine service with the Kinomap app, similar to zwift. using as base the code of the ble_app_rscs of the library nRF52 together with...
Hi,
I understand that Attribute protocol supports commands, requests, responses, notifications and indications.
Can you please tell me if those packets are sent with the...
Hi,
I'm new to nRF52840 Dongle development.
We use some nRF52840 Dongles (packed in a machine) with pc-ble-driver-py for transferring data through BLE.
I can not share...
Hi,
I'm using the flashlog on my nRF52840 to log events. I have an external RTC which I read when logging each event in order to timestamp the event. My RTC code writes...