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...
Hi,
We need to update the firmware of the device through IOS-nRF-Connect-Device-Manager, but the language currently used in our old project is objective-c. IOS-nRF-Connect...
hello ,
We use the nRF9160‘s GPS. We see that the 9160 Thingy use a GPS LNA between the 9160 module and the 9160 GPS antenna?
We want to know, whether we can do...
Hi,
I know that the Bluetooth mesh cannot use long range, but I want to know whether the output power of the node can be controlled to adjust its broadcast range?
Thanks...
hi support team,
for ncs, how to add dir to segger IDE like this one.
for example, like keil IDE separating those two .c into two folder in segger.
Regards,
William...
HI
This is regarding to create a project which supports below peripheral
1. Uart : To interact with Windows application - Working Configured Successfully
2. I2C: for...
The instructions at https://github.com/NordicSemiconductor/pc-ble-driver do not allow building the driver or the examples on a Windows system. Following the instructions takes...
Hi, I developed a BLE and Zigbee custom product, starting from nRF5 SDK for Thread and Zigbee v3.2.0. On BLE side, it connects with Mobile or Tablet using Pairing with bonding...
Hi,
1. Does nRF52840 CKAA WLCSP support QSPI 32MHz?
2. What should qSPI 32MHz measured CLK waveform look like?
3. Is there a 32M QSPI CLK sample diagram actually measured...
I finally had success in getting a SPIM master running with a single SPI slave (Honeywell sensor running CS 4 on the Arduino R3 header) on my nRF9160DK. But now I need to...
Dear all:
I am developing a ble scanner using RADIO Peripheral.
I have 2 questions to ask
1.When is the END event triggered?, How does the hareware know the packet is...
I received the hardfault in the following image.
The function at the address 0x00028C44 is:
The hardfault did not occur again after resetting. I'm not sure why this...
Hello,
We have a PIC32 controlling the NRF24L01 with some sucess so far.
But sometimes we get the chip in a state that we can't get off.
We still cannot pinpoint the...
Hi Team,
I am developing an application that nordic chips receive data from msp430 chips by the SPI, and send them out.
Nordic can receive the data from the msp430, but...
Hello everyone,
I tried to add the long press event into my bsp_event_handler without success. I get the normal button press event, but the long button press event is not...