hello
i am using the Nrf52dk with Visualgdb.
i try to run the example project (tcp/IP -> client).
i am using the Nrf5 IoT sdk v0.9
Project complied successfully but i...
I'm using an nRF52 (SDK11.0.0, s132) and am able to generate a hex and axf via Keil/uVision. It uploads and works just fine using a Segger J-Link. I want to try some lower...
Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler...
HI:
i hava a sender and it send a frame every 15ms ,not use any protocol,and reciver code like as follow:
while (1) {
Rf_StartRx(ReciverSC.RfBufPointer...
Hi to everyone,
i have an mb39c811-evsk-02 and over it there is a tmp102 temperature sensor and an nrf51822.
I want to read the values of the sensor over a beacon app. ...
Hi,I'm glad you can see my post.
Now, I am in a program to read and write FLASH such as the screenshot in the attachment.
Then I update with DFU service for the equipment...
Hi Is it possible to change the MTU size with the Master Control Panel?
I am making a ble device on a nrf52 with the SDK 12 (latest softdevice) which has the ability to...
We are currently developing an ECG sensor patch that will operate over a cellular network, and we are considering using the nRF9151 for its LTE-M/NB-IoT capabilities. Since...
I'm interested in determining the current coverage enhancement behavior of a device, and I'm noticing a discrepancy between the AT+CEINFO and AT%CONEVAL results. Specifically...
as my last post issue nrf desktop in ncs SDK cant work when onnect to cmac os - Nordic Q&A - Nordic DevZone - Nordic DevZone .the ncs desktop cant work in mac os in nrf52840...
We are currently mass producing nrf52833. However, there is a problem with BLE communication. The defective product does not appear in the BLE search list at all. The failure...
Hi,
I'm working with UART with DMA(UARTE) on nRF52840. UART does not have HW flow control, just RX-TX.
I'm confused with DMA part. Is DMA circular or I have to reset it...
I have a nRF5340 using nrf connect v3.7.99-nc1 that is in a peripheral role. I establish a l2cap connection to the peripheral, to request a larger amount of data. That works...
Hi,
Working on a new project, custom board, using an nRF52840. Wrote my own DTS and all that. Program works as intended, but the nRF Connect for VS Code plugin refuses to...
Hello,
I am using nrf5340 audio sample with the custom board. The nRF Connect SDK version I used is v2.7.0.
I referred to this post and tried to add skyworks fem to my...
Hello,
I am working on using the Nordic nRF TNEP API to support an NFC Bluetooth tap-to-pair application with negotiated handover. I have been working on programming the...
I'm working on custom test software for use in production programming/testing of my product containing a nRF9160. I'm using the nrfjprog executable, but with problems, every...
Hello. It's not charging at npm1300. The manufactured circuit did not have cc1 and cc2 of usbc connected to cc1 and cc2 of npm1300. If cc1 and cc2 are not connected, does...
I saw the recent announcements on your LinkedIn, that you're partnering with various NTN providers, that allow one to use LTE over NTN. However, how exactly do I access these...
I have a multithreaded application running on NCS 2.9.0 and I want to be able to see what all the threads are doing at the time of a crash via coredump. I have the following...
Hello team,
We are using nrf52dk with nrf52832 by vs code nrf connect sdk extension.
I have add zephyr led blinky application and flash it on the board and it's working...