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...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
when i downloaded a git-hub ble-advertising tutorial and then tried to compile using segger. it gave me this error.. i am using nrf_sdk_5.2 and soft_device of S140.. i cant...
Hi,
I've got a suggestion to use for nRF52832 Multilink Universal FX or Cyclin FX programmers.
Even though the Segger programmer only suggested by Nordicsemi.
Can you...
Hi,
Last week I bought two NRF9160 DK. I downloaded the nrf connect on pc and then i followed the steps carefully from this webpage https://devzone.nordicsemi.com/nordic...
Hi,
I'm trying to send out 3 bytes just before I reset the chip. I am using nRF51, SD 130 1.0 and SDK v10.0.0. UART works well in other parts of code.
My original solution...
I'm using the nRF52832 +SDK11.0.0 +s132. I am making a making a library with floating point calculations and compiling it with GCC. A couple of test functions are:
I noticed...
Hi, noob question here I'm sure, haven't done any development in a while..
I'm trying to use the <windows.h> library for my program. I am using SES for my project. I added...
Hi,
I noticed that some of the GND_Shield pins on the nRF9160 (described in the product specification) are not connected on the nrf9160 DK. Why are they not connected to...
Hi ,I'm using nRF52832 Bluetooth DK and (SDK15.3.0) , I am trying to switch between beacon mode and uart mode without the need to reset button , e.g with reset button from...
Hi,
using a stock nRF52840 dongle and willing to enter bootloader (same as pushing the relevant button on the dongle) from app. How can that be done, using stock bootloader...
Hello,
I am using custom board with nRF52810 (QCAA, QFN32), SDK14.2, and softdevice S112 v5.1.0/S132 v 51.10 according to the compatability matrix. I am programing the board...
I have a question about LE Secure Connections (LESC).
As an example, consider the following behavior. 1. "Device A" scans as "Central". 2. "Device B" advertises as "Peripheral...
I have a question about "Importing Keil projects".
I want to run "ble_app_multirole_lesc (SDK V14.2.0)" using "SEGGER Embedded Studio". However, there is no project file...
Hello,
Currently, I have a product with the nrf52832 SOC and my customer wants to know its life-cyle.. (approximately)
just to take into account possible replacements...
I have a question about LE Secure Connections(LESC).
Is it possible to pair with multiple devices in multi role operation? I am considering the following connection. ・Peripheral...
I'm using ble_app_uart_c example with NRF52840.
And i want to read the beacon device id( 8 byte ) at Central(nrf52840).
The ADDR value could be verified through the questions...