Hi,
i tried to send data from ios 7 via tx_characteristics(like in UART example) but received error:
didWriteValueForCharacteristic 2A38 error = Error Domain=CBErrorDomain...
I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have...
Apologies if this has been asked before but did search for 'format' in faq and got nothing.
I have been answering to questions.
In my answer I place hard empty lines....
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...
Specifically, the example is examples/ble_central/ble_app_uart_c
I want to first verify my understanding of this example. In this example, should I be able to type in my...
Hello,
I am currently trying to flash a nRF51422 chip that will be placed on a custom PCB board using the pin20 on the nRF51 DK board. I had connected the chips pins as...
Hi,
I'm using TIMER1 CC0 for SAADC sample triggering through PPI and it's working well.
In order to check sampling frequency, for debug pourpose, I'm using PPI fork for...
I've been using the radio functionality directly, without the nrf sdk. Everything works great for 802.15.4 transmission and reception with one really odd exception: packets...
Can someone please post a simple example of using the internal oscillator with BLE? Modifying the ble_app_blinky example to use the RC would be ideal. No matter what I do...
Hi support team,
Now i am trying to understand the LPN machenism based on the LPN example. I cannot make sure where the bear handler is started.
There is a function bearer_handler_start...
Hello,
I'm planning to work on a device which should have two nRF5340 modules on a small PCB (they will be max 2cm apart from each other). Both modules will broadcast data...
Greetings,
I am using the NRF53 DK along with the Zephyr/Beacon (nRF Connect SDK v1.91) example for an ultra-low power application. I would like to know how I can change...
Hi,
I have nRF5340 DK and nRF52840 DK and Flashed Central_hr_coded in nRF52840, Peripheral_hr_coded in nRF5340 DK. Followed the steps of Testing as showed in below link...
I am following various tutorials on how to run an example DFU
I've tried: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v17.1.0%2Flib_bootloader_modules...
Hello,
I setup a BLE Peripheral that advertises a service with 2 notifications. Each notification has 240 bytes of payload data. When I connect with a client and subscribe...
Hello,
I followed the following guide for creating a modified Blinky example app that boots from the mcuboot. I attempted to flash both the merged.hex and zephyr.elf to...
I am using NRF52832 DK, SDK 17.1.0, S132 Softdevice, Segger 5.42a and rtt viewer v7.62.
I am using blinky code from example.After building and debug the code I disconnect...
I want to send the data packet from the BLE using GATT service and after that BLE mesh is initialize, using the Mesh opcode need to Disable the GATT service of the BLE. For...