Hello,
I am trying to ecrypt some data in order to send some data encrypted in the MINOR and MAJOR adverts of the device.
I used this code to ecrypt the data ( this is...
Hi,
i use anRF51822 with soft device 7.
I run the UART app on my iPhone 4s with ios7 and on the nrf51822 board the ble_app_uart with keil uVision5.
Both devices connected...
Hello,
I upgraded nRFgo Studio software to version 1.17.0. Installation goes OK but the application crashes every time I try to launch it after installation process.. Then...
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,
We are working with the nRF52840 and an ADC chip that is capable of I2C communication faster than 400 KHz, allowing lower latency. I know that the nRF52840 does not...
Hi,
I really need your help!
When I add DFU function to my project, I need to display DFU progress on my LCD, but I don't know where to add my display code, and I don...
Hello, Nordic!
I'm developing with nrf52840, s340, sdk 15.3.0 in my customboard
Anyway, recently, I have one problem about reset.
My device sometimes has rested and...
Hi All
We have started work on nRF9160 DK. We follow this link Getting Started with nRF9160 DK We have download SDK and install all requirement like GNU and Embedded Segger...
I just received and activated my new Thingy 91 and am very disappointed with results. The module is sending data up to the cloud site and temperature / humidity are updating...
Hi
I'm trying to implement the authentication described in the above-mentioned blog. In on_write_req() a call is made to functio "auth_handle_hvx_send()". I don't see any...
Hi,
I'm trying to port a project using nRF5 SDK to C++. One of the desired features would be interaction with the app via J-Link RTT using the command line interface.
...
Hello DevZone, I am trying to combine the ble_app_uart with the ble_app_hids_keyboard example.
I have added the necessary libraries from the the uart code into the HIDS...
I tried the tutorial given in the documentation of sdk 15 to use bds but it is broken. There is no event_dispatch function in the SDK15 using the bluetooth central - BDS Template...
Dear,
I received THINGY:91 from NordicSemi. I use 10pins cable to connect to nRF9160 DK to program for THINGY:91.
and, I am using ncs_v1.0.0
I am trying to run asset_tracker...
Hi,
we are using nRF9160, we want to set the UTC time in nRF9160 from my application and want to get the UTC time.
Could please share the API to set and get the time or...
In my project I have bluetooth and the nRF-IEEE-802.15.4-radio-driver working simultaneously.
Part of the functionality requires a response to falling edges occurring on...
Hello Community,
I'm trying to find a way for using the nRF52 DK/nRF51 Dongle as advertiser or ble commands sender. Are there some Java libraries cointaing high level function...
Hi,
I am working on MPU-6050 sensor.
I have downloaded the NRF5-MPU-EXAMPLE from this link
in that there is no SES file.
How to create a SES file to work this code...