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, ...
Hii every one,
We are working on a project where we are using a temperature sensor LMT01, its giving a pulse output the pulse out is from 220mV to 600m. So I'm using lpcomp...
Hi,
I am getting only two values on startup and the remaining values as zero when using app_timer_cnt_get.
EDIT: updated entire main.c file
#include <stdint.h>
#include...
I am trying to bring the pc-ble-driver code up on a single processor ARM based board with Linux build under Yocto control. The boost library version being used is 1.60.
...
Hi All,
I'm implementing system clock using approach similar to
devzone.nordicsemi.com/.../
The idea:
NRF_RTC_EVENT_COMPARE_0 -> PPI -> NRF_TIMER_TASK_COUNT
...
I have a nRF51822 custom board for BLE UART application. Connects this to serial port of an ARM SoC board.
P0.09 is for UART_Tx and P0.11 is for UART_Rx. No RTS and CTS are...
i am using a blend micro with nRF8001. and i am using it as a hub in my project.Now i am getting a range of 13 meters.but that is not enough for my project.so can i increase...
Hi!
I'm using the nRF Sniffer software (Windows 1.0.1 Rel.1111) with nRF51-DK Board (Rev. 1.1.0) and Wireshark (1.12.5).
Everything works fine until the number of 65535...
hi
i work in sdk v6.1 and work with dfu over air and it work fine on s110 but now i open this project
nrf51_sdk_v6_1_0_b2ec2e6\nrf51422\Board\nrf6310\s310\ble_ant_app_hrm...
Hi!
Turns out that there is no need for the SD310 and the nRF bootloader. Which means that the flash layout is edited and current support for the BLE OTA is dropped since...
Hi,
I am working on nRF51822 Microcontroller. I am not using any kind of stack I mean Bluetooth etc. I have a simple nRF51822 microcontroller and am running a simple application...
Like the title says, I'm making a call to nfc_t2t_emulation_start, and getting NRF_ERROR_INVALID_STATE (0x08) back.
The only prerequisite that I'm aware of in order to...
I'm testing with S132 nRF52 SoftDevice 3.0.0, BLE dfu operation with single, nRF toolbox on Android version 1.16.5.
I have checked the example in SDK, nRF5_SDK_12.1.0_0d23e2a...
Hi,
I am trying to make communication between two nrf51822 modules. I am using nrf11 SDK, In this i am using proprietary_rf-> esb_low_power_prx(ptx) examples.
In this...
URGENT
First of all, I have to mention that I dont understand PPI.
I have application which uses PWM to control a pump which is connected to the nRF52. To the nRF52...