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...
Hi Team,
I have several nrf52840 developing boards for developing BLE Mesh applications.
Now, I want to use SPI interfaces. I didn't find any instructions or examples...
Hi
I am struggling with timer in counter mode. What i need is the counter to calculate time between each loop in microseconds. I do not want time interrupts i just need...
I am currently writing code to read the battery voltage using the C language. I would like to include the header file "es_battery_voltage.h" and use the two functions "es_battery_voltage_get...
We are using the 52840 chip SPI interface in slave mode and communicating at about 8MHz are noticing that during periods of innactivity with all systems stopped and sleeping...
I tried to install the nRF Connect for Desktop v3.8.0 on my PC with Windows 7, but it does not connect to DK PCA10040. The nRf studio work fine with my DK. Then I install...
I am getting starting the nrf52832 board with an LSM6DSL sensor for motion recognition. it is possible in edge impulse ??
how to configure the firmware Development and how...
Hello.
I am developing a central operation using nrf52832 (S132 v7.0.1, SDK v17.0.0).
When making a BLE connection, you will receive an advertisement first. Then SCAN_REQ...
Hi Nordic,
I try to find an API to set the duplicate filter when scanning. But I found nothing.
I want to use the dulicapte filter disable feature to improve searching...
Hi. I've been working on getting a gsm modem functional using the GSM Modem Zephyr driver on an nRF5340. I believe I have the overlay file setup correctly, but am recieving...
Hi
I known that for NB IoT networks, a device can only be attached and separated 30 times in 1 hour. If the number exceeds the number of times, the modem will have to wait...
I'm using nrf_delay_ms in main on "ble_app_beacon", but the delay time is much longer than I set.
I have set 2000ms delay to log, but it seems 4s or longer than I set.
Hello,
I am able to get a successful confirmation that my application has been updated using the nordic secure bootloader over serial code example. However, my application...
I'd like to both use printf and NRF_LOG in my application. However, I have not been able to get both working simultaneously. Is this possible?
I init the logging like: ...