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...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
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...