Hello Team, We are currently using the nRF52833-QDAA-R SoC for our R&D activities and have assembled the board based on Configuration 6 . However, we encountered an issue...
Hello!
I have designed a custom board with the nRF5340 , powered at 1.8V. I am able to program the chip successfully, but after the firmware is downloaded (Zephyr RTOS,...
We are currently implementing the 9151 SIP into our design, and we am noticing some discrepancies between the datasheet and the evkit schematic. I am hoping you can help us...
Trying to set up a PPK(II) to measure the current in my nRF 52833-DK and preparing my nRF Connect for desktop to do so, I notice that this tool is demanding a V7.94i version...
Hello,
I am working with the NRF5340dk, nrf7002ek, and PPKII. I am unable to get the DK to power up with the PPK. I used a knife to break the trace but for some reason...
Hello and thank you for your help
I am working with the 9151 Rev3 and I attempted to update the IMEI with a valid one provided to us by Nordic
But the following error...
I am working with the DWM3001CDK board for Ultrawide band, but would like to use one of the free LEDs on (P0.14, P0.22, P0.05, or P0.04) as a way to show that the 3 AAs powering...
I am using nordic nrf52840 sdk kit as a peripheral and mi 5A mobile as a central .The problem is continuously disconnecting with following reason
Reason: Remote User Terminated...
I am trying to read values from an analog peripheral device. To perform an analog read, I am using this example from the NordicSnippets simple examples:
https://github.com...
Hi, I have been trying this for 3 days.
I was using DBGX_EVTX in SR3v1.1 to check the log, it works fine and never goes wrong.
But in v1.2, is using another function instead...
Hello everybody,
I am using central device with SDK14.2 and S132.
In a central application, the operation sequence is as follows: * Buttons pressed and scan started *...
Reading analog signals while using the ble_peripheral_uart in SDK15.0.0 and sending strings to an iPhone
I am trying to read values from an analog peripheral device. To...
Hello Support,
We are doing a production test regarding the Radio test. On nordic SDK there's already a pre-build Example for Radio. I wonder if we can do the something...
Hi. I used a translator.
I used nrfutil to insert Softdevice & Bootloader into nrf52832 and then implemented the function to flash the application using bluetooth using...
Hello.
Is it possible to use multiple serial communication on 52832?
What i mean, first serial port uses for communication with custom board' micom chip.
The second...
Hi everybody,
I'm developing an product with :
NRF52840, V0.9.0, SDK15
I want to put the MCU in sleep mode (system on) and wake up with NFC or by timer (for example...
Hello,
What is the reason why my homemade PCB half passes through NRF_POWER->DCDCEN = 1; after broadcasting DCDC does not work? How do you need to solve it?
We will get a beacon from China. But how do we know if the chip is original? If I can read the unique device id, can I say it is original? Or is there another way?
I am working on the twi_sensor example,when i compiled the code it is showing as undefined symbol "data_handler(refered from main.o)", what are the changes i need to make...
Hi,
I was successfully changing mac address dinamically DURING ADVERTISING on nrf51822 chip at each ble_radio_notification event, in this way:
Before start advertising...