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...
Hi,
I followed all the steps to get NCS up and running with SEGGER Embedded Studio. However, when I try to open an example, I get this error:
Including boilerplate ...
Hi all,
I am currently working with nRF52832 boards, and I am trying to save some values in my flash memory. I have already created a code for this purpose and I am able...
Hi, I'm currently trying to understand multi-Link and Immediate Alert Server Application (ias) examples in SDK 17.
While I'm analyzing them, I got some questions:
Q1)...
Hi,
I am working on the nRF52832 ,why i can't able to set the low 7.5 ms interval . I am getting the error at ble_advertising_start . Do I want to change anything else?...
We are preparing our nRF52 product for the unintentional radiator test. Currently, the SoftDevice is enabled and we have the low power mode disabled with the following changes...
Hi,
Looking for some guidance on how to use the 'cryptographically secure random number generator' in a Zephyr/nRF Connect SDK application on an 52840
Is this a supported...
Hi sometimes it happen with my nrf52832 based device. The common way I am programming firmware during development is next:
nrfjprog --program fw.hex --sectorerase --verify...
Hi,
I am working on the nRF52832 ,If i want my data to be transmit every 7.5ms then what should I set the minimum connection interval and maximum connection interval ? please...
Regarding that the nrf52811 is able to use direction finding, there is any example for configure a tag with the nrf52811 to be located? Did nordic finally release any AoA...
Hello,
Sorry if it will be long. thanks for the help.
Using nrf9160 dk. The first thing I want to ask is about is the pins. I want to make sure I am using the correct...
Hi
I am currently using nrf52840dk with zephyr, and SPI used to work fine.
Now, as a slave, the kit only reads the data read while MISO is high (this might be what's supposed...
Hi, I am trying to create and FOTA upgradable application on the nrf52811 SoC. I have managed to do the same for nrf52832, but when I repeated the process for nrf52811 it...
Is it possible to use multiple NUS client with NCS ?
One of the problem i see is that nus client callback (bt_nus_client_cb) don't have information about the connection...
Hi,
My application needs to enter DFU mode based on a command from another device connected via SPI.
I see that I could use the following two statements once the application...
In the nRF5340, is the application processor able to run concurrently when BLE transactions are happening?
In previous generations of the nRF family, the application stalled...