During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
I am trying to use the ble mouse sample in SDK 4.4.1, and iOS7
I am able to view and connect to the HID peripheral "1812"
but for some reason I am unable to discover...
Has anyone implemented the Bluetooth rfcomm protocol on the nrf51822 chip ? Is it possible using the Nordic soft device? I realize this is not a "low energy" protocol, but...
We are developing an app that communicates with a custom LCD display via IIC (TWI in Nordic terms) so it needs to send a lot of data on the IIC bus. We have developed an interrupt...
Hi all, help me please.
I am using two NRF24L01 (green color)
1 NRF24L01 is connected with Arduino mega 2560
another one is connected with arduino ADK
I was trying to...
I'm using an nRF8001 with a local GATT service and characteristic with Indications.
This corresponds to figure 29 in the Product Specification.
When the peer sends a Confirmation...
I was able to add Manufacturer Specific Data to the advertising packet on the nRF51822 without any problems, but I don't see any straight-forward way to do this on the nRF8001...
Hi,I am using nrf51822,I want to know more about address0 address1,prefix and adderss match,where
can I find more detailed document exept <<nRF51_Reference_manual v1.1>>
I am just starting with NRF51822 (can't even program the BLE example as IAR support is inadequate but that's another story) and trying to figure out power requirements for...
Just wondering,
What if I configure the Tx power level or some other attribute. What do I have to do to save the value to be used when the unit restarts?
Hello all,
I would like to ask you something,
I've done all my development with NRF24L01+ but now I have some NRF24L01 modules.
I know that NRF24L01+ is fully compatible...
Hi
I am created one more timer in ble_app_hrs
like in timer_init()
err_code = app_timer_create(&m_current_timer_id,
APP_TIMER_MODE_REPEATED,
current_timel_meas_timeout_handler...
I'm a little lost on the GPIO mappings from the code to the outside world. I'm playing with the UART example on the nRF6310 board. In the sample code, IO 16 is RX and IO 17...
Hi,
I am using ble_app_hrs application as a reference code.
in our case i have gpio interrupt for every 25 ms.
what should i keep BUTTON_DETECTION_DELAY for 25ms...
Does the lcd clobber the tmr0 and/or ANT ???
We just went through several days of working w/ ns on running ANT w/ RTC with a resolution of using sd_ calls.
Is the LCD...