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...
Hi,
i just renamed main.c to main.cpp.
In file included from ../../../main.cpp:57:0:
../../../../../../components/libraries/experimental_cli/nrf_cli.h:597:1: error: expected...
Hi,
I'm using BLE on nrf52832 and softdevice s132. It seems that when I send too many packets (around 45), the ble crashes. Is there a way to increase that number or at...
Hi,
I am trying to build a thread network using a border router nRF52840 with a Raspi3B+ and 2 others end-devices nRF52840 connected on a CPU Ubuntu 16.04 LTS.
I have...
Hello everyone~
As the SDK 12.3.0 hasn't be updated for a long time and the nRF51822 can't use a newer SDK, there are some difficulty about using SES with nRF51822. I...
Hi, I'm using nRF51801QCAB for our BLE communication develop. I was used SDK9.0.0 before,it is worked well,but SDK9.0.0 does not support numeric comparision when bonding....
I want to add USBD function in other projects, but there is an error:“..\..\..\..\..\..\components\libraries\usbd\class\hid\generic\app_usbd_hid_generic.c(257): error: #20...
Hi,
Furhter to this post , I still getting unexplained behavior.
I use timeslot api to generate a burst of 10 hard-real time-pulses 29000us apart.
For the first 9 pulses...
I am using the nRF51422 device with the SDK 11. When building the ble_app_proximity using Keil uVision I am met with the following error: " Code size of this image exceeds...
I've downloaded both v15.2.0 and v15.3.0 documentation packages and the pages that reference svg images do not render in Chrome (for example ./nrf5/iot_intro.html). When I...
I am using the nRF52840 dongle to gather data via peripherals and send it via a serial port similarly as the cli example, for that I'm using the nrf_cli_fprintf() function...
Hi all.
I want develop device with nRF9160. goal - to get smallest size with chip antenna.
I not so good in RF design, so usually I using recommendation from datasheets...
Hello,
We have an nRF9160 DK and have successfully set-up the tools necessary to re-flash and write firmware for the DK using Zephyr and SEGGER Embedded Studio. We are planning...