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...
Hello everyone, a pleasure and very grateful to be able to write in this forum.
I am trying to program a Nordic BLE device so that it does not appear in the pairing list...
Hello, I am developing a board using the nRF52840 QFN48 and powering it using a 3.7V single cell LiPo battery. Since the battery voltage is stepped down to 3.3V via an external...
Hi.
I would like con build nrf Connect OT COAP Client and Server on a zephyr 4.0.99 / toolchain: zephyr 0.17.0
I have downloaded nrf sdk 2.9.99
running:
west build...
Testing the RADIO TEXT example on 52811.
1. 52811 is not a supported target - so I must select all targets then the unsupported dts (nrf52840/nrf52811)
2. I add a Build...
Dear Team,
Is it possible to run BIS and PAwR concurrently while using PAST for synchronization? I am using the nRF52840 DK and NCS 2.8.
I managed to start two periodic...
I am working wih \nrf5_sdk_17.1.0_ddde560\examples\802_15_4\wireless_uart\secure\first\
And I want to add app timer to start a peroid works.
unfortunately, this timer...
Hi Q&A
At present, there is no routine found on the Internet about NRF52832 Bluetooth sending more than 6 characters(NKRO)
I used nRF5_SDK_17.1.0, The following is the...
I'm using a Nordic nrf52840 based dongle to sniff the connection to a gamepad. When I bring up Wireshark connect options, it shows dashes in the promiscuous column, which...
Hello.
We would like to experiment with the various Bluetooth IO Capabilities settings with nRF SDK 2.1.3 on an nRF5340. Our project was developed by starting with the nrf...
Hi,
I understand it is possible to profile a battery larger than 3000mAh? That said I've tried to modify profileSettings.json but the nPM PowerUP v1.3.1 seems to ignore...
Hello, on the nrf52840 board,I have been trying to write code to send byte from nrf52840 to my nrf9160. for some reason, the same code works when trying to use uart1, but...
Hi All,
I am trying to print out floating values for my NRF5340 v2.4.1 SDK project. But, I am not able to print out the floating values. I tried the setting the following...
Hi,
Form the past few days, I've been trying to modify the device tree, but the changes are not reflected in the visual device tree. I’ve tried this on different laptops...
I have the following setup in my overlay file:
relay { compatible = "gpio-relay"; relay1: relay_1 { gpios = <&gpio0 9 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; label = "DC Mtr...