nRF24l01+ at a transmitter module one time successful transmission show & after 1 sec failed also . if any doing programming with atmega32 ,please send code for TX & RX ....
Hello,
can the radio notification and radio disable APIs be used to use the radio hardware from the application layer?
Background of my question is, that I have an application...
Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
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 used This char tutorial for this project. Basicly I added beacon advertising mod with a connection mode to this project and I tried to changed minor and major of the device...
Hello! Something strange is happening with my nrf51822.
I have a simple code to obtain data from the ADC and send it through BLE.
I do the following in the main loop:...
Hi,
I am new to Nordic Thingy91.
I have tried to connect Nordic Thingy91 (nRF9160) device using "nRF connect v3.2.0", via USB. But I am facing, below issue.
Issue 1...
Hi,
I am getting the same error despite adding the files properly.I even tried by providing the absolute path.
"nrf_section_iter.h": No such file or directory.
I get errors saying XYZ.h header file is not included though I have included them everywhere. Please help me on how to resolve them.
Regards,
S Sachin Goud
Im use the \nRFready Smart Remote 3 nRF52 v1.2.1alpha\nRF5x SDK-SR3\examples\ble_peripheral\smart_remote_3_nrf52\Projects\Firmware_nRF52832 code ,then I have dowmload the...
Hello -
This is a strange problem and I'm guessing I am missing something obvious. I am using the sd_ble_gap_scan_start() API to perform active scanning as follows:
...
Sdk: nRF5_SDK_15.3.0_59ac345
example: nRF5_SDK_15.3.0_59ac345.s.ble_peripheral\ble_app_hids_keyboard
question: After connecting to ios, ios virtual keyboard is automatically...
In some other non-hid app, I can set APP_ADV_TIMEOUT_IN_SECONDS to zero and it worked fine. The advertising is continuous.
But in the ble_app_hids_mouse, I set both APP_ADV_FAST_DURATION...
I would like to use AT commands to get the IMEI on a custom board that has an nRF9160.
In preparation for this I am attempting to get AT communication working on a NRF9160dk...
On the nRF52811 with the s140 softdevice, what is the set of things to do to enter very low power sleep state? The product specification says ION_RAMON_RTC is 1.5 μA. What...
Hi
there I'm having a problem in compiling an application using nrf_esb and app_timer.
./nRF5_SDK/components/properitary_rf/esb/nrf_esb.c:900: multiple definition of...
hi all, i'm trying to disable uart for lower power consumption, i've disables it with: but when i measure the voltage on the rx pin i see 1.8V (this seems to consume current...
Hi,
I'm starting with nrf52 dk using Keil ide for ANT+ applications...
I tried to run an example inside the sdk folder and I have problems with app_error functions....