Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hi All,
I am developing product using nRF52840 and SDK nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71.
This product is basically, using the Thermostat cluster and Zigbee...
hi
i am working on nrf52dk. my dfu code is working first time . second time when i try to update code with android app. it gets stuck on starting bootloader.
I am trying to compile and upload https_client onto my Thingy91. I am compiling it in bash using 'west build -b thingy91_nrf9160ns --pristine -- -DCONFIG_BOOTLOADER_MCUBOOT...
Hi there
I am trying to write a simple code that will flash turn on an LED fro one I/O pine of the nrf24le1 in response to an input from another I/O pin of the nrf24le1...
Is it possible to install the development environment on a PC that is not connected to the internet.
I need to be able to download all the files from a PC connected to the...
Hello.
I need to add an output gpio to the dts file, I modified the board.dts file, inserting these lines in the leds section
res: res_ {
gpios = <& gpio0 17 GPIO_ACTIVE_LOW...
To flash a new firmware I always do the same thing.
Open NRF Connect
Open Bluetooth Low Energy
Click: Start Scanning
Click: Sort by signal strength
Choose the...
Hi,
As well know, nRF52832 have more then one SPI and TWI interface.
How can I use SPI and TWI interface in the same program? for example, use SPI-0 and TWI-1.
Thank...
I don't understand how the guide gets to the Open IDE button. I used the automated installer and it did not appear for me. The guide did not provide any instructions on how...
I see that in the 6.20.14.20 RXADDRESSES in Reference Manual I can enable multiple addresses in the same time, so is it possible for nrf52840 to listen on several addresses...
SENT protocol uses a 1-wire interface to transfer data using time intervals. To receive data you simply measure the time between pulses on the wire. The transmitter never...
When I use the BLE mouse example in the nRF5 SDK (17.0.2), it works on iOS (14). However, the report is divided into 3 parts. I would like to combine the mouse buttons, X...
We are developing a controller for an Electric vehicle charging station. Already developed and successfully running the firmware on ESP32 for which we had used platformio...
I am using this tutorial to write a custom service and I got to a point to add custom characteristics and got a few questions:
- I don't seem to find any characteristic...