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...
use s132 on NRF52832
when i used sd_ble_gap_connnect () to connected peripheral device,it return NRF_ERROR_INVALID_ADDR
the addr copyed in scan_evt_handler() by NRF_BLE_SCAN_EVT_FILTER_MATCH...
Hi ,
I have made basic binary sensor based on light bulb project,
wanted to add default BIND-TO-Gateway ( Short address 0x000). Gateway is CLI_AGENT .
I am try to add...
select at_client folder
west build -b nrf9160dk_nrf9160ns -p
shows this warning
```
warning: The choice symbol LTE_NETWORK_MODE_NBIOT (defined at /Users/paul_tanner...
Hello, we are using a usb dongle where we have a NRF52840 and RFX2401 PA+LNA frontend. The latter can be controlled with TX_EN and RX_EN pins. Please see attached schematic...
Hi there,
I'm using ARMGCC in combination with Make, nRF5 SDK, nRF SDK for Mesh, FreeRTOS and C++. Everything except one single thing is working. I've just implemented FDS...
I have installed the sdk v 1.4.0 via the toolchain manager (nrf connect 3.6.0). I am using windows 10.
Here are my problems :
First I dont have the launch ide button after...
Hello Team,
We have already done the PoC for the Openthread network. I have created a border router using nRF52840 as an NCP and multiple nRF52840 end devices.
Now my...
If I have a firmware project working reliably on the nRF52810, is it possible to build a single firmware image that will run on both the nRF52805 and the nRF52810? I'm not...
Hi,
I was trying to program my board using SEGGER, but it doesn't seem to be working (log provided in the picture below)
/resized-image/__size/320x240/__key/communityserver...
I was w ondering if I could clarify the GCC version which is suggested for use with SDK 17.0.2.
In the release notes, it states:
However in components/toolchain/gcc...
hi,
I have a puzzle in the BootLoader project
I'm not particularly familiar with the mechanics of this BootLoader
I try to run bootloar in nrf5340dk_nrf5340_cpuapp,use...
Hi
i am trying to use adc in nrf 9160 kit. where i got error "Example requires secure_boot to have SAADC set to non-secure! If not; BusFault/UsageFault will be triggered...
Hello,
I have been trying to implement the Elliptic-curve Diffie–Hellman key exchange using tiny crypt.
As per the API, a random number generator function needs to be...
I am running into a very perplexing issue on my custom board involving use of fStorage and the soft device. When I attempt to write to flash memory using fStorage API (using...