Hi,my friend,
Now,I use nrf905.Situation is as follows:
I use the NRF PCB circuit of data manual.Nrf905 work, often loss of data.
1.The Product host is to use the stick...
Hi,
I want to use the Blend Micro with more security. I want use a passkey for the Bluetooth connection. For example through the iOS Device.
Is it possible? Static passkey...
How do I receive multiple signals simultaneously at a single receiver (433MHz) with multiple transmitters ?
I am working on a polling system. This one is similar to the audience...
Hello,
I established a connection between my central and peripheral module. Now i want to write characteristic value on peripheral. I tried with sd_ble_gattc_write function...
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...
Hi Nordic Team,
My dev enviroment is as follow:
nRF52832(ble central)+ S132+ SES+ SDK 17.0
We are facing an issue regarding local BLE Address . When we are flashing...
Hello.
I am developing a peripheral roll using nrf52832 (S132 v7.0.1, SDK v17.0.0).
I want to know the information of the device that sent the connection request. Also...
Dear Nordic Team Support,
I am testing throughput on different environments, my goal is to stream data from custom-board to Laptop. I have set up some experiments as shown...
Hi all:
I am using nrf52840 hardware. nrf connect sdk.
I am using file system and mcuboot at the same time. When i call ` flash_area_open (id, & pfa);`, i got a wrong...
Hello,
we developed a proprietary protocol on top of IEEE 802.15.4 user zephyr on a nRF52833. Everything was fine with hal_nordic on commit 74b3b21f60aa3dc9a4364ffc28dbb47ad8b699a9...
When I pair the peripheral with a dongle connected to nRF Connect Desktop application, then disconnect and Connect again, the nRF Connect does not remember that it was paired...
I built the SMS sample without changing anything. I am using a Lebara prepaid sim card. I was able to exchange SMS messages from one cellular phone to another. I checked with...
Hello,
For a long range test between the nRF Toolbox Android app and the ble_app_hrs (in nRF5_SDK_17.1.0 package) over the nRF52840-DK. I would need to setup this board...
Hi,
I initiated pin 28 as SCK of SPI as normal condition, and I'd like to switch pin 28 as GPIOTE while receiving a command via BLE.
Basically this is how I achieve...
Hi,
I have loaded a simple application on my nRF52840 that just activates a GPIO as soon as it reaches the main loop.
The SoC is powered externally according to the chapter...
Hi,
We will create a ble peripheral device and also can handle timing-critical uart request. The uart will be always communicating and response time can't be slower than...
Dear DevZone:
I am developing an evaluation board with the nRF9160 SiP model, but I have some doubts with the software. Does nRF9160 SiP come factory preloaded with any...
Hi,
I try to implement Serial DFU update using the info in the " Add DFU support to your application " at link
https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides...
Hi Team,
When the slave side of the SPI received data from the master side, I want to log the received data to judge If it is right. But, I want to print it by log. it can...