I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
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...