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 m using pca10028.. with gcc tool chain setup with sdk 8 in windows.....am run one ble_uart example and after 180 second my device goes to sleep.. and second one that i have...
I'm using the SAADC of an nRF52832. I'd like to reduce the error of my measurements from the nominal +/-3%. I'm calling the NRF_SAADC_TASK_CALIBRATEOFFSET periodically to...
Hi,
I am trying to use nrfutil to generate my verification key.
However in the bootloader the key has this format
__ALIGN(4) const uint8_t pk[64] =
{
0x6e, 0x76...
Hello,
I am trying to update my bootloader using DFU and I am running into a few issues. I have successfully flashed and tested my current bootloader on my board and everything...
I am using the nRF51822 in an application where I want to run the UART as fast as possible to communicate with a host processor. I have been able to get reliable communication...
I am trying to create a package file to use with the DFU on my design.
I followed the instructions for getting nrfutil latest version built and was able to generate a private...
I'm using an NRF8001 with an ATMEL ATMEGA 328P (the microcontroller from an Arduino). I need the microcontroller to go to sleep, but still allow the BLE chip to advertise...
Hi,
for development i am using gcc and makefile on osx.
I wanted to automate my makefile with the possibility to upload directly the hex file to my nrf52 devboard.
...
I'm using PPI to trigger a gpio high after a given delay from 4.00 ms to 8.00 ms. I need to be accurate up to .01 ms but i'm seeing some jitter in the actual delay vs given...
Hi,
documentation for NRF_LOG_RAW_INFO state that it is:
A macro for logging a formatted string without any prefix or timestamp.
But when I use next code snippet...
Hi
After building ble_app_uart in Nordic SDK with board pca10028 it gives some warning like
/usr/lib/gcc/arm-none-eabi/4.9.3/../../../arm-none-eabi/bin/ld: warning...
hello sir, i m using gcc tool chain setup in windows with sdk12 in pca10028... so can i useexample->peripharal-> timer example same as rtc ... i mean sleep condition same...
I would like to use the flashwrite function to store some data in the flash. There is an example in SDK 11.0/peripheral.
But I have a few questions about the example: ...
Hi
I need to develop PC software to Discover, Connect, Get and Set data to the nrf device that we developed.
I am using the MCP and nrf connect but my client want to...
Hi,
I'm actually working on BLE product, with NRF52832, where security is really important. As I know BLE 4.0, 4.1 versions are not really secure with the key pairing ...