Hi,
I building a gas meter monitor ( peripheral ) that transmit meter reading to the Central.
The gas meter will be sending to the Central it's ID and meter value ( uint64_t...
The International Conference on Embedded Wireless Systems and Networks will host also this year a dependability competition to benchmark the performance of state-of-the-art...
Hi,
I find the CSCS example program reading zero at low cadence levels below around 50 rpm.
Using ble_peripheral example ble_app_cscs loaded into the PCA10040 board or...
I had manged to deploy and configure mesh networks on Nordic Thingy devices based on these 2 examples separately. 1. Generic OnOff models https://github.com/NordicPlayground...
Hello,
I am unable to access my SRJ profile with email id [email protected] due to two factor authentication. i do not get anything in the google authentication app...
The link for downloading nRF6939 live cd v5.4 is broken.
https://www.nordicsemi.com/Software-and-Tools/Reference-Designs/nRFready-Smart-Remote-3-for-nRF52-Series/Downlo...
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...