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!
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...