Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
Hello,
I am using IAR Embedded Workbench for ARM ver 7.6. We are using nrf52 with SDK 11 and the corresponding soft device.
We are having a problem with the uart sending...
we have
/**@brief Function for initializing BSP.
*
* @details The function initializes the board support package to allow state indication and
* button reaction....
Hi,
I'm trying to connect to a Raspberry Pi from an nRF52832 via BLE Central mode. The Pi is running a node.js app (via bleno) and I can connect and communicate with it...
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...