Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
Hi All,
Does anybody has a working setup using SD 7.1.0 with SDK 7.2.0, iOS 8, DFU with a secure connection?
When I use no encryption it works, but when I enable encryption...
So I'm currently trying my hand at some very simple things that one can do with the NRF51-DK.
One of those things involves sending notifications to a client on certain...
Hello,
I'm testing n51822 with low voltage mode, and want to check the BOR condition.
Is there any threshold for brown-out reset, or voltage tolerance? e.g. 1.68V...
Hi.
I have received down the source of the example of experimental_ble_app_uart in my keil.
I use register.(NRF_CLOCK->EVENTS_HFCLKSTARTED = 0;)
but, Hardfault occurs...
Hi there,
I am currently using the nRF51 DK trying to teach myself how to create a working ble application. I am currently going through the application note nAN-36_v1...
Hello!
We are using an BLE NRF51822 chip as a GATT-Server, unfortunately without any possibility to modify its software at the moment. The BLE-setup should be very similar...
I want to run the Direct Test Mode for nRF51422 on my board, I'm trying to use the nRFgo Studio.
When I'm trying to connect to the specific COM port, I get the following...
Custom Board which has NordicSemi nRF51822-QFAA MCU,
a temperature sensor (Si7020-A10), and a white LED. The circuit follows the internal LDO setup.
(Ref. nRF51822_PS...
Hello,
i use Bootloader from SDK 7.2.0. I have some questions about init packet handling:
The bootloader compare the device type, device revision and softdevices...
During ble ADV,my device will consume 60uA,when ADV stoped it will drop to 13uA. But when I get ble connected current will up to 130uA.
I test nrf51_sdk_v6_1_0_b2ec2e6...
Hi,
in the new version of S110 (8.0.0) I can see the implementation of scan services:
SD_BLE_GAP_SCAN_STOP, /**< Stop Scanning. */
SD_BLE_GAP_CONNECT, /**< Connect....
Hi,
like many others, I'm confused with Peripheral Passkey Connection.
I'm playing with the ble_app_hrs, in order to be able to setup a Connection Passkey (for the moment...
Just got the S110 SD spec, version 2.0. Very interesting.But I've recently switched from projects on the Keil MDK IDE to the mbed environment (using the nRF5-DK as test platform...
Hi All,
Has anyone mimicked the nrf8001 ACI interface over SPI on the nrf51x22 devices using S110 soft device?
I am interested in increasing throughput by using 6 packets...