Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
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:
nRF52832 SDK17.1.0\examples\peripheral\spi\pca10040 , Is the maximum frequency of the SPI in here only 8M?
The following screenshots:
Can't the frequency be set...
I cannot add new devices on the nRF Cloud anymore.
After (intensive) trials with the cloud the Account screen changed and the relevant input fields are missing.
Therefore...
Hi all,
I occurred a weird phenomenon while debugging custom nRF52832 board.
Basic idea is to enable ADC(including nRF52832 ADC module and a LDO powering Analog front...
In nRF Connect 3.7.0 I'm trying to configure the NRF Matter cli as described:
github.com/.../nrfconnect_examples_cli.md
In SES I changed CONFIG_CHIP_LIB_SHELL=y:
After...
Hi,
Our product has the nRF52840 with onboard BLE antenna.
As the BLE link is on and operated i.e. communicates with TWN pad the wireless Microsoft keyboard and mouse...
Hi, nrf5832 nRF5_SDK_17.0.2 Application: we need only advertising every 10seconds, but not power optimized. The main goal is consume as low power as possible. We followed...
Hi,
I would like to know why FDS_CRC_CHECK_ON_WRITE and FDS_CRC_CHECK_ON_READ are 0 by default in the sample code. I think it's better to set it to 1 by default for write...
Hi,
I have a question about the nRF5340 pdk device and the supporting documentation.I want to know the maximum current of nrf5340pdk's GPIO, but it is not stated in the...
Hi,
what is the reason that the TX power of +8dBm of nrf52840 was reduced to +3dBm for nrf5340?
Does this mean that the transmission distance is almost reduced to half...
I have a custom nRF52833 board that acts as an HID device, which works perfectly. I now need to get values from the USB to the serial monitor for easy debugging purposes....
i found that 52832 will always restart while power supply voltage between 0.6V - 1.0V。if lower than 0.6V or higher than 1.0V. it won‘t happen。my pseudo code is follow:
power...
Hello everyone,
I'm using the NCS/Zephyr settings subsystem to store some application data in non-volatile memory.
The settings structure looks something like this:
...
I'm working on ncs 1.6.1 and nrf9160-DK.
I need to use SPI1, so i confirmed that UART1 is already disabled by default in ncs\v1.6.1\zephyr\boards\arm\nrf9160dk_nrf9160\nrf9160dk_nrf9160ns...