I use example from SDK 13 ble_app_uart_c.
I changed uuid to my uuid from nrf51 peripherial device. I get event BLE_GAP_EVT_CONNECTED
where made
err_code = ble_db_discovery_start...
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...
Hi,
I am using nRF52840 S140 V7.0.1. I have few queries on GPIO configurations.
Below are my PULLUP/PULLDOWN macros.
As per my understanding
1) In below settings...
/**@brief 128-bit service UUID for the Apple Notification Center Service. */ ble_uuid128_t const ble_hrs_base_uuid128 = { { // 7905F431-B5CE-4E99-A40F-4B1E122D00D0 0xd0, 0x00...
Hi,
I am using nRF52840, S140 7.0.1. I am using ble_app_blinky application.
Till now I was configuring one board as Connectable Advertiser and other device as Central...
Hello Nordic support,
I am using the usb_msc example with an SD card. When I check this example on a Windows 10 machine, I observe data transfer rate of 355 Kbps. Is it...
What are my options with nRF52840 to get from the built in USB and available SDK feedback regarding connected device in order to adjust charging power?
There are plenty...
Hi, I'm looking for solutions to transfer .bin file and store the file in to the flash memory. Can i use DFU to send just .bin file and update the flash but i have change...
Hi I am developing the product in which I am using a Nrf52832 for BLE and samples from Semtech SX1262 radios to communicate using lora. I don't intend to communicate on the...
Hi everyone,
I want to send packets via notifications to a central. While searching through the forum I found some posts saying that the maximum data size per notification...
hello
i am running an app with ble scan, pwm, uart and hopfully timers and adc
but mostly it happens with ble
every time i stop on a break point i m thrown to :...
Hello!
I have tried to program a module containing the NRF52833 with a Bluetooth Long Range example. The programming failed and the module cannot be programed any longer...
We are preparing a mass production test system for a new product, it has NFC as a slave unit. What is the easy way to test that NFC in this case? We think that it would be...
I've started to play around with my nRF5340 PDK board. I have the nRF Connect SDK 1.2.0 installed.
- First I have opened the sample "HCI rpmsg" and programmed the compiled...