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...
Dear Nordic experts, How do you verify that a (mesh) firmware has an app key assigned? What I'm looking for is basically the Mesh SDK's version of NCS's bt_mesh_app_key_exists...
I used the alternate method of installing nRF connect described here:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.8.0/nrf/gs_installing.html#build-environment...
for those of you who are aiming at a battery-powered NB-IoT device, this book might be worthwhile to look at. I recently discovered it and provided a good starting point how...
Hi
I need to understand what all configurations for ADC peripheral can be managed with dts or overlay files..? Like ADC channel, resolution etc,. Kindly guide me with all...
Longtime mbed user, first time trying zephyr. I'm hoping to find an example application that shows the expected file structure/CMakeLists/KConfig for a project that includes...
I am trying to save the address of program counter when a watchdog reset occurs. In order to do that I use gcc's __builtin_return_address(0) from within the SDK's nrf_drv_wdt...
Hello,
I am a computer science student doing IoT network analysis with an nRF9160 DK and an IoT SIM card connected to the Swisscom network in Switzerland. While performing...
Hi,
I have a device based on the board nrf9160 with an external peripheral which is the flash LE25U40CMDTWG and that communicates with the controller through the next pins...
I am new to Nordic devices. I got a Nordic Thingy91 today.
I want to send the sensor data to my own database using a php api and http request.
The following is the block...
Hello, a newcomer here.
I've just went through your wonderful BLE service and characteristics tutorials and now I'm experimenting with the BLE UART, i.e. proprietary NUS...
I have one nRF5340-DK now and have the basics working. I have even targeted compiles and flashed external nRF52xx devices using the nRF Connect SDK on VisualCode.
Seems...
I am working on UTC time synchronization using SNTP. The timestamp is correctly obtained and set using clock_settime(). I wanted to determine at when to resync with the NTP...
I'm trying to implement the Zigbee coordinator sample on the nRF52840 dongle. Although I've received a little bit of guidance on how to adapt the nRF52840DK implementation...