I have a digital microphone chip, it has the CLK, DATA, LR_SEL three pins, now I will pick up the three pin nrf5283 three pin is as follows: CLK connectionI2S_CONFIG_SCK_PIN...
Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
Hi,
I want to use SPI to receive data from an ESP32 microcontroller to the nRF52840 development kit. Where can I find information/example regarding the same (I'm using nRF_SDK_17...
Hi
we have a custom board with nrf52810 chip, 32M crystal on it and using the zephyr version 1.14.1 as the firmware base.
Using zephyr samples/bluetooth/hci_uart
Custom...
Hi Sir,
We design the nRF52810 in an embedded system and plans to use BlueZ to control the BLE device.
We can work with nRF52-DK through HCI_UART, so w e also implement...
Hi There
More recently, I have implemented the experimental of nrf52840 Dongle ,which is about Er asing it with nrfjprog or programming it with SES by DK. The dongle will...
Hi. Its my first post here.
I plan to make a secure remote control for garage door opener product with a BLE SoC, for example, currently I plan to use nrf52832. We want...
Hi There
I did 2 experimental for recovering boot-loader of nrf52840 dongle by download dfu (nRF5_SDK_16.0.0_98a08e2\examples\dfu\open_boot-loader\pca10059_usb_debug\ses...
My device is central and peripheral running freertos.
In the central role it would receive advertised packets from devices with certain MAC addresses. peripheral device...
I have a peripheral device that sends an advertisement package with all the data I need every 5 seconds (sensor).
When I use NRF Sniffer via Wireshark I see a message from...
Hi,
I have a project which is intended to log data via the UART port.
When I enable BACKEND LOG via RTT (NRF_LOG_BACKEND_RTT_ENABLED = 1). I'm able to view output via...
Hi,
I'm discovering documetation of the Scheduler library. So, as I understand the idea is to call function app_sched_event_put(...,some_func) from the interrupt/event handler...
I am trying to add the tensorflow lite to a segger project. I am startting with the simplest project https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/micro...
I am keep trying to get the BME680 example to work with the nRF52840-DK using Zephyr.
I check and successfully find the node for the BME680, but "device_get_binding()" for...
Hi,
I am using
I am able to list BLE devices using the below example.
SDK = nRF5_SDK_15.3.0_59ac345,
Example : nRF5_SDK_15.3.0_59ac345\examples\ble_central\ble_app_gatts...