Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
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 trying to connect via bluetooth using the gatttool on a Raspberry Pi. On the Nordic device I am using the BLE Proximity Demo. Everythings work fine, but after 30...
Hello all,
I am trying to get a communication between the nRF8001 and the nRF51822 using the UART service. The nRF8001 is connected to an Arduino and is working fine. I...
I am trying to find out the issue with my nonvolatile driver. I currently try running
nrf_nvmc_page_erase((uint32_t)(page_address));
However, that doesn't seem to...
I've been testing Pre-Production samples running a firmware in which I catch any and all Error codes or Reason reasons and write them to the gpregret register to be read later...
Hi, I am using a modified version of RBC mesh.
When I connect with an external device to one node using BT I get connected but I can get randomly disconnected when data is...
So, I'm trying to work around the Ble Uart example, using the PCA10003 Board. The example uses one of the buttons as a "Wakeup" source, but during the bsp_init() call, the...
Hi Nordics,
I would like to run the app example “ble_app_hrs_s110_hci_pca10028 (nRF51 PCA10028)” on the 32 MHz crystal. Can anyone help to change the code to 32MHz base...
Hello,
I am currently use the new SDK 8.0 for the NRF51822 (S110 soft device). I noticed that on SDK 7.0 for the ble_gap_sec_params_t struct , there was a variable called...
I want to see register values in interrupt service routines after a timer timeout. However, when I enable debugger in Keil, it only iterates once to the end of main function...
I've been trying to get a simple blinky program to compile for the better part of a day now. The makefiles are outdated and so are the keil projects. Is this SDK no longer...
Hi ,
I have a code like below.
__attribute__((used, long_call, section(".data"))) void function_1()
{
unsigned int a;
unsigned int b[10];
int c;
c= a-(...
I currently have an application with DFU bootloader that runs on s110 5.2.1 on a rev1 nRF51822. If I upgrade to the latest rev3 chip, can I just flash it and everything will...
How can I compile a simple blinky program for the PCA10024 with the IOT SDK, and using the (iot modified) s110 softdevice?
I've been trying to get a simple blinky program...