Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
Hi,
We use the nRF52840 and have now run out of space using debug mode compilation (using CMake from bash).
When we compile in release mode, we get 50% full flash, so...
Hi,
I am using nrf52832 and mesh sdk 3.1.0 with nrf5 sdk 15.2.
We use dual bank approach for our firmware update with the normal nrf5 sdks ble bootloader. But now our...
Hi.
I have been trying to implement my own Model into the Light Switch Example (Mesh SDK 4.2, SD s140 7.0.1, Hardware: nrf52840 DK), according to this Thread:
Adding Simple...
I'm implementing the WS2812 driver on custom hardware and have some confusion around the hardware tuning parameters for the SPI implementation. The description of the device...
Hi everybody,
We ran into a Zephyr configuration issue which is related to Zigbee and Zephyr's networking stack. In our setup we would like to use Zephyr's modem library...
Hi,
I have nRF52840 DK, for nRF52 series devices. I switched from nRF52 SDK to nRFConnect SDK.
I reviewed
http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest...
Hello,
I am running ble_app_beacon demo from nRF5 SDK 17.0.2 on nRF52 DK and would like to decrease power consumption as much as possible. From this post , I have seen that...
In the official development board directly burn SDK routines, input the command to write data in the serial port, if you continue to input, for example: interval 1s to write...
Hello everyone:
We use NRF52840 to test the transmission function of mesh and verify the minimum publish(client)-->prescribe(server) time;
The following is the publish...
Hi,
I have nRF52840 -DK boards.
I was using nRF SDK (SoftDevice ) to program nRF52 devices. Now I am switching to nRFConnect SDK. nRFConnect SDK is new to me. A few questions...
hi,
My application MTU exchange is 23 bytes,I send data using Notification or indication to sent 105 bytes date,I subcontracted the data into 20 bytes ot sent,How do I make...
How do I do memory debugging in the nrf52840 in the runtime, or trace the RAM in run time, also how do I do the profiling of the memory in the run time. How do I find out...
Hi,
Iam working on a project based on Ble Mesh, Iam using nrf5_SDK_for_Mesh_v4.2.0_src. Iam trying to form a BLE Mesh network and control the light bulb. For my application...