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 -...
FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
Hello!
I have a device with nRF51288. And I need to fill technical specification with the following parametres: operation freq., channel bandwidth, modulation, number of...
Hi,
I am using NRF52810 , In my project I need to store Float value and uint32_t value in EEPROM / Flash for permanent storage (Non-volatile storage).
With SDK17 i am...
Installing a toolchain for nRF 9160 is not easy as installing the Arduino IDE ( at the leat in Ubuntu). I request Nordic Semi to install all the required tools in a cloud...
Can I buy nrf52811 in bulk and have my bootloader and firmware installed before I receive them for production? And what is the cost say for 1500 preloaded. ?
Hi
I am new to this forum, I am working on NRF24l01 and having some issues to transmit more bytes, I am suing some sample code which is working for simple transmitting one...
Hello,
The following code was embedded in main function, the sdk version is 15.2.
the debug console show as below:
My question is , why string "This is a string...
Dear all,
after some customs problems I hope I finally will receive my Thingy 91 tomorrow. I have already installed the toolchain and done some readup on the device for...
I am attempting to build the new alexa_gadget example that is included in the nRF Connect SDK.
Environment information:
Windows 64-bit
nRF Connect v3.6.0
nRF Connect...
Hi everybody,
I think have a problem which involve writing on the external memory of the nrf52840, what I want is when I receive data from the NUS service I want to store...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hi,
The system has an nRF52840 as a BLE USB Dongle plugged to a PC, and connected by BLE to another device (another nRF52840).
I measure the latency time between the...
Hello everyone.
I made my own board with nrf2840 and wanted to use the CC310 module for encryption.
I uploaded an example from the SDK to my board and in the debug I see...
Hi,
I am a newbie to nRF devices. I have different sensors connected to TWI,SPI,ADC etc. and need to send these data to a cellphone through BLE. Does anyone has a sample...