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...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
Hi,
we are trying to send data (a packet of 54 bytes) at 100Hz but our data is not always transmitting regularly.
Much of the time the TX is perfect but every so often...
Hi,
If i need to call zephyr driver API clock_control_off( ) present in zephyr\include\drivers\clock_control.h on LFCLK. How can I do it,.? As an example, to populate...
We have a RFID sensor reader part number RFM5114 , manufactured by Nordic , the sensors we use to read are RFM2100 Magnus S2 tag. Now we have to read sensors RFM2121 Magnus...
Hi everyone,
Is there a way of being able to view the contents of the advertising packets (advertising and scan response) without using a bluetooth sniffer? Is it possible...
Hello,
I made a code on NCS1.5.0. The main function is to realize audio encoding and decoding. It runs and tests normally on nRF5340 DK. When I migrated this code to NCS1...
Hi, While I'm aware that the specs are not yet finalized, are there already any hardware requirement estimates for running Matter over Thread for a battery powered node? I...
Is it possible to perform an over the air update via Bluetooth Low Energy while the sensor is connected, but the app is running in the background? If this is possible, are...
Hi,
I found that when my custom board spend 201 ms to boot up. Because I can't change my board, I am looking for reducing time to boot up.
Do you have any idea and how...
Can you please tell me why I get an -ENOTSUP error when I set the scan .timeout parameter to anything but 0? Is the suggested workaround to use RTOS functionality to timeout...
Hello All,
I have the following issue - a peripheral and a central using nrf52832 with SDK 15.3 and S132 - on the peripheral I advertise with a whitelist - the central scans...
nRF Connect used to work fine. After the 3.8 update it could no longer see devices. At that point a re-install helped.
Then after the 3.9 update it stopped working again...
Dear support,
I am using nRF52840DK (PCA10056) and nRF5 SDK version: nRF5_SDK_17.0.2_d674dde. I am trying to make all the prints in my application to be displayed properly...
I working with the MDBT42Q-DB with the nRF52805 module. I've started from the ble_app_beacon example in SDK 17.1.0. I was able to compile and run the example in Segger Studio...
Hi.
I used sdk 1.4.0 with nrf9160, I used UART2 to comunicate with another mcu. I run fine and no problem.
Today, I update to SDK 1.6.0, I edited UART2 ( in device tree...