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...
I'm successfully using nRF52832 on custom designed PCBs. I've been trying I2C communication (nRF is the Master) using the TWIM driver. This has worked successfully at 100kHz...
Hello all
I suspect this is a simple coding error that was I not a complete beginner I'd know how to fix.
I'm using the YouTube series to work through here : nRF5 SDK...
Hi,
i have add the group filter specific to the nRF5340 Audio application to the west manifest file by running the following command:
west config manifest.group-filter...
Hello everyone,
I am using Thingy53 device, For the first time when I switched on the device, The LED light blinked twice but since after that it is not blinking also...
Hi!
I'm testing ubidots, which require a 35 character long username to connect with MQTT. This fails, and mqtt_connect gives me error -12 ENOMEM. The same code works fine...
I am working on a nRF52833 chip and using nRF SDK 16.0.0 version. I need to analyse the memory footprint of my project for which I would need access to .map and .axf files...
Hi
I'm new to programming and recently started working on nrf52832.
I'm working on a wearable device that monitors patient's vital. I'm using MP34DB02 digital microphone...
This might be a dumb question. I have a pretty simple modification of the mqtt_simple sample application on an nRF9160DK where I have subscribed to multiple topics. I see...
Please point me to a good tutorial page or video beside "tutorial on SSL.com". I would like to learn step by step on how to make certificate like this for nrf9160 using http...
I'm trying to figure out a way to monitor the TX data when using the SPIS. When the slave is requesting to send data back to the master, we are asserting a pin. When all of...
Hi,
I'm implementing a composite hid device using nrf connect sdk 2.0.0, I do checked the hid-cdc and hid alone samples but there's still few problems that confused me...
Hi , i have been trying to implement the DS18B20 sample of zephyr taken from GitHub
I am having a lot of trouble in building the code , it comes up with very different errors...
Hi,
I'm using ble_app_template to implement my custom solution. I can read battery values, but I can't read custom values.
As a reference, I'm using ble_app_cscs, and...