Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
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...
I ask you for help with programming Bluetooth module u-blox ANNA-B112. It is based on nRF52832. I have already installed Keil MDK5 with nRF52832_xxAB package, soldered the...
I'm trying to use sine function such as: S = sin(0.8)
But variable S come to zero after this code. Go to Debug mode and add a break point to view the change of variable...
Hi,
can we do the mathematical operations (like math.sqrt ) using nRF51822 ? Since, our project requires many simple mathematical operations, we need to decide whether...
Hi,
During the initialization of the SIM I have this message:
There was an error submitting your user information. This SIM cannot be activated. I am from Israel. What...
Hi All,
I have the strange issue with scanning. I have the project losely based on examples where I created peripheral adevrtising with 1s interval. This sends the custom...
Hi there, I'm using nrfutil ( nrfutil version 6.0.1 ) to dfu via ble (dongle),
Mac (10.15.2), windows (10), linux (raspbian) have been tried out to update the firmware none...
I am using the '840 to construct a small network using the ESB stack. In this design, a master (dongle) transmits to each slave and receives an ACK w/payload response. The...
I changed the way to get the upgrade program in the bootloader program and wrote a function to write the accepted bin file to the bank0 area. However, I found that it took...
Hi,
I am using BMD300 rigado board having nrf52. In my application i am tracking the ADXL362 accelerometer's motion.For this, I am combining SPI, UART(for displaying data...
Good evening,
after a very long research I couldn't find any answer.
Is (and if, how) it possible to connect an Arduino (or ESP32) via SPI, I2C etc. with the nrf52840...
Hi,Nordic Team
I tried to set 0,1,2 modes respectively in GNSS option, and the test current is as the attachment .
0 1 2
/**@defgroup nrf_gnss_psm_modes Values indicating...
Hi,
I am using nRF52832 with s112 BLE stack and SDK v16.0. I am wondering what is the most proper way for the "idle_state_handle()" method in the main loop.
Currently...
Hello,
I need to have connection status at the application level (IOS).
I'm working with the example "light switch server proxy" where the heartbeat profile is working...