Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
We are developing a product based on nrf52840. The product will always be configured as a BLE peripheral. We need to be able to use OTA for both SoftDevice & Application code...
Hi, all
I'm going to develop a crypto application, and tested on nRF52840 with nRF5_SDK_17.0 CC310 run-time library.
there are a need is compute public key from a known...
Hello,
We are currently using the 0.27 and the 0.26 PINs of the nRF52840 for I2C communication as suggested in the sample code. But we need to use the P1.12 and P1.14...
Hi,
I am using nRF52840 as a peripheral + want to add UART to communicate with like Arduino and GSM. Is there any project that I can use/follow. Thanks.
I see LESC_DEBUG_MODE defined in some of the examples in the SDK (17.0.2) but I can't see where this definition is referred to in any of the libraries, so I don't think it...
I am facing strange issue when I execute firmware with NRF_LOG_ENABLED set to 0.
During BLE communication, Firmware is crashing.
If I enable NRF_LOG_ENABLED, all is working...
My requirement program flow is clearly written down .Please help me out.
void USART_EVENT_Handler()
{
// disable timer 1
//disable timer 2
// clear timer 1 count...
HI,
I have already got output from each of the SHT20 and MLX90614 sensors. Now I want to combine both the code. Regards, I need an help to Setup prj.conf file
Thanks &...
I'm referring to the HID keyboard example (BLE peripherals)
The example itself is more or less working and since my goal is to send a whole character string via BLE and...
Hello, Nordic!
When a scan is started with certain scan parameters, a timeout event (NRF_BLE_SCAN_EVT_SCAN_TIMEOUT) will occur in a time less than the specified timeout...
How can I do a point multiplication in NRF52840 using the ECC hardware accelerator for the secp256k1 curve? Also are there examples or any documentation on how to implement...
Hi,
I'm openning a new case (following the proposal of Einar Thorsrud ).
I want to do a BLE NUS project with custom service 128bits and with custom characteristics also...
Greetings!
Using the NRF52840 PDK, I succesfully erase, write and read without any modifications!
I have custom boards which involved a NRF52840 and a MX25R6435F (so same...
Dear Nordic Support,
My project is split into two parts: A firmware application that is based on the Generic Level Server model example (from the Mesh SDK) and an Android...