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...
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...
When pinctrl is configuring SDA/SDL lines, S0D1 mode is supposed to be enforced as noted by this comment however the function nrf_pin_configure does not use the drive argument...
Hello,
I have the Adafruit nRF52832 Bluefruit LE module, I need to program it through VS Code. I don't have any other J-Link Connector. Is it possible to program the module...
I'm developing a system using BLE Mesh with the intent of having a "collector" node attached to each network that manages provisioning and received published data from connected...
Hello,
It seems that there are no boardfiles or dts files for nRF52840-QFAA in NCS 2.0.0., there is only support for the QIAA version.
Customer built a board with the...
When I use 52832 to develop a mesh project and want to use uart to print information, I find that the code always reports an error because of the existence of printf. The...
Hello, while I was examining the BMD-380 datasheet, a section of which I shared the picture below caught my attention. What does factory image mean? I want to implement Bluetooth...
We are developing a product using the N52810 chip. We have J-link, and by downloading and connecting the Rf test tool,
the result is that there is no firmware. Can you support...
My device and Software details are as below
nRF52840 EVK
Softdevice:s140
SDK v16
We are looking to use freeRTOS instead of zephyr on this board.
Finally with freeRTOS...
Dear Nordic support team
I tried to change the sample of ble_app_uart (nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_uart\pca10040e) to support connecting 4 mobile...
I am working on an e-paper display with Bluefruit nRF52832 . I need to transfer a large image bitmap over Bluetooth Low Energy (BLE).
As BLE can send 255 bits at once, how...
Hi there,
We are using nrf9160 DK v1.0.0 ( pca10090 ). SES version 5.68 nrf Connect SDK 1.9.1 Windows 10
I want to make it as spi slave on pins CS=p0.10, mosi=p0.11, miso...
Hello Team,
We are developing an application with nRF52832 and ncsv1.8.0.
We are using NUS service to share data between Mobile and Nordic Chip. With the help of nRF...