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...
I am trying to install SDK 2.1.0 on a new computer. I installed nRF connect extension in VS code, installed toolchain 2.1.0, and then when I attempt to install SDK 2.1.0 I...
Hi,
I've been using dev kits like nRF9161-DK and when plugging them in to my laptop they all work with the Programmer Tool, "nRFUtil device list", and the nRF Connect Code...
To explain our problem: We have a system with a NRF52840 chip, we also have an external flash, the settings_subsystem is mounted in the NVS on the internal flash I have included...
Description:
I am working with an nRF52840 custom board. I have encountered an issue where the board is not detected by the J-Link debugger after flashing the firmware a...
Hi all,
In Sidewalk, the Lora we are using is connected to DIO3 through TCXO, which does not match the XTAL of sx1262 recommended by the official sid_end_device demo. Do...
I successfully read accelerometer data at 3000 samples per second . However, when transmitting the data over Bluetooth Low Energy (BLE) , I am only able to send 200 samples...
Is there any pre-existing library similar to the Arduino avdweb_VirtualDelay library available for the Nordic Semiconductor nRF52840 Dongle? I do see the procedure on how...
Hello In SDK 2.6.xx I used to define an extra CMake argument in the VSCode UI, i.e "-DMFG=1" This argument was available when CMakeLists.txt was processed so I could do additional...
We have difficulties to get RTT prints from MCUBoot while performing DFU.
As far as I understand Segger RTT is reinitialized when booting Application and this might be the...
I want to change the bitrate for different settings:
Different settings with 48khz&10ms:
I try ot change the prj.conf to add these:
But an error occurred during...
Hello,
I have a device that I want to operate on the lower range of RSSI (but still around -80dBm and have problems with disconnect. I would like to understand if there...
I want to capture device log. How to capture device log ? Which configuration I need to enable in SDK ? Can you provide sample example which capture device output log ?
We are planning to use NRF52840 for a medical device would like to know from Nordic or anyone from the forum about the verification/validation of SOUP (Software of unknown...
Hi, I am encountering multiple conflicts in the device tree view, which seems quite strange.
"Oscillators" appears to collide with regulator@4000 .
"Clock" appears to...
Hello,
We are in certification stages for our custom product based on the nRF7002DK. Our application requires BLE and WiFi to be operational simultaneously. Consequently...