I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
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...
Hi,
I just recently began implementing the mesh stack into an existing application, using mesh v3.2 and nrf sdk 15.2.
Integration works well by using the integration guide...
I am currently working on nRF52DK and TCAN4550 using SPI communication. Regardless the SPI slave which I am using, I have some doubts with SPI Nordic library (I am using 17...
Hello,
I have been trying to configure the c_cpp_properties.json file of Visual Studio Code so that I can edit my project from there, but I can't seem to find the preprocessor...
It appears that the DFU bootloader has been overwritten/damaged on nRF52840 Dongle as it no longer resets (the red flashing led does not show) when I hit the RESET button...
HI,
I wanted to know what is the default tx power set level in S130, I took a example from sdk 11.0.0, (ble Peripheral/ble_app_uart) but i dont see anywhere this example...
I struggled for a while with this: the SDK documentation and the example application did not explain a common use case: reading and writing single-byte registers in a peripheral...
I need to measure periods with high precision, so I need to make sure that the HF clock is using the external XTAL; when the softdevice is not started (for testing mode) I...
Hello,
I am building a wireless sensor network for my coffee business, I am using a raspberry pi as the gateway with nrf24l01 connected to it, I have a bunch of sensor nodes...
HI
I have followed the below-mentioned tutorial
https://devzone.nordicsemi.com/nordic/b/archives/posts/nrf-connect-sdk-tutorial---part-2-ncs-v1-4-0#h117sk6474thpzmbdphj6gan2vw7rzj...
PCB above my collection of audio data by codec, and then through the Bluetooth upload, the audio signal noise will be ticking ticking, may I ask what is the reason
hi, all
I added scan module at 'ble_app_uart' example..
Error in function nus_c_init. (0x08)
So when I follow the line by line, it seems that the 'registered_handler_set...
Hi,
Iam using Segger Embedded Studio (SES) v5.20, SDKv17.0.2, NRF52840 DK board, NRF52810 Microcontroller in the Custom Board
Since we don't have the PCA10040e folder...
Hello Everyone,
We are using nRF52840 IC for our products which has 1 MB of flash.
Thread Secure DFU Example provided with Nordic SDK supports only Dual Bank DFU. This...
Hi,
I'm working in the asset tracker v2 project and currently I need to do a simple hex to char array conversion. This entails using sscanf. However the use of sscanf consistently...