Hello,
I am using nrf51422 with stm32L0. There is a uart connection between nrf51422 and stm32l0. I want to transfer data from stm32l0 to nrf51422 through usart and push...
hi........... folks
i am merging two programs together uart and TWI sensor ...using nrf52382 and segger 15.2version
i am getting the error in ble_nus_send ,
even i have...
Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
Hello,
I want to generate different UUID for service and for characteristics with different base address for both.
I am updating base address in characteristics_add...
8Q BTLE issue.pcapng BTLE connection failure.log
Hi guys,
We have an issue with some iOS devices that are disconnecting with reason 0x08, the connection timed out. The...
I have used NRF52840 and SDK 13.0.0. Module SPIM.
Nrf driver does not support frequency more then 8 MHz(enum does not have constants for 16MHz and for 32MHz).
But I have...
Hi,
I tried to use fstorage to store some data in flash.
From now, I was able to read and write data before advertising starts, but when I try to write data to flash after...
Hi,
I am currently trying to perform DFU update over BLE, I am working on SDK v11.0, and Softdevice S130 v2.0.0. My traget is an nRF51822-QFACA1.
When I enter in bootloader...
Hello everybody,
I'm designing an app to track the position of the smartphone using six beacons and, in order to do that, I made some measures both indoors and outdoors...
Is there any example combining the Serial and Over the Air DFU for the SDK13?
Or the posiblity to combining the two features into a single bootloader?
What steps should...
Iprogram the bootloader.hex to 0x78000 with jlink.Then in my application program,I set the NRF_UICR->NRFFW[0] register as belew:
static void write_uicr_customer_register...
When power on,run app first at 0x1f000,then reset and run to boot loader at 0x78000,how to set UICR registers to make this come true?I try to set the NRF_UICR->NRFFW[0] in...
Hello,
I want to build a system which will use 2 nrf8001 to communicate. 1 nrf8001 will act as a client by continuously transmitting its UUID and another one will act as...
I am working on RTLS project. I want to perform DFU in beacons but not getting proper information .I went through ( devzone.nordicsemi.com/.../) but i think it i for SDK 13...
I have a hex string like this 58FF1CE5.This is corresponding to One date time 16/09/1955 .(ie in MM/dd/yyyy).How can i do this in ObjectiveC, I am getting this date in didDiscovercharacterstivc...
After some search I found that accepted values for tx power are -40, -30, -20, -16, -12, -8, -4, 0, and 4 dBm.
So my questions are
once I set the tx power using ...
I will code 1 to 2, however, was not successful
code1 :
u8 IICwriteBytes(u8 dev, u8 reg, u8 length, u8* data){
u8 count = 0;
IIC_Start();
IIC_Send_Byte(dev);...