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'm trying to get started with unit testing in Zephyr by running the sample in samples/subsys/testsuite/integration. I'm using ncs 1.7.1.
I copied the sample to my workspace...
System details:
Board: Custom
Chip: nRF52832
PCA Number: PCA10040
SoftDevice: S132
SDK: Version 16.0.0
Until recently, I have had no issues using the TWI module...
I use nRF52840 in aQFN73 package. Can I assign QSPI contacts to G1, J1, L1, N1, R1, U1 pins? Or should I strictly follow the recommendations from the datasheet? Thanks.
Hi All,
I have an application that wants to send 1 array every 2ms. There are 10Bytes of data in the array.
I will be based on 1Mbps, MTU size = 23byte, Payload = 27byte...
Dear Sirs,
I use the standard printf() function to communicate via UART (with retargeting).
Unfortunately could not find a way to not overwrite a buffer.
The only workaround...
I have configured EasyDMA RX.MAXCNT=256 and set EVENTS_ENDRX. If >=256 bytes arrive, an interrupt occurs immediately. And if only 128 or 10 or 203 come.. byte, then I'll never...
Hi,
I'm using nRF Connect SDK 1.7.1.
Is it possible to mix polling & interrupt driven UART API?
I have a situation in which I want to receive input once in a while...
Hello,
I am using the Bluetooth Low Energy application to interact with my device under development. I notice that if I set the Write No Response property on an attribute...
Hello, I have recently started an evaluation on nRF9160 DK in the UK. I tried to run the Serial LTE or AT Client examples but I was not lucky to register to a network. Using...
Hi to everybody, i'd like to know if there is a way to enable/disable mesh message relying on a node locally by the firmware without using a configuration client or a provisioner...
Hi Nordic, Since the last update of the Programmer application of the NRF CONNECT for Desktop, I've been seeing this error: I've NRF52833DK // PCA10100, and up there it says...
Hi Sir/Miss,
I use programmer v2.3.1, J-link and nRF52810.
After I connect to J-Link which displays nRF52840 in UI. In log windows, it's normal.
Please check below...
I have been writing an app and now changing the bluetooth library to Nordic Android BLE Library. W hile connecting to the device I keep the autoConnect flag on, which lets...
Good morning/afternoon/evening to whoever is reading this.
I am fairly new to working with nRF tools, this is in fact my first time working with this. I have a linux virtual...