Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
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...