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 Sir/Miss,
I use programmer v2.3.1, J-link and nRF52810.
After I connect to J-Link which displays nRF52840 in UI. In log windows, it's normal.
Please check below...
I have been writing an app and now changing the bluetooth library to Nordic Android BLE Library. W hile connecting to the device I keep the autoConnect flag on, which lets...
Good morning/afternoon/evening to whoever is reading this.
I am fairly new to working with nRF tools, this is in fact my first time working with this. I have a linux virtual...
Hi,
Sdk-17.1.0
Soft device-s112
I have large amount of sensor data in my memory (eg:- 8MB of temperature sensor data, 100000 readings). I want to transfer this to the...
When the nRF52840 Dev Kit is sending data as a peripheral, connected to client running nRF Connect all works.
I am sending (streaming) a text file to iOS phone or Android...
Hallo,
I am using SDK V7.0.2, SoftDevice S140 V7.2.0 .
I am trying to implement an application timer with the Secure Bootloader example. I checked in to the nrf_bootloader_dfu_timers...
I can use segger to develop ncs1.5.0 projects, but when I switch to ncs1.6.0, I cannot open all the projects in the directory.
Segger error log:
Creating solution sensor_server...
The nRF24 series is marked as Not Recommended For New Designs. Yet looking specifically at nRF24L01 and nRF2401A, both not recommended, they recommend using nRF24L01+ and...
Hi,
The USB console example in zephyr/samples/subsys/usb/console works
well with nrf52840 usb dongle. But when I upload s140 along with my app it
does not work. Can...
Hello,
i am using nrf52810 with mpu6050 for reading accelerometer and gyro-meter data and i want to advertise the sensor data continuously in nrf mobile application where...
Dear,
We are llooking for an example to use RSA 3072 for nrf5340 bootloader.
How can bootloader (samples/bootloader example) support RSA 3072 for nrf5340?
Regards...
Hi,
I had my application running on nRF_SDK_For_Thread_and_Zigbee.
I have been following SDK APIs directly in my code to calculate certain parameters:
1. nrf_temp_read...
Hello,
I tried to power the nrf9160-DK with external supply on port P21, as suggered :
https://infocenter.nordicsemi.com/pdf/nRF9160_DK_HW_User_Guide_v1.0.pdf
So I...
As per DFU concept t he image management command handlers makes it possible to upload , list , test and confirm the image(s), while the OS management command handlers makes...