Hi:
environment:
target board: DK52 board and run LWM2M example of IOT-SDK v0.9
router: ubuntu 16.04 on VM and runs bsserver and LWM2M server on ubuntu 16.04 ...
Hi,
I'm interfacing a nrf51822 and a H8/3294. My question is how much can I drain a the txd pin of the H8/3294. That means my question isn't really about nrf51822.
In documentation...
Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
How do I rename the Solution/Project from template_pca10040 to insert_name ?
I copy-pasted the template_project folder and renamed it
I changed the names in [SDK]\[SDK...
I have a nrf52 DK that I want to use to program the nrf52832 IC. I have bought a qfn48 adapter from here . I wish to use this adapter to place the IC then make connections...
Hi, all. I am in need of serious help. I need to set up a wireless mesh network using the nRF52840 SoC. It must have 9 nodes and be capable of multi-hopping. I need to set...
After configuring and enabling COMP, when READY event emits, is the RESULT register valid? Rephrasing the question: must you trigger the SAMPLE task to ensure RESULT register...
Hi, I've rebuilt so far with the help of multilink examples, the uart example that I can connect to two devices (According to the status of connection-led and the debug info...
SDK:15.2 KeilC:525 SoftDevices:s140_nrf52_6.1.0_softdevice Hardware revisions: PCA10056
I have try the multiperipheral in 4 smart phone connection in blinky App. But I need...
Using nrf52832, SDK12.30 demo project ble_app_uart, testing with nRFconnect app.
Load ble_app_uart demo to board and run. Open nRFconnect on smartphone scan, and connect...
Hello,
I am encountering a small problem with my timer, I followed the tutorial : devzone.nordicsemi.com/.../application-timer-tutorial
The purpose of my project is to...
We have been using SDKv11.0.0 with S130 softdevice on nRF51822-QFAA rev 2 on a custom board with no problems at all.
Since our nRF51822 BLE module vendor no longer support...
Hi guys,
I flashed the mbr hex file and then the open bootloader to a custom nrf52840 board. When i first connect it, it boots into the bootloader mode and i am able to...
Hi,
I need to use
p_status->action == RELEASE_ACTION
to set the brightness level, but the p_status->action only gets updated after the loop finish so:
if (p_status...
Using the Border Router Quick Start Guide I've created the following setup.
2 Raspberry Pis, each with their own nRF5280-DK running RaspPi_OT_Border_Router_Demo_2.0.0...
Hello,
I am using nrf52840 with OpenThread stack. While I am using FDS to store application data, it seems the OpenThread dataset is written in the same area. Thus, the...
Hi to all. We develop new battery sensor based on nRF52832.
We already have an experience with Li SOCL batteries ER14505-VB 3.6V, and satisfied with it. Have in stock also...
I use sdk15.2. bootloader nRF5_SDK_15.2.0_9412b96\examples\dfu\secure_bootloader\pca10056_ble_debug. Application nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ble_app_buttonless_dfu...