Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
I'm using TWI and BLE functions together. My TWI sensor is operating at 400kHz, low priority. BLE has the highest priority. For example, if nRF52805 is sending commands to...
Hello community, I tried to read my motor encoders with the QDEC and capture the position of my motor. Hardware: nRF52840 DK, 2 Hal motor encoders on pin 0.13 and 0.14 which...
In NCS v1.6.99 the HEX data format is removed from data send and receive commands (socket, udp/tcp cli/srv), only ascii and data mode is supported.
In case of binary data...
Hello,
First time post and brand new to the nRF52832 chip. I am tasked with building firmware that will synchronize ADC samples across multiple devices. I have started with...
Hi to all team,
I have two units of nrf52840 dongle with me.
I have to develop the generic application firmware where data send from one dongle(coordinator) is getting...
Hi,
I have built ble board with nrf52832 with no pca10040 on my board and i have assign button switch pin as P.0.13 from nrf52832.Previously i am using nrf52832 dev kit...
Hello,
I have a custom example based on the "asset_tracker" application of the SDK v1.3.1 and I am trying to open the IDE through Toolchain Manager, but when I select "OPEN...
hi support team,
i was testing usb dfu(NCS1.6.0) function with window10, after i download the code, the windows seems not able to install the driver as below, and i couldn...
Just a naive question about the definition of nrf_fstorage_t , it has a member nrf_fstorage_info_t *p_flash_info .
Why the type isn't nrf_fstorage_info_t const* ?
Tell...
Hi,
there should be OK response after #XSLEEP before enter into sleep to notify, that command was received and processed without errors.
Current implementation (NCS v1...
device: nRF52832
SDK: nRF5 v15.3.0 (s132)
Soft Device: 6.1.1
I am trying to read multiple fds records and transmit them to the central device (nRF Connect on android...
SDK: 15.3.0
I have developed PCA10056 board based on CLI example.
I tried to print debug strings.
but, [00: 00: 32.310,668] <warning> app: Prints backends flushed repeatedly...
Hi,
I have developed BLE mesh by using nRF52832 with Mesh SDK v5.0.0. Now I am trying to implement the light switch client example.
In order to reduce the current consumption...