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...
Hello. I would like to use an internal RTC to keep time going even if the power is off.
1. Is it possible to implement with 'nrf_calendar' module?
2. Should I think about...
I have a battery powered iOT device using BLE, I2C, and GPIO. I am focused on reducing the power consumption. When BLE is not connected, I want to have as little power usage...
This is in response to a central sending an update. I try and follow with the central's request except I set the times to the AUTO value. If I get an NRF_ERROR_NOT_SUPPORTED...
ran nordic blinky example on nrf52840 kit
Want to know where is the transmitter power set in the code.
refer any example where we can define transmit power
Hi Folks,
I am just asking general information (explanation and/or code samples examples) to set up a secured BLE connection between multiple centrals towards one peripheral...
Hi,
I'm programming a nRF52832 for SPI communication with another device which requires some single byte TX/RX. After a lot of head-banging, I realized that the nRF52 was...
Hello there,
if i download a hex-file to the NRF52840-Dongle with the J-Link (Lite) tool, the dongle always remains in bootloader mode (red led is flashing). But if i download...
Hi,
I recently updated to version 1.5.1 of the SDK, which includes a new version of emStudio. All seems generally OK, and so far all of the real issues I've found have been...
Hi Want to implement dimmable LED light Bulb with nrf mesh SDK (one pwm and on-off ) Which example from NRF SDK i should refer for this functioality. Thanks and Regards, ...
Hello,
We are trying to develop and test our coded phy BLE interface. We have used the iOS and NRF connect app to test the 1M services and characteristics, is there an equivalent...
Hey, I've learnt that nRF5 SDK is having the capability to implement the AoD (transmit) and AoA (receive) to precisely calculate the location indoors. Kindly help me to get...
Hi everyone, I am currently carrying out tests to choose a BLE module for future development.
The system is as follows: • An STM32L433 manages the application side and controls...
Hi,
I have a question regarding BLE connection with passkey.
When starting connection and bonding process, a device can display a passkey so the other side will send this...
Hi,
I have been working on nRF since last week now. I've followed the tutorials on how to setup a custom service and custom characterics ( Bluetooth low energy Services...