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...
Hi folks,
What's the maximum interrupt frequency the nRF51822 can support? I am looking to do an interrupt burst of about 4000 interrupts at a rate 2MHZ or 4MHz. In the...
Hello friends,
I am trying to flash a nrf51 dk with keil5. When I try to flash it with a multilink universal I get this error:
My settings are the following:
...
Hello !
I have a big problem !
I explain : am using the NORDIC nRF52840 board (as slave), to answer to a microcontroller (the master), using SPI. My nRF52840 has to simulate...
Hello.
Some months ago I open this thread .
Yesterday talking with one member of android team, told me that the problem with "pairing/bond" persists with few Huawei phone...
Hello everybody !
My code is based on the code of the "ble_app_template" to which I added my own custom service composed of 4 characteristics sending notifications. Notifications...
Hello Nordic developer, I'm asking my self if it's possible to use a task of one timer like STOP TASK or START TASK as PPI event ? For example, like that :
I expect that...
how can i program in nRF 52840 UARTE. i want to communicate with other serial device using nRF 52840 UARTE communication (send and receive data).
can you send me the snippet...
Hi,
I am developing an ANT+ embedded device (nrf52832, SDK14.2) , that (among other things) acts as a BSC receiver. I have a BCS sensor that is seen in Garmin Edge as 136150...
I want to transfer data using UART to BLE by Baud Rate 19200(using nRF51822).
Transfer data speed need to achieve 2KB/sec up.
How can I do it successly?
Thank you...
I noticed that you have a branch called feature/v6-upgrade for pc-ble-driver. Is that branch usable for 52840 and s140?
By usable, I mean it can be mostly usable and we...
Hello,
I am following the PPK Get started get started of the PPK board.
I am developing on the NRF52-DK (Rev 1.1.0 2017.23) - nrf52832 My SDK is the nRF5_SDK_15.0.0_a53641a...
Hello everybody,
I am using sdk14.2, s132 with Nrf52832. I want to define the pin of the NRF52 as the input and decode the incoming pwm signal. For example, I have a signal...
Hello,
I am working with the BL652 EVK from LAIRD. The EVK has nRF52832 IC inside of the module. I downloaded the " nRF5_SDK_15.0.0_a53641a" and trying to use "ble_app_uart_pca10040_s132...