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...
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...
Returns -151 NRFJPROG_SUB_DLL_COULD_NOT_BE_OPENED when calling HighLevel.API().I've tried many versions of nRF Command Line Tools and the problem is still not resolved.
...
Hello, I'm from the United States. I am currently working on a development project using nrf52840. In this project, I am implementing a battery voltage monitoring function...
Hello!
I'm struggling to make simultaneous multi-image DFU OTA to work on nRF5340DK. Is there a coherent guide on how to set it up from Zephyr perspective and what software...
Hello,
I would like to use littlefs on the nrf5340dk board with the OnBoard Flash. So I selected the Zephyr/samples/subsys/fs/littlefs sample Project with the nrf5340dk...
Hello.
I used to ask this question to DevZone . However, I made a new question because it is locked and I cannot ask additional questions.
My purpose is to know the bonded...
Hello. I am developing using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral device.
I want to know the authentication method of the central device when the connection...
Hi
Can you give an AT cmd to post JSON data to the server
example : ncs v1.9.0 serial_lte_modem
such as
AT#XHTTPCREQ="PUT","/iot/v1/device/12345678901","User-Agent...
Hi,
I figured that a slave select is configured in dts as: However, when there is a need for multiple slave selects, slaves have to be managed explicitly as informed in...
Afternoon folks,
I'm new to nordic, previously a TI developer. I'm still getting my head around the SDK. I've unfortunately been left with some poorly organised, very-un...
Hi
I have a clean sample problem
1) Installed a clean install or nRF connect v1.9.0 at c:\nRF
2) Installed the VSCode as recommended
3) Pressed Create a new application...
Hi,
I am using an nrf52833-dk for development, and I need to work out interrupt based SPI. Can you kindly point me to an nCS based sample project for interrupt based SPI...
Dear Concern,
I want to keep my nRF52382 module in low power mode during non operational condition. During the TX and RX condition it has to wake up from the sleep mode...
Hi Team,
I tried the blinky example for the nRF52833 DK with the nRF5_SDK_17.1.0_ddde560 . I am using Segger Embedded studio for ARM V5.62 64bit – Non Commercial License...
Hello. I am developing using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral device.
The program is created by referring to the whitelist of "ble_app_hids_mouse" which...