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:
...
Hello
I want the example code how to implement the time model i.e get the time, when the particular data is sent from server and received in client side along with the data...
I've been trying to track down why we have higher than expected current consumption in our application. This is on custom hardware using an nRF5340 module, powered in High...
Hi
I want to perform firmware upgrade of app core and net core to external flash of nrf5340dk board. I am able to do it in internal flash using SMP_SVR example. What are...
Hi,Nordic,
(Device:nrf52840DK,SDK:nRF5_SDK_17.0.2)
I am now modifying the esb_prx code.In the original design,there is only one type of packet,but now i want to conbined...
Hello
I try to follow yours instruction for first steps FOR SDK 17.1.0 :
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_gsg_ses%2FUG%2Fgsg%2Fsoftdevices.html...
Hello !
1. I have found in internet bootloader for dongle graviton_bootloader_mbr_v1.0.1-\[nRF5_SDK_15.0.1-1.alpha_f76d012\].hex and able to flash and use it.
But where...
Hi am trying to do bare metal programming using nRF52840 dk. I am working on UART protocol where I am trying to read a text file.
My text file look like this: It has 10...
I am using openOCD for flashing hex files to an nrf51 target. I have got the flashing process working.
However, I seem to be running out of space, the nrf51 has 256kB flash...
I'm trying to integrate MCUboot into my application, as immutable bootloader (CONFIG_BOOTLOADER_MCUBOOT=y). Building succeeded, but after programming the board gets stuck...
Hi,
I am using nrf52840, NCS v2.1.2.
I add MCUboot in my project, but got ‘Failed reading sectors; BOOT_MAX_IMG_SECTORS=256 - too small?’.
I add some log in MCUboot...
Hi,
I have been using the nRF5 SDK for years and the reason why I chose Nordic was for the low power consumption. Then when I was designing a new product using the nRF52840...
Board: nRF5340dk
SDK version: v2.1.0
My goal is to transmit 240 bytes of data every 5 ms using GATT notifications and 1 Mb PHY.
In the attached sample, I have my dev...