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...
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...
I have %XRFTEST working on the 9160 in every band listed in the datasheet other than Band 14 and 17. Is there a reason these bands are not supported with the test mode?
...
I'm looking into integrating the SoftDevice controller (not full SoftDevice) from nrfxlib into NuttX RTOS. NuttX would already provide the host layer so I would only need...
Hi,
We are evaluating use of the NFC functions on our nRF52840 - based solution (currently we use BLE). I have been able to understand how NFC Tag payloads are setup within...
Hello,
Is calling --eraseall before calling --program the same as combining --program with --chiperase?
Does --recover erase all the areas that --eraseall and --chiperase...
Hi Dev team,
I am working around with the Thiny91 and wanted to have more information regarding the power consumption characteristics of the board.
I have a program running...
Hi,
Please clarify how RF performance degrades from 3.3V (PS) to 3.1V (3GPP), referred in nRF9160 Hardware Design Guidelines v.1.0:
3.1.2 Voltage range The operational...
Hi, I am getting error from socket() function. I cant find definition for AF_LTE family. I am using simple socket() as:
socket(AF_LTE, 0, NPROTO_AT);
It will compile but...
Hello everyone,
I'm having an issue of trying to connect via NRF Connect to my nrf52840 DK boards, but I am encountering the following error messages.
Core0: Error while...
Hi, I want to add an FTP client to my Zephyr projects. I am using an nRF52840-DK with a Quectell BG-96 modem. I want to upload and download large files using PPP protocol...
Hi,
We are developing an application on a nRF52840 using the nrf SDK (16.0) which should connect to a nRF52832 device , read characteristics of two different custom services...
Hi. We have developing a IoT board based on nRF9160 and faced some strange issue. We have realized the reset schematic of nRF9160 in this way
The nRESET pin is pulled...
Hello,
I am using a third party chriptographic engine that provides a dedicated hardware accelerator for AES-128 encryption based algorithms.
I am using this engine to...
Hi,
I am working on SDK 15.2, s132 on NRF52832-based board.
I would like to use the automated tests like here to connect to my devices and do some tests.
My device is...
Hi everyone,
we are using nRF52832 with SDK 15.0.0.
Our device uses one central and one peripheral simultaneously that are running independently. Recently, I've faced...
Hello
I am trying the UDP example, but I can't find the IP address and port number of transmission, also I would like know how to view the code of functions and libraries...