I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
What was the reason for not making the context available for saadc-handlers?
Most handlers I stumbled on (twi and timer) either had a void* p_context or void* p_user_data...
Hi,
We are using nordic nRF52832 in our project as per our requirement we have to implement sleep and wake up mode with the help of button interrupt.our use case is that...
Hello,
I am using sdk12.2.2 and customized board. I am using app_error_check after every api so that my code reboots if any of the api fails. I want to know should I use...
Hi all,
Is there a software way to detect if an external 32kHz XTAL is connected to the nRF52 or not ?
So it could possible to select the internal RC oscillator instead...
Hello,
I have a project that requires the use of the SAADC module for temperature measurement from an NTC Thermistor.
However, I will also like to use the CapSense touch...
Hi,
With reference to https://devzone.nordicsemi.com/f/nordic-q-a/33890/get-x-y-z-values-from-lis3dh-using-nrf52-development-board this thread. I am trying to get data from...
Hello,
My application is really close to the example named BLE relay example in the DK. We could start from this example and adapt it to our needs. The problem is that this...
I have the Adafruit Sniffer which is based on the nRF51822 Bluefruit LE Friend, which contains the Raytac MDBT40 . After searching and finding the CP2104 drivers, I can speak...
I have been reading the forum and there seems to be differing advice to use Timers or RTC, since TIMER0 is used by the soft device, so it could cause issues since the SAADC...
Hi All:
i have a trouble, i need Coexistence mesh sdk 2.0.0 provisioner and nrf SDK 15 template. but mesh not work when nrf SDK 15 run advertising_start(erase_bonds);
...
I'm working with nrf24l01 module and use it in BLE beacon mode.
My main question is how can I decrease the visibility range to 10 - 20 santimeters?
(by some schematic...
Hi Support team,
My search for nrf8001 port to Arm-m3 landed me on a thread , where the support personnel has provided a link for a port to lpc1769 in the last comment....
Hi,
I would like to add sensor data in mesh network to be able to send data in certain intervals. How is it possible when I create a sensor model for mesh client and server...
Hello. I have a nRF52832 DK and I'm trying to modify the SPI example code found here:
/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a/examples/peripheral/spi
I'm using the nRF52832...
Hello Guys,
I have brought this nrf52840 to try BLE mesh. I tried connecting it to the PC and it was working fine, later I tried dumping the file into the board through...