Hi,
i want to build a BLE mesh via advertising. i asked some questions before about ibeacon and observer, how ever to clarify my question i have some additional questions...
Hello,
I have set nRF51822 Evaluation Kit. With its help, I would like to read the pulse of the heart rate monitor:
link text
I manage to connect to it using the...
Does the s110 stack allow retrying pairing procedure?
It looks like the stack (peripheral) always ends with disconnect upon invalid passkey.
We would like to explore the...
Hi Guys,
since yesterday i am trying to get the DFU with Softdevice S110 (BLE) v7-alpha3 working but haven't succeeded yet. My process is the following:
s110_nrf51822_7...
Hi All,
i would like to know about
1) what is channel in nrf51288?
2) is there any mathematical relationship between channel no and pin no as in ble_app_hrs
example channel...
Hi,
I use UART bootloader SDK example(dfu_dual_bank_hci) to do update firmware on EK PCA10001 board,it can work ok.But i changed the HCI_SLIP_UART_RX_PIN_NUMBER and HCI_SLIP_UART_TX_PIN_NUMBER...
Hi, faced a problem while transferring a project nrf52810 on nrf52832. I changed project settings and file paths comparing projects. The connection with the phone became very...
Hi,
I am trying to evaluate the asset_tracker_v2 on the thingy91, and its low-power items.
Perhaps I am missing something, but changing the config in the cloud seems to...
Hi,
I try sdk 17.02 nRF52840 usb audio demo, I want to achieve 48KHz stereo music play by a I2S DAC.
Because I need to compress data in main while(1) loop, I found that...
Hi,
I'm little confused regarding BLE NUS and characteristics.
I know that the characteristics are used to expose data, but we also have BLE nus which is used to send...
Hello,
I have 2 questions:
1. Could you tell me the current consumption of a nRF52832 running RTC with external 32 kHz crystal and no RAM retention? Is it 1.9 µA?
...
Hello,
I use nrf52840-dk as central_hr and nrf52833-dk as peripheral_hr, examples from NRF Connect SDK.
It works well, but I want to implement reading Device Information...
I got following error when use the Command Prompt feature
After i run "ncsmgr init-ncs" from bash, it shows
$ ncsmgr init-ncs Checking out NCS v1.6.0 ...FATAL ERROR...
Hi,
I'm developing with 52840 DK, trying to add peer manager to another project I've modified from ble_app_uart (basically I've added saadc, SPI, USB and I2C module based...
Hello
I was setting up the nordic thing 91 (1.4.0, 2020.23) using this video https://www.youtube.com/watch?v=xQ7hDzRULJQ&ab_channel=NordicSemiconductor .
Things were...
I'm starting to design a custom board around the NRF52820 using a 3.7v battery and there is no reference circuity for VDDH using Battery/Ext. regulator. Any tips on what I...
Hi,
We are in the process of evaluating coded phy transceiver for our next product. The product is a IoT node which will send sensor data to centralized gateway and will...
I am using nrf_drv_twi_rx to initiate an I2C read transfer but the interrupt isn't fired for the RX transfer when the ulTaskNotifyTake is used, but seems to work without ulTaskNotifyTake...
Hello, I am making a system with 20 peripherals to a central base on nRF52840. I followed the firmware."ble_app_uart__saadc_timer_driven__scan_mode" from NORDIC playground...
Hello, i I am designing a prototype, the goal is to be able to control a small engine. This engine will be activated when a message is received in MQTT. I currently succeeded...