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...
I use pin SDIN, SCLK, CS, DC.
but how do I connect the pin nrf51822
spi_master_example is
#define SPIM0_SCK_PIN 25u /**< SPI clock GPIO pin number. */
#define SPIM0_MOSI_PIN...
I have been reading about code regions in the nrf reference manual and understood about CLENR0 and how to use it. I have however, two questions
What is Pre Programmed...
I am using the SPI Slave port in the nRF51822 and am always transferring 20 bytes. No matter what I do, it seems that the status register in the IRQ says that I got a TX buffer...
I am working on BLE. I have created a service using read property(services_set_barometer_service_barometer_data(void *src, int size))
After connection is set-up i am calling...
Hi,
I need to be able to communicate between two boards via UART. I had a look at the example from Ole provided here: devzone.nordicsemi.com/.../ as well as other references...
Hello,
I am wondering if I can use any 128 bit UUID value.
For example, in the example uart project, Nordic UART Service = 6E400001-B5A3-F393-E0A9-E50E24DCCA9E is used...
If I want to stream samples up to the nRF Toolbox HRM iOS app plot, what is the fastest that I can call ble_hrs_heart_rate_measurement_send in firmware assuming I have nothing...
Hi,
I'm using nRF51822 Development Kit and trying to program softdevice with nRFgo Studio. The file to program is C:/Program Files (x86)/Nordic Semiconductor/nRFgo Studio...
I'm using S110 version 7.1.0, but need a way to validate in general which S110 and which SDK version I have associated with this .uvprojx project.
Much of this stems from...
I'm running the ble_app_beacon_s110_pca10028 example on my NRF51 dongle. The good news is that I see a beacon transmission on my iPhone 6 on this "Pally BLE Scanner" app....
We are developing a new BLE tag product using the nRF51822. We would like to assemble the PCB and battery in a single operation then program the product sometime later. Can...
Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
I'm trying to use RTT for debug printing and having some trouble. I'm using the nrf51-ble-app-lbs example app that goes with App Note 36. I've added the RTT code from www...
Hi,
iOS device uses random private resolvable type changes own bluetooth address address every 15 minutes as long as I know. Can I see the transittion just to change the...
I see the python S110 bindings (via SWIG) have been made; it was pretty easy to get the demo code up and running, many thanks! Any chance that S120 central role bindings can...