dear all,
i need your help.
Where we are:
We use mbed software developer platform.
We have BLE Nano V1.5 + MK20 USB Board V1.0 from RedBear.
We are able to generate...
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...
this is my code on DFU function, I copy to the example of experimental_ble_app_buttonless_dfu on SDK12.1. I used nrfgo studio to program s130_nrf51_2.0.1_softdevice , boot_setting...
Hi,
I've been working on Thingy:91 under ncs tag 1.2.0, trying to develop simple application using NVS just to see how it works. Based on the zephyr sample I wrote the following...
Hi:
i have some problem about using ble.
in my application has a loop:
1.use ble adv,and Wait for a while,
2.close ble adv ,and using base radio funciton.(do stop...
Hi
I was able to successfully complete the RF output power measurement using nRF52840 DK with the help of Nordic devzone last time.
Based on successful measurement...
Hi,
I use proprietary service to transmit data between raspberry pi and nRF52840 DK. The example I referred to is below.
C:\nRF5_SDK_16.0.0_98a08e2\examples\ble_peripheral...
On the nRF52840, I know the PPI, and therefore any events/tasks, are synchronized to the 16MHz peripheral clock. Here is the quote from the documentation:
"On each PPI channel...
SDK:SDK15.3.0
Example: ble_app_buttonless_dfu project.
MCU : nrf52810
SD: s112
Hi,i want to know how to reduce the ram consumption on nrf52810 sdk15.3.0 ble_app_buttonless_dfu...
My program loaded to a nRF52840 DK unfortunately adresses ports P1.15 and P1.13.
Now the DK is not reachable for Segger IDE and can not be found as a USB device.
I can...
For the connection (peripheral) tab of the online power profiler, I have a question on why if my TX payload is 216 bytes which fits within the LL PDU size, the payload would...
Hi,
I do have customized services in my project to implement,I think it would be easy if we seperate service related functions from main to add services in further.To serve...
Hello, There were some problems while making Bluetooth packet readers.
Packet sent to another device cannot be read in BLE_GAP_EVT_ADV_REPORT.
Is there any way I can read...
Hi. I'm working with the nrf52832 chip, and had a few high level questions I wanted outside opinions on
1) I have a lot of trouble connecting to my BLE device. I frequently...
Hi Team,
We are going to use the NRF52832 soc with S132 Soft Device and SDK Version is 16 for our project purpose, we have some queries on this soc along with these SD and...
Dear,
I am struggle a problem in mesh communication.
Mesh SDK 4.1.0
I used dimmer example.
Two nodes can communicate and work perfectly fine, only if they are in communication...
Hi,
I used DK board for quite a while with a single certificate, which has been generated and written by nrf_modem functions.
Recently I upgraded the modem to firmware...