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 the DFU Bootloader from the version 15.3.0 of the nrf connect SDK with the softdevice version 7.0.1 on a nrf52832.
In Addition i am using a modified...
On SDK 16.x.0 only
Please Do not judge the quality of SDK based on number of entries here. This thread should be considered as part of Nordic effort to find issues and possibly...
Hi,
I am trying to interface MCP7940 RTC with nRF52840 DK. Initially, I am using a twi_scanner example from the SDK v16.0. Using the same example it is expected that I should...
Hi, I am working nrf52832. I want to send the string.
#define APP_ADV_DATA_LENGTH 0x1F /**< Length of manufacturer specific data in the advertisement
uint16_t length;...
I spent some time trying to combine example project ble_app_hrs_freertos and ble_app_uart so that I have a project with FreeRTOS that uses NUS bidirectional - without success...
I have received a dev kit and am trying to connect with it over JLink. I have connected it to my computer via the J2 micro-USB port. SW6 is set to default and Power Source...
nRF52840-DK (PCA10056) when connected to laptop, LED 5 blinks very fast and LED1 also blinks(slower than LED5) and board is not detected by the laptop. could any one please...
Hi,
We have encountered an issue where we are transferring data using our custom service back and forth from the nrf52811 to a remote test device and the radio becomes unresponsive...
I am attempting to write a basic I2C program using Zephyr, but I am currently unable to sent a single byte over I2C. Am I doing something wrong? I'd prefer not to use the...
Hello!
I have a characteristic defined to be in user memory by the BLE_GATTS_VLOC_USER flag.
The initial length is 0 and the initial value pointer is NULL.
Now I...
Hello!
I am currently trying to use the watchdog driver from the Zephyr library. I have enabled the CONFIG_WATCHDOG and set it up similarly to the asset_tracker application...
Hi,
so far I have been programming my custom nrf52840 device through the debug out connector of the nRF52840 DK and a custom programming connector.
Now I would like to...
Hi,
I'm using nrf52832 to interface RTC using nrf_calendar.c file.
I have start the RTC at 8:59:00, it will reaches 9:00:00. After that automatically it will resets and...
I haven't been able to locate any NAND flash libraries or examples in SDK 15.3.0
To be clear, this is NAND flash, not NOR flash (examples are Toshiba TC58CYG2S0HRAIG and...
Hello!
We are trying to make a family of devices that would be based on nrf52840. The devices would communicate between each other via Bluetooth Long Range (CODED PHY)....