Hi everyone,
I have found a Linux driver for the TLV320AIC320 external codec provided by TI:
TLV320AIC310X Driver: https://web.git.kernel.org/pub/scm/linux/kernel/git...
Hi, I would like to have some suggestions on my PCBA design for nrf54L15 chip. Please review it and give some suggestion moving forward. I am making this PCB to use this with...
Hello.
Since nRF Connect SDK v3.0.0 has been released, I am testing the sample program . It is a sample I have frequently used from previous versions. The provisioning with...
Hi,
I'm trying to use the HCI UART sample to provide Bluetooth support through UART. At first I want to test it between two Nordic Boards, but later switch to another MCU...
Hi Support Team
There are two questions about the KNX IoT over Thread Sever/gateway and Matter over Thread gateway.
1) Customer wants to develop a product support KNX...
We have a device in full production. More than 2000 units per month. It has been in production for the last 3 years. No problems so far.
All of a sudden we started experiencing...
I have nrf52840DK less than 6 month. It has been sitting in my drawer and has some sample code in it which is detecting button press and light up corresponding leds.
Last...
I have the 51822 chips, and want to establish a network with large data volume, I use the S130 now, but the effect is not ideal, so I want try the BLE4.2. Do we have the SoftDevice...
Hi,
For the past few weeks I've been trying to make a small device that would simulate a mouse with Arduino and MPU6050 accelerator + gyroscope sensor. I wanted the device...
created a new BSP PCA10001 from PCA10028 and replaced the CFLAGS += _DBOARD_PCA10001 for uart example in peripheral folder using sdk 10.
Migrated simple_uart example &...
Hello,
I wish to communicate with the chip via SPI NRF51822.
The NRF chip is configured as a slave. Based on the SPi_slave_example code, I can't set to 1 the semaphore...
I configured my system to sleep after inactivity time.
nrf_gpio_cfg_sense_input(WAKE_UP, NRF_GPIO_PIN_NOPULL, NRF_GPIO_PIN_SENSE_HIGH);
err_code = sd_power_system_off...
NRF51822 most time is in sleep mode.
Each 5 seconds it wakes up to make ADC measurements.
But adc_event_handler force only once, but I want to see it every 5 seconds.
...
I'm new to using the RTT Viewer. It was working fine (all morning). I've only been using the SEGGER_RTT_printf(0, "string %d \n",x); call to dump text and data to the viewer...
Hi,
We are using the BLE keyboard example as a basis for a design and notice strange behavior.
Only change was to create a custom_board.h header for a button press on...
Hi,
I can use the DFU bootloader via HCI/UART to update the application image.
Reference DFU init pakcet . The init packet contains a 4-byte value identifying the version...
I searched the database but did not find an answer to my question.
My environment is as follows:
Keil uVision v5.18a
Nordic SDK 11
nRF52 PCA10040
Softdevice S132
...
Hello,
I am trying to write data to flash. I did successful write data to flash, but I need delays between erases and writes. I tried to avoid the delays with the NRF_EVT_FLASH_OPERATION_SUCCESS...
Hello,
I am currently using Renesas RL78 BLE chip and the UAP & NAP address is as follows 42-00-DE.
Now, for better performance, I migrated to Nordic nRF51422 and am...
Hi all,
I have to transfer a lot of data over the UART channel, and run into some problems...
First problem was/is the UART FIFO Size.
There are three different defines...
Hi.
I'm currently working on hrs_scanner example and have a question.
I'm working on latest nrf5 sdk11.0
and hrs_scanner example is in the 'ble_peripheral/experimental_ble_app_multiactivity_beacon...