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...
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 have created an application that initiates a timer for 30 seconds and when it expires it calls an expiry function that switches the system off, if no button is pressed since...
If you try to write a program on a board with nRF5340 installed, an error will occur.
I can write to other boards using the same J-Link, so I don't think it's a J-Link problem...
Hello all,
I have scoured the devzone and other blogspots to find an answer to this but so far have come up short.
in short i want to use one NRF552-DK with the adafruit...
Hi,
I made DFU procedure with a distributor (nRF52840 DK) and one target (nRF52840 dongle): procedure completed successfully in approximately 45min
Then I made DFU procedure...
Hello,
I have a problem with a custom board with a nRF9161. I am trying to connect the board with the nRF9161 to the LTE or NBIOT network, and the board doesn't seem to...
Hi,
We've got a board with a fairly limited power supply in production and it's expected to brown out under certain conditions. As such, I need to verify the reset loop...
Hi community,
ncs-2.6.0 I'm using.
I'm trying to enable bmi270 as I enabled adxl362(is already working), both are connected with SPI.
but it shows me this kind of...
In my project I use MPSL for a combination of BLE, ESB and flash sync. The BLE/ESB timeslot handling was implemented following this example: https://github.com/too1/ncs-esb...
Where to find the sample for nrf5340 net core that is written by default. I mean when I use BLE observer sample with zephyr controller there is some code that goes in Net...
Does mcumgr support relay functionality? On one device, I have a firmware image stored in external flash connected to a 9160 and need to relay that image via UART to an on...
In case of peripheral losing keys, but client(Android nrf connect app) still has them. ( shows it is in 'Disconnected + 'Bonded' )
On the next connection attempt, there...
Hi,
I'm trying to build my custom test project with the nRF Docker in accordance with https://github.com/NordicPlayground/nrf-docker .
I've started with this simple script...
I am a BLE beginner and have some confusion about the IQ data of Bluetooth AOA. I used the example direction_finding_connectionless_rx and direction_finding_connectionless_tx...
I'm using nrf7002 to download FOTA from http server over WIFI ,and the file download in the external flash that on the Devboard The project done successfully ,but i need to...