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 getting a strange assert from S140 7.2.0 nRF5_SDK_17.0.2_d674dde on a nRF52840 at PC 0x15074.
Frustratingly, it happens a minute or so after boot, but doesn't occur...
Hello Nordic
Im having issues getting logs out of the MSC storage example on SDK16.
When connecting nRF USB connector on the PCA10056 connector to my Windows 10 computer...
Hello,
We use the nRF52832 with SD 17.2.0, Bluetooth LE.
We observe an error when doing the following sequence:
- Build a bonded connection using the nRF Connect...
Hi,
When using the TWI manager you normally provide a callback function that is executed once the transaction has been completed. I'm using the NRF logger module to display...
Hi, Nordicsemi
At present, although SPI uses easy DMA when reading and sending data, in the actual use scenario, I still use gpiote to detect the interrupt pin of the sensor...
I am using the sdk-zephyr. After configing the ubuntu enviroment, i use the west build commond to build the sample project.
But there are errors like these:
[0/1] Re-running...
Hello,
I have few questions about PPI.
----------
1. How to configure PPI channels that runs one after the other? If yes, is there any example?
Because I have two...
I'm having trouble getting the Secure Entry gateway functions to work out of RAM. The nRF9160 datasheet has RAMNSC configurations, so it should be possible. We're able to...
Hello,
I'm not able to locate the QDID for S113 v7.2.0, associated with nRF52832 and SDK 17.0.2.
The product page for S113 indicates that S113 is Bluetooth 5.1 qualified...
Hello,
two part question;
-when a device is registered with the FCC, there is a good amount of documentation uploaded to the FCC website like test reports, photos of the...
Hi I'm wondering if anyone has any tips on implementing a I2C recovery sequence with NRFX 2.3.0 (as included with Zephyr 2.4.99). I've seen this discussed https://devzone...
Based on zigbee sdk 4.1, in the sample code of light_switch, leaving the network and joining the network are completed by buttons, the code is as follows:
Seen from the...
Hi, my BLE application on nRF52832 is designed to select two mode to operate with 3 position slide switch when power on like ON(Mode 1) - OFF - ON(Mode 2).
At Mode 1 position...