Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
Hi guys,
I'm fairly new to this kind of stuff and I'd appreciate if someone could point me in the direction of how I would go about taking the data being transmitted by...
Hi nordic,
I am using SDK15.0 (NRF52840) to design a watch producation which needs pairing. I have a problem that if NRF52840 (peripheral ) has been paired with a smartphone...
I want to get the RSSI of a connected device. The sequence will be as follows:
int8_t *p_rssi;
uint8_t *p_ch_index;
sd_ble_gap_rssi_start (m_conn_handle, BLE_GAP_RSSI_THRESHOLD_INVALID...
Setup: nRF52840 DK nRF52 SDK v16.0.0 s140 v7.0.1 When I attempt to use the nrf_crypto library for AES 128bit ECB encryption I keep getting
NRF_ERROR_CRYPTO_CONTEXT_NOT_INITIALIZED...
'm sending a publication set message (0x03) from an iOS app to an nRF52840 board using the light server example in the latest SDK. This works and I'm able to receive messages...
Dear All, I would like to know which is the better GPIO configuration to drive a LED for extremely low power consumption. We have a board with nRF52832 SoC with GPIO connected...
Hi,
I have Android (8.1.0), and installed nRF toolbox 2.8.0. To update firmware using .zip file.
The DFU Upload returns error:
Unfortunately, nRF Toolbox has stopped...
The 3GPP Release 14 introduced new, third power class of 14 dBm for NB-IoT devices. Is it possible to assign nRF9160 to operate at the lowest power rating class, the 14 dBm...
Hello everyone,
I am working on a project where I need to interface an NFC reader (trf7970a from TI) to an NRF52840.
I got everything working fine, but I have a major...
Hello,
I am running S140 on an nRF52840 custom board. While doing some power profiling, I noticed a spike of current of ~15mA when going from sleep mode to waking-up due...
I've created read onle characteristic called "log". In main.c i try to update it by calling : ulogd_characteristic_update(&m_ulog_service,Log_Data_arr)
But nothing happens...
How can delete individual peer bonding data without to affect the rest bonds:
-currently connected (after disconnect)
- some peer by providing RPA (assuming RPA matches...
Hi,
Is it possible to enable the transmission of 2 bytes of preamble and use the TIFS register to force a delay to transmission when in proprietary 2Mbps mode?
Thanks...
Hello, I'm using SDK 16.0, softdevice s132 v7.0.1, I'm sending the device to SystemOFF and configuring a pin to wake it up with
nrf_gpio_cfg_sense_set( IMU_INT2_PIN , NRF_GPIO_PIN_SENSE_HIGH...