Hi
i use nrf51822 s110 "hrs" example to transmit the data to ios.
I need to add an option to send back some data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
Hi,
I am trying to get the current time, using nrf9160 dk with v1.5.1. I tried using the following functions
proj.confg. tried enabling/disabling based on devzone case...
Hi, I am new to thingy52 and raspberry pi and now I am trying to connect 4 thingy52 to a raspberry pi to get the data from those sensors.
I have followed the Nodejs examples...
Hi,
I am developing a program about using MQTT service. It needs to set the APN. I used the following code to set APN. The first step is to set APN, it always fails. But...
Hi all, I've got the ppkv2 finally (after 4 months waiting). I'm a little confused, you (and the documentation said), that in Source Meter Moder the pkkv2 powers the dut ...
Hello, I'm currently evaluating NRF serial library for development. I have 2 questions that is not clear for me in the library.
1. What is the purpose of nrf_serial_rx_drain...
The BTLE specification does allow user/custom data to be added to the advertising packets. Which field in the advertising data structure is the right place for adding such...
Hi,
In the development stage, we all use nRF52 Development Kit for programming.
Because we will have some empty burning conditions after we import the production line...
I am trying to transmit data using nRF52840 DK with LE Coded PHY.
But I'm puzzled about how it encodes the data in the payload. As stated in BLUETOOTH CORE SPECIFICATION...
Hi,
I am working on a project. we want to get data over BLE in dongle and send them to PC using USB since it has more speed. for the first step, I want to program the nRF...
Hi,
at the description of the function : app_timer_start
The parameter "timeout_ticks" has a minimum value, what about the maximum value? in other words can we use this...
Hello. I'm researches the power consumption in System Off mode for nRF52810 chip. I use the next code to enter to System Off:
Chip is goes to System Off and average consumption...
Hi Nordic,
We have done some research on the DHT22 and the results showed that this sensor has excellent performance. Sadly it appears that neither the nRF9160 nor Zephyr...
Dear Nordic Team,
We have a problem in our project with custom PCB regarding DFU. It happens in most of our prototypes, but on some devices it doesn't happen.
Below...
I would like to self-provision my smartphone. Do you know how can I do this?
Then, I read that a smartphone must connect to a proxy via GATT bearer (hence a connection)...
I am new to nRF SDK. I am starting development for my nrf52810 based board. I am using blinky example from nRF5 SDK. I am using nRF52 DK board to flash and debug my nRF52810...