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...
Hello,
My company is evaluating the Thingy:91, we're interested in Multicell location lookups. My question is regarding the SDK, specifically if it's possible to configure...
Hi, I am unable to download my program and there's no detailed error messages, if any at all. Can someone please tell me what's going on?
Load "C:\\projects\...\\nrf52832_xxaa...
My company is creating a custom board using the 9160 and 52840. I have a BLE app running on a nrF52840 board that I want to port to the 52840 on the 9160 custom board. And...
I'm a newbie (few weeks) with nRF9160-DK and using nRF Connect SDK v1.7.1 / VS Code on a Windows 10 PC
Good afternoon,
I'm struggling with how to set up and start the...
Setup:
- nRF52832 , Softdevice s132, gcc
- iPhone is the peripheral. A custom service is implemented **on** the iPhone.
On the nRF:
- `#define NRF_SDH_BLE_VS_UUID_COUNT...
Hello.
We are developing using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral.
I am creating a function to connect to a central device, have the characteristic set...
Hi,
I am flashing Blinky led hex file on the flash at 0x5E000 location.
And again if i try to flash the different Blinky hex file at the same location. it wasn't working...
Hello,
I could use some guidance on where to look for a power draw that I am not understanding. I am not a hardware engineer but have been tasked with completing firmware...
We experienced an issue in production, in which about 40% of boards had excess current consumption by about 75uA. Root cause was found to be the PIN_CNF of a GPIO pin. During...
Is there any way that a BLE event handler installed with NRF_SDH_BLE_OBSERVER, can stop the execution of other (following) observers?
I have various modules using their...
Hi
I am a student and this is my first project working on BLE. Please keep that in mind.
The end goal is to create a fingerprinting system with a Thingy (nRF6936) as...
I have modified the BLE app Blinky example so that the LED is enabled (state 1) on power up. However, this is not being reflected on the BLE side because when I connect with...