Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
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...
Hello-
I'm working with the " Experimental: Wireless UART Example".
Is there any way to periodically send data rather than just typing data into terminal?
hi,
I used nRF52932QFAA ,SDK14.2 uart bootloader.it works well with softdevice loader 5.0.0.But when I download my app(without softdevice),it cannot work.
Flash composed...
Hello Noric Dev Zone members,
we are looking for a Firmware developer supporting us in bringing Hyko to our customers.
What we are working on is making energy heroes in...
Hi,
I started development of nRF51822 with Keil(V6) / nRFgo / Segger etc..
I got SDK and exxample from here ( https://developer.nordicsemi.com/nRF5_SDK/nRF51_SDK_v6.x...
Hi ,
I use the C language and pc-ble-driver to development a PC tool. Now I can use handle to establish connection. How can I use the pc-ble-driver update the target device...
I'm developing an Android app which should read sensor values of a BLE sensor on a high frequency (at least 25hz). The nRF Toolbox is receiving the values on the Notify property...
This document mentions the Tile service works with SoftDevice S132:
https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/lib_tile.html
I'm wondering if the service...
I used USB CDC ACM for NRF52840. and I want to prepare the testing the usb pins in the production.
Do you have any suggestion on how to quickly test the VBUS, D+, D- on...
Hi. I've bought myself two Nrf52840 dongles. And I want to develop a zigbee network. When I tried to flash a light_switch example to one of my dongles I found out that there...
Hello Folks, I am working on one IoT based project. I want some information about eDRX mode. For example, if I set the settings of eDRX mode as a 10sec for sleep and 1 sec...
Good day!
I need to save sensor configs in persistent storage. What is better to use for this purpose: flash manager from nRF Mesh SDK or fstorage from nRF SDK?
I tried...
Hi Team,
we need assign sequence of flash address to variables and we need to access the same with address.
Eg:
0x3e000 is the flash address not used by application...
Our device using nRF52840 is running an external (non-BT) radio most of the time. We need to send and receive data In between operations of this other radio. At any given...
I'm migrating my code from the MESH SDK 3.1.0 to 4.0.0 I'm using the following function to initialize a persistance storage controller
The new SDK doesn't use the ACCESS_FLASH_PAGE_COUNT...
Hi,
I have 2 or more Thingy52 [SDK13 SD s132 v4.0.4], both of them are sending beacon every 200ms.
They have also the scan active, so they are able to detect the other...
I have merged two program SPI slave and ble_app_uart
I am getting these two errors
undefined reference to `nrfx_spis_buffers_set'
undefined reference to `nrfx_spis_init...
Hello,
I'm using nRF52840 dongle. I implemented a virtual COM port to send messages to my computer. My problem is that I can send messages only if I'm already connected...