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 just received the Nordic nRF52-DK, and am unable to do anything with it as my laptop does not recognize when it is connected. I do not have the original cable as I did not...
Hi!
I have AD5611 DAC connected to nRF51822 by SPI.
In DAC datasheet we need to send data by MSB first order.
Data packet is 16 bit length.
I feel variable uint16_t...
Hello,
I use the pca10040 and the problem is in 14.0 eaxmple ,when I push the button switch the protocol mode like : ble->gzll->ble and then I find the example loop into...
Hello,
based on the saadc example of SDK 11 I am trying to change the code to use the SAADC's local timer to sample the input given number of times (10 times for the below...
Hi,
well I struggle with another problem right now.
In case of some errors, I use 'sd_nvic_SystemReset' to reset the system.
But the WDT is used in the application. Thus...
Hey guys,
how can we use DSP math functions on the nRF52832 little monster?
Is there somewhere some documentation?
What about power consumption and performance?
...
Hi, I'm using blinky from the SDK12 as an example here with a nordic nrf51 DK (pca10028, onboard nrf51422) which I am using as a programmer with a custom board (with a nrf51822_XXAA...
Hi guys, just signed up here for some help.
I was learning how to develop a project with nrf51822 core chip. The one I'm using is this one . I also have a DK for the nrf51...
I'm attempting to change phy in a program based on the UART example and am following the same process used in the att_mtu_throughput for changing PHY.
Calling sd_ble_gap_phy_request...
Hi,
I'm using nrf52 + SDK11 + softdevice 132 2.0 and trying to integrate
the OTA dual bank bootloader. Using the nrfjprog tool I program the
softdevice + bootloader....
I am using the nrf52832 soc, and have a requirement to run the device in low power mode and using the timer with a timeout value in days? how can I do so?
Sample code would...
I want to read data, advertised by a bluetooth beacon.
I have made this work before with SDK v14 using NRF_SDH_BLE_OBSERVER() to register a handler function to handle BLE_GAP_EVT_ADV_REPORT...
As a complete newbie to this a bit of guidance would be really helpful to point me in the right direction.
I want to create a simple device with a couple of switches (physical...
Hi Nordic community,
I'm sending several packets from nrf51822 (custom board) to Android application. At the moment I want to configure the sensor by sending commands from...