Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
I can not find information about layer stack-up and whether the via-in-pads were filled, please provide this information. We are thinking about a variant with thin outer layers...
Hi, I am trying to combine SPI, microESB and BLE. BLE and microESB will not be combined in realtime, but rather be two distinct modes, and not run at the same time, and therefore...
[test result] change to use Timer1 of timer example,it failed. if you use timer0, it is OK..
SDK IS 9.0:
nRF51_SDK_9.0.0_2e23562\examples\peripheral\timer
[test step...
Is there a way to access the lower level clock which a connected slave uses to stay in sync with the master. We want to use this to keep our PWM in sync. We are looking for...
Hello,
After looking into forum regarding usage of S130 stack for using the device as both central and peripheral, I understood that the peripheral and central can concurrently...
Hi All,
I have query regarding PWM usage in nRF51-DK. I have a requirement to control 3 LEDs (brightness and power) simulatneously. I intend to use PWM for the same. But...
Hi there! An error occurred in device manger. It was caught at the first APP_ERROR_CHECK in device_manager_evt_handler. Error code is 0x88. I can't find this error code in...
Hello,
I do not see the bootloader files for this example in SDK 0.9.2. Where can I find the boot sequence for the ble_app_hrs example, and in what files is the boot setup...
Hi,
I don't see in SDK 0.9.x any examples pertaining to accelerometer peripherals. I see a TWI sensor example from the nRF51, but I am working with the nRF52. Are there...
The nrf8001 datasheet seems to mention that there should be no connections when sleep command is sent. So I wanted to call aci_disconnect first. But what reason do I use?...
Hello,
I received the nRF52 DK and tried setting it up as described in infocenter-->nRF52 Series --> Get Started.
I have the following installed:
Keil uVision5
Error...
Hi,
I noticed that I'd occasionally hit an error when calling into nrf_drv_spi_transfer using the SPIM driver (SPI0_USE_EASY_DMA set). nrf_drv_spi_transfer was returning...