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...
Hi, all
I'm trying to i2c(twi) in low power..
In this case, I want to generate an interrupt through the i2c read function " read_touch_data " (under code).
Where...
Hello team,
We have a sensor design based on nRF52840 and currently we have configured it in the normal voltage mode DC/DC REG1 enabled. It is a battery operated design...
hi,
I am using nrf5340 dk board and nrf connect sdk. i want to encrypt the data and decrypt the data in application core. I have seen cryptcell 312 for cryptohraphic algorithms...
Hi,
I am currently working with the nrf52840, ble_app_uart example under the ble_peripheral folder. Using the tutorial below:
https://devzone.nordicsemi.com/nordic/short...
Hi,
I want to receive data on BLE and send it through USB to PC, I am using SDK17 and nRF52840 dongle. I send data from the transmitter with nRF52832 through ESB configuration...
Hi,
I'm currently developing the code of a RGB led lamp. The thing is, when I change the color while sniffing with Wireshark, I see only 1 payload (the way it should be...
How to easily migrate SDK to SDK, (Lower to Higher) or (Higher to Lower).
I mean from SDK 14 to SDK 17 or vice versa.
Please answer this as soon as possible
Hi,
I am pretty new to telecommunications and AT-commands in particular. What I want to do is:
-Scan all nearby base stations (BS), and read all available information...
Hi.
I'm developing a sensor driver for the Spec Sensors DGS-O3 968-042 UART gas sensor for the nRF9160 (Thingy:91 to be precise)
The general gist of it is that I need...
If we want to make certain that a particular message goes first on a connection interval. Is there a way to check that there is none already internally queued?
Is this...
hi i am using nrf52832 sdk v16, i need to print a data using uart example got a issue it's not getting app_uart_put & get function not working but printf() function data are...
We are fast-tracking into development using the nRF5 SDK samples and nRF52840 dongles, however have discovered so far that only the Blink sample supports the said dongle....
I want to Connect my nRF52840 Dongle with the nRF connect Mobile Application to send and receive a string from the mobile application to dongle via UART connection.
Please...
I work with SES 5.4, nRF5_SDK_17.0.2, and s132, SD v7.2.0.
I try to trace step by step (F11) my app with success, but it stops always after 30sec in SES.
With this errors...
Hi,
I am using a custom board to record 2 channels of data in differential mode, convert them to digital by AIN4,5 and saadc in nRF52832, and then transmit the converted...