Hi..... This is Venkatesh. I am using nRF52-DK Evaluation kit. This is my first question posting here. It is pleasure to have an account to share my knowledge and get the...
Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi,
I get the following Kconfig OUTPUT messages after starting VS Code on MacOS:
Info - 4:48:18 PM] Server starting
[Info - 4:48:18 PM] workspaceFolders: [{'uri':...
At present, I used an nRF52840DK as the Adapter of zigbee2mqtt, flashed the corresponding NCP firmware, and successfully formed the zigbee network. I want to connect the light...
Hi,
I am trying to reproduce DFU functionality from the nRF Connect for Android app.
I want to be able to flash my firmware OTA from my app.
The problem I am getting...
The latest version of tcl-tk that gets installed with the home-brew brew command on MacOS is 8.6.15.
It looks like the toolchains are expecting 8.6.11_1, because they have...
Hello, I was able to compile lorawan class_a module for nrf52832 by adding the overlay file and CONFIG options for the sx1262 IC. I tried to compile it for nrf9160 but, I...
I am running https-client example: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/net/https_client/README.html . After connecting to wifi, it runs to this...
In DevAcademy, I referred to Lesson 3 – Networking & Sockets, but I couldn't find reference code related to TCP/IP.
Please provide me with this reference code.
i have created a custom service and added one characteristics in ble_nfc_pairing_example i have received error regarding to no memory i=when i try to add my base uuid to soft...
I am building a TWI slave with nRF52832.
I am attaching a part of twis_event_handler.
I can read even a 1-byte register value by executing i2c_read_register(SLAVE_ADDR...
To everyone who is interested in this ticket.
I'm using the nRF9160DK and nRF7002DK. I'm currently trying to scan Wifi using the nRF9160DK.
I'm referring to another ticket...
I have a device that acts as a peripheral with a connecting interval of 100-150mS and also as an observer listening for beacons. When I get a beacon I update the scan interval...
Our nRF52840 is communicating with a peripheral chip (let's call it FOO) through an SPI interface. The FOO chip can be configured to use either TWI or SPI on the same pins...
in nrf/system_off example, to disable uart with suspend
err = pm_device_action_run ( uart , PM_DEVICE_ACTION_SUSPEND );
I want to know how to disable SPI, PWM, ADC...
Hi there,
The blinky sample worked fine on the nRF52840-dongle when programmed via the stock bootloader, but I need to flash it via J-Link to reproduce an issue.
When...