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...
Hello,
I am trying code (and compile) in C++ with a NRF52832 on Keil UV5.
In the C/C++ options i don't see the compiler option for the preferred language when I open a...
software version :nrf connect SDK 1.6.1
hardware:nrf5340
ble stack:ble 5.0
ble central: iphone x app
ble client:nrf5340 kit
question:I was failure to set Tx len...
Hi, I followed the procedure described here with Nordic Thingy 91 https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/nowi-powered-energy-autonomous-nordic-thingy...
Hello,
I'm currently trying to enable static buffer for MBedTLS as described here: https://tls.mbed.org/kb/how-to/using-static-memory-instead-of-the-heap .
I wrote a simple...
Hi, guys. I'm using both nRF5 SDK v17.1.0 and the S112 SoftDevice v7.3.0 with the PCA10056 (Rev 2 nRF52840 board).
infocenter.nordicsemi.com/index.jsp
I used the sd_ble_gap_ppcp_set...
Hi,
1. In freerTOS, how to improve the printing priority of NRF_LOG_INFO
2. How do I avoid overwriting what I want to print
Thank you for all your assistance. Kind...
Hi,
1.How can I use this function?
2.Can you provide a simple example
3.I have the following information, but I still don't know how to use it.
https://developer...
Hi ,
1. How do I port the NCS V1.8.0 asset_tracker example to NCS V1.9.0
2. The customer code was developed in asset_tracker and failed to port to NCS V1.9.0
Thank you...
Hi,
I have a few thingy:91 devices (~10) and when using the IBasis SIM card, I'll randomly be connected to Telus, Bell, Rogers or Videotron. Some of them do not support...
Hi,
I have implemented BLE OTA DFU using SMP service (I integrated SMP sample ) on nRF25833. Version of NCS: 1.8.0.
I have tested it with nRF Connect mobile app and it...
I want to make a thread protocol based luminaire product, there will be 300+ luminaires and 10+ OTBRs, and then control them through the cloud platform. Now I need to verify...
Hi. I apologize in advance if this question is in the wrong place or is too elementary for this location/audience. I have prototyped a product using two Nano 33 BLE arduinos...
Hello, I developed for my customer, a ZigBee coordinator in last 2019, using nRF5 SDK for Thread and Zigbee v3.2.0. Now I'm debugging to add one new feature, but some time...
Hi
I want to use a mcu to update the firmware in the nrf52810 through uart,I look in the sample in the nRF5SDK1702d674dde\nRF5_SDK_17.0.2_d674dde\examples\dfu\secure_bootloader...