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, ...
Hi,
I am using Nrf51422 DK, my need is to send file (which is placed in my computer)to the another nrf board. Tried with file operations (fopen,fgetc,etc.) in keil4. It...
While flashing program to nrf51822 device through terminal getting these error msg
ERROR: JLinkARM DLL reported an error. Try again. If error condition ERROR: persists,...
Hello, I currently using the proxy light switch exemple of the mesh SDK 2.0.1 in this configuration :
I search to have the less current consumption in the mesh client ....
Hi all,
Please find my following current measurement resuls in the pwr_mgmt example using a nRF52 preview DK and SDK 13
My setup is as follow:
SB40 is cut
SW6 is...
int main(void) { initialize(); execution_start(start);
for (;;) { (void)sd_app_evt_wait(); } }
can you explain me the execution of code flow in the main with these APIs...
Hi to all,
I am new i ble tech, i read some where that notification charactristic dose not need acknowledgement but indication need, now i want know that this acknowledgement...
Dear all developers:
I want to use whitelist on central mode,and using SDK12.3.0. I have see some call be used like this:
pm_whitelist_set(whitelist_load())
p m_device_identities_list_set...
Hi,
We are working with SDK 15 with the HRS freeRTOS example. we did some modification to the advertising modes so that we advertise on fast mode for 1 minute and after...
Hi,
I'm using nRf52832 with SoftDevice S132 V3.0.
I found that I can exclude a bluetooth channel from the map by function sd_ble_opt_set .
But how can I tell that a...
When I compile the project (nrf5_SDK_for_Mesh_V2.0.1) exemple: Light_Switch....... there is an error that appears
#include "boards.h" --> (no such file or directory) Why...
I'm using SDK mesh v1.0.1 and nrf51822 S130 for mesh application. Light switch example is working fine. Now I want to add a twi sensor in server side. My doubt is in mesh...
Hello,
First, the current of the advertising frame was too high (around factor 2) and I have switched on the DC-DC to correct for that by inserting sd_power_dcdc_mode_set...
Where could i get the apk of thingy 52? it's hard for me to log on the Google play to install it because my phone didn't have GoogleServicesFramework, could anybody send me...
I am working on RTLS project. In beacon i am advertising battery life and temperature along with minor number and RSSI . I am merging battery strength and temperature in major...
Hi!
My setup:
* nRF52 DK
* nRF5_SDK_15.0.0_a53641a
* s132_nrf52_6.0.0
* SES V3.34b 64-bit
* android ver.8 smartphone with nRF Connect
I have implemented the...