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...
The Project (on a NRF52840) is setup to use an external toolchain (for C++) and we use the S140 softdevice (v7.2.0) for BLE stuff.
1. without loading the S140 hex file and...
Hi,
In nRF_SDK_for_Thread_and_zigbee, we were using the following function to enable thread coap in both server and client role in a single node:
I want to implement the...
Hello,
i've two nRF5340DK (QKAAD0 2050AC),
1.when using NCS1.8 create project, cupapp / cpuapp_ns / cpunet Which option is it?
2.how to know it is 128 or 64 MHz Arm...
I'm seeing an issue where a Mesh Proxy node temporarily stops relaying mesh packets to other nodes. The problem seems to persist for roughly an hour at a time. In other words...
Hello !
1. In some legacy code I have found that radio channel is configured twice
NRF_RADIO -> FREQUENCY = channel;
NRF_RADIO -> DATAWHITEIV = channel;
Can...
Hi,
I would like to port an existing contiki-ng code to nRF Connect SDK. Within this code, I need to sample the 2.4GHz radio RSSI value around 50000 times in a short time...
Hi, I'm using the nrf52840 with Zephyr and I indeed encountered data corruption on SPIM3 transmitted data.
How do I implement the proposed workaround?
"Reserve dedicated...
Hello, I'm doing an evaluation of your development kit for Matter. I see that you recommend the nRF52840 DK does this kit come with everything I need for Matter development...
Hi,
I am working with nCS SPI HAL, wherein i want semaphore in place at the HAL, which can avoid multiple slaves' concurrent access.
Can you kindly point me to any such...
Hi, I working with custom design Nrf9160 board, I using MQTT. I want to make speed test my NB-IOT connection. How can I do it? I google it but I can not found anything.
...
I have a unterminated battery I'd like to terminate and plug into P3 with the appropriate matching size and I can't seem to find an indication of what I should use. What is...
Hi,
I'm using nRF52840 - QIAAD0 (it's revision 2 I think) and nrfx_saadc API v2 (but I don't think it doesn't really matter here)
tl;dr As stated in SAADC peripheral documentation...
Hello, i did my own custom board with a nrf52805 and I'm trying to put a module with different frames and when I do that my app is disconnecting 5seconds after. I didn't have...
Hello all,
I`m trying to use k_poll, it`s working okay, I just have an hard fauld error that drives me crazy, I have in main an loop which listen to k_pool_signals, the...