EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
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...