Hello,
My new dev kit is not being detected by Windows Device Manager right out of the box. I've tried multiple USB cables and I've confirmed VBUS=5V is present on the input...
Hi I'm trying to load a custom board with nrf9160 with the Serial LTE Modem, and route the AT commands to the UART from a coprocessor (ESP32C3) I have followed the guide on...
Hello,
we have a working system on the nrf9161 that works without zephyr. We have our own secure firmware that successfully uses the cc310 after we start the actual application...
Keep hitting my head on this inconvenient workflow.
Edit build config
Select target custom board
Build config
All OK
Edit config again
Target board has been...
I have used the Programmer previously with success. I am attempting to program the Dongle (10059) with a slightly modified version of ble_nusc_usb_dongle. Although it claims...
H ello Nordic team,
I'v found a bug on mqtt sample (using both ncs 3.0.0 and 2.6.1).
Description
Settings CONFIG_MQTT_SAMPLE_TRANSPORT_CLIENT_ID and trying to connect...
Hello Team,
I have flashed the bap_unicast_server bluetooth sample on my nRF5340 Audio DK. No build or flash errors. When I connect to my phone it connects properly. I'm...
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...
Hello
How do I activate Brown-out reset? I estimated there need to set some register/registers, but I cannot findout.
Possibly Brown-out reset function is always enabled...
Hello,
I work on project for BLE communication in DFU mode.
I am testing according to the mode defined on the Nordic web page link
I did the tests with the BleuZ and...