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...
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...
I have gotten the FDS_ERR_NO_PAGES issue multiple times now. In our last pre-production run, it randomly happened to a few units (4 out of 60). For 3 of the units, the error...
Hello everybody, i succeeded to get the output from BME280 and MPU6060 sensors I need to merge them together
Kindly, I need help to Setup prj.conf file
Thanks & Regar...
Hi Team
The max value of IOH and IOL is the total current of all GPIO, or It is the value for each of GPIO pin?
I have read the post https://devzone.nordicsemi.com/f/nordic...
I used 9160 to develop a project for the customer. According to my design, an apn needs to be set before connecting to the NB-iot network. However, when I used at command...
I wrote a bootloader code. The flash space range of bootloader is 0x27000-0x3b000, and the flash space of app is 0x3b000-0x80000, but the app doesn't work. What's the problem...
Hi, I am trying to implement a Data Logger using nRF52832. I am using a Temperature Sensor to get the Temp readings(logs) and a Flash Memory to store those logs. The data...
I tested the Android nRF UART app. Now I'd like to test the same on Windows. If the source code is there, the better. If it is in C ++ even better.
Can someone give me a...
I am at the prototyping phase.
My nRF52 device discovers services on the phone (like Current Time Service, Battery Service, Apple Notification Service, etc…).
I want to...
Hello, I would like to collect GPS and sensor data from the Nordic thingy91 module, then send them to the influxDB cloud without going through nrf Cloud, because nrf Cloud...
hi,
I have a question about the communication between nRF24LE1 and nrf51802.They communicate using the Gazell protocol,Can you help me solve this problem?
1.The communication...
Hi all,
I'm trying to send string data from zephyr software application to mobile nrf connect application using nrf52840 board, how can i send the data ?
~Thanks
Hi,
I cannot compile the sample of VL53L0X with VSC.
I have the following error: 'DT_N_INST_0_st_vl53l0x_P_label' undeclared (first use in this function)
Do I need to add...