I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
Hi,
I'm working on a project originally based on the light switch example of SDK 1.0.0 and then upgraded to Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0
I use the code shown in...
I am looking for a freelance / contract developer to help us get nRF53840 working as a BLE controller under linux. ie: basic BT linux adapter. Integrated with BlueZ and similar...
Dear all,
I use FDS module to store some data in flash of nRF52832. I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the fds functions feature...
Hello,
I am using nrf51422 with stm32L0. There is a uart connection between nrf51422 and stm32l0. I want to transfer data from stm32l0 to nrf51422 through usart and push...
hi........... folks
i am merging two programs together uart and TWI sensor ...using nrf52382 and segger 15.2version
i am getting the error in ble_nus_send ,
even i have...
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...