I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
Hi,
Please let me what is the beacon layout of nRF58122 for scanning beacons in region by using following method:
BeaconManager.getBeaconParsers().add(new BeaconParser...
I'm using and NRF52 with S132 and SDK13.0. I'm using Keil as my IDE.
My application acts as a central for smart phones to connect to and also acts as a peripheral to conect...
Hi, I'm a mechanical engineer, an industrial engineer and have a master's degree in control of the dynamics systems. I never get the change to work with ARM architecture before...
Help, what UART output pins that gather all information from the various sensors in the NRF52832 thingy52, to integrate with Raspberry or Arduino, thank you
Hello Community,
I am trying to implement a whitelist in my central device but when I type ble_gap_whitelist_t I had an error of compilation becuase ble_gap_whitelist_t...
Hi,
My first objectif is that the Micro:Bit consumes less than 2μA without the BLE. I read that the Micro:Bit program was not powered if the Micro:Bit is powered by the...
Hi everyone,
I am writing a program in Keil whereby I have to send a large amount of data through BLE notification in real time. The program works by having two timers...
I want nRF52832 to be a central device which will take an input from nRF51822 (peripheral device). Also, Is it possible to make two nRF51822 talk to each other?
Hi,
I having an nrf52832 board and using gnu arm, nrfjprog to program the device. i reading data from two different sensors using spi and TWI in two different codes. now...
Hello all,
I have received "nrf51822 smart beacon kit" connected the battery power and i can detect the device in nrf Beacon app. but the issue is when i select the actions...
I am going to have streaming data come through a characteristic on an S110 device. When the client writes to the characteristic, my peripheral device will read the characteristic...
How do I use Wireshark to see the connection interval negotiated between my nRF51822 peripheral and a central which is a mobile app? Which messages should I be looking for...
Hi all,
I am not very proficient in NORDIC and BLE. I was wondering if you could answer me.
I am developing a module using NRF52. I have a redundant wireless communication...
I am using a PCA10040 with a nRF52832 mounted on it. I am trying to match the IC revision with the packet variant as explained here .
The problem here is that the chip...