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!
I am using the nRF51822 to do some measurements regarding the capture effect ( en.wikipedia.org/.../Capture_effect).
My question now is: when does the radio latches...
Hi
I´ve got two boards with PIC 18F4620s connected to nRF24L01+ .
One is configured as Tx and the other as Rx.
I can read/write registers trough SPI in both boards, but...
Hi!
Im trying to read the rssi value in real-time from my connected beacon device. Im using a xcode sdk (nRF beacons). All I can find are UUID, Minor and Major values.
...
Hello all.
We have a simple ANT-page application that has the ability to send data as burst packets when requested. The code has been working well. We identified the need...
I'm trying to use nRF51 IoT SDK and setting raspberry pi as router.
When I enter the below command for connecting to nrf51, wlan connection is disconnected.
echo "connect...
My configuration:
NRF51822 v2
TWI
GPIOTE
Issue:
The gpio interrupt does not get triggered. I know that my twi device is changing the state of the gpio3...
Hello, I apologise for this being quite simple as questions go but I was wondering if anyone knew where to begin or if there is any good information out there on how to use...
Hi,
I need use the nrf51822 to connect to PC via usb ble adapter (virtual com port).
The PC side has the USB BLE dongle (adapter).
http://www.amazon.co.uk/Plugable-Bluetooth...
Hi....
Is there any issue in sending a value on a character in button_event_handler? When i tried it disconnection is happening.Am not using button service , just using...
When running the makefiles found in the esb/gcc_rx and esb/gcc_tx folders I get the following errors:
base:gcc_tx jnoble$ make
mkdir _build
"/Users/jnoble/hardware/nrf51822...
I have trouble compiling successfully even the simplest of example codes for the nRF51822 with the Keil MDK-ARM toolchain (v5).
For example, for the "blinky" project, I...
I have ported the example ble_app_beacon from sdk 7.2.0 for use with nrf51422_xxaa and softdevice s310 (v.2.00).
In the function ble_stack_init() there is a call to the...
Hello everyone,
I have two doubts related to pca10001 board:
What is the maximum amount of current
that can be pulled from a single GPIO
pin?
Does the...
Hello,
I just received new rev.3 nrf51822 chips, so I am migrating with my project to newest SDK version.
I installed Keil5 with that smart run-time environment manager...