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 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...
I can't seem to be able to activate the iBasis sim card.
I'm in Norway.
It gets passed the initial screen and says the it needs user data. It then pre-populates with the...
SDK Environment: nRF Connect SDK v1.8.0 Target: Decawave DWM1001-DEV. This uses the nRF52832
My application uses more than half the flash size of the nRF52832.
Using mcuboot...
Hi, I'm working on nRF9160 modem firmware update.
For Understanding SPM with secure and non-secure firmaware, I have used UARTE2(secure peripheral) into non-secure firmware...
Hi All,
I am trying to run two UARTS using LIBUARTE.
this is the relevant configuration:
#define NRF_LIBUARTE_ASYNC_WITH_APP_TIMER 1 #define NRF_LIBUARTE_DRV_UARTE0...
Hi Everyone,
sdk : nrf Connect v1.7.0
ide : VS code
I was trying out central_hr sample on nrf52840 dk. I have simulated hrs server in nrf Connect mobile application...
I notice that the fork sdk-zephyr https://github.com/nrfconnect/sdk-zephyr
is missing important errata updates for nRF82510
as it is using and outdated https://github...
Hi, I'm trying to use the pwm driver to turn off or on a dc motor (which the speed will variate via the pwm signal). I need to achieve a frequency between 20kHz and 100kHz...
Hello,
How can I configure for a GATT characteristic which type will be used.
Without defining it will be a byte array.
I'd like to configure for example an int16 number...
Hi,
I am using Win10, nRF Connect 3.9.0, programmer 2.0.0. and I get "no matching trait found" when trying to program the 9160 on my board. I have seen a few other questions...
I am making a central application which connects to a peripheral and uses Peer Manager. The first time I connect, I have to call pm_conn_secure() to secure the link, basically...
Problem connecting nrf51822 and ESP32 BLE with LESC while using static passkey.The ESP shows the following error logs:
W (1280) BT_SMP: Non bonding: No keys will be exchanged...
Hi,
What is the role of the NRF_ESB_CREATE_PAYLOAD()
static nrf_esb_payload_t tx_payload = NRF_ESB_CREATE_PAYLOAD(1,0,0,0,0,0,0,0,0,0,0);
how it works
if i create...
Hello,
I am using nRF Connect SDK 1.7.0 and wrote a light-bulb-device. It has two identical dimmer-endpoints and I reconized there is a bug with the ZCL Groups cluster....
I am using nrfsdk17.1.0 I had used 3 timers in my application. one timer starts in main function, second timer starts in the timer handler of first timer. My second timer...