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...
I'm working on a project involving a USB dongle based on the nRF52840 SDK-2.9.1, which needs to communicate with a sensor (also an nRF52840) and transmit data via USB to PC...
Hello Nordic team, For the ( POC), I configured ADC channel 1 and interfaced a potentiometer to pin P1.14. The ADC was set up accordingly to read raw value from the potentiometer...
Could you please help me out on how to read my EMG sensor values and display it via the Nrf tool box. I have a redbear nano v2 and the digital output of the sensor is received...
Hello,
I'm having some issues with the MAXCNT limitation of 256bytes because I want to send larger packets and receive packets through the SPI Slave interface, which is...
I have an external board based on nRF51822 QFAC. I have a nRF52 preview DK. Will it be possible to detect my external board if connected via the preview DK. I tried and the...
Hello,
We've a Custom board based on nRF52832, it works fine in beacon mode using the Synth Clock (else it doesn't work):
// <o> CLOCK_CONFIG_LF_SRC - LF Clock Source...
When using the PPK to measure the current of our custom hardware the lowest range doesn't give logical results. (Either the PPK python GUI or nRF connect) When the nRF52 on...
Reference: nRF52840 DK Evaluation Board Schematics
The following inductors are lised in the schematic:
L1
3.9 nH
High frequency chip inductor ±5 %
0402 ...
I am working on windows xp command prompt and using nrfutil version 3.5.1
I want to do a Device Firmware Upgrade over BLE through my nRF52 DK board on a custom element....
Hi there,
SPIM3 running at max speed (32MHz) will be the fastest external interface (along with QSPI)
Because I would like to make to most of it, I wondered if you had...
This is both a general tip for users and a question; does anyone have good success with the LIS2DH12 double-tap feature? The 3-axis accelerometer works well but the use of...
Hi,
Please help me on the nRF52840 UARTE RTS signal, through the doc: "nrf52840_ops_v0.5.pdf", we can know if we stop the UARTE RX by trigger the "NRF_UARTE_TASK_STOPRX...
Hi Sir,
I hope to add ble_nus and ble_nus_c into Central_and_Peripheral projects (ble_app_multirole_lesc and ble_app_hrs_rscs_relay), I use SDK 15.0.0 and nRF52832.
...
Hi,
When I developed with the board of nRF52840, I met up with an issue of UART. Sometimes, the UART will get a DRV_ERROR and crashed. Does anyone meet up with this issue...
Hi,
I am developing a central and peripheral device with secure LESC connections using SDK v11.
My peripheral device is an already developed product. I am simply adding...
Hi,
I want monitor the battery voltage of my system, I used the SAADC examples on GitHub for SDK 13.0 ( https://github.com/NordicPlayground/nRF52-ADC-examples/tree/master...