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...
In mesh example project “dimming_server”,I have added functions: mesh serial, SAADC(use ppi) and compie pass.However,when debugging,an error is happened in the function"nrf_drv_timer_init...
The SDK 15.3.0 and 15.2.0 Documentation references ANT + BLE Serialization example in " \examples\connectivity\experimental_ant_ble ". In the SDK I only found " ble_connectivity...
Hello,
We are referring to demo project ( https://github.com/NordicPlayground/nrf52-ble-image-transfer-demo ). This is quite matching for our requirement. However we have...
What is the default state of the GPIOs after reset, until my code has a chance to configure them?
Are they all Input/HI-Z? Is there a place in the manual that specifies...
Mesh DFU works like:
if(fw_updated_event_is_for_me()) update_ and _relay(); else relay();
Is there a way to change this behaviour to:
if(fw_updated_event_is_for_me(...
Hi,
I'm working on porting a project from an NRF52840 to an NRF52832. Apparently I screwed up something somewhere and I can't compile the project anymore. I'm using GCC...
Hi,
I working on a project that need to communicate with other mcu by SPI, the communication is work, but I have question about the start and stop of communication.
...
Hi,
I just met some difficulties to implant more then one service into my project. The project was developed based on hid_keyboard.
The project can work normally when...
I am using 2 nrf52832 boards to talk to each other through UART. One is programmed to the central SDK example and other other is peripheral. In the code, i incorporated 2...
Hi, I got the issuse about the connection with nRF52810. I used nRF connect to connect the nRF52810 device via Android,but it isn't easy to connect successfully.The nRF log...
Hello,
I have a question about the nRF52840 device and the supporting documentation. I am trying to figure out the current ratings for the GPIO. On page 198 it states that...
Hello,
I have an issue with the function sd_flash_write which ends up in a hardfault when returning to the function calling it. I know there are many Q/A on hardfaults...
Hi,
I have some questions about UART:
Currently I am developing software on our PCB with nRF51822 chip. When I was implementing and testing software on the Development...
Hi,
I am a beginner to BLE. I am using the nRF52 DK and i want to try out the advertisement and connection features.
I basically want to know how to send out an advertisement...