I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
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...
Hello,We have tested the mesh v2.1.1 in the nRF52830 chip, I want to add a PA/LNA with the nRF52832 so that range anxiety can be reduced.we successfully configured and tested...