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...
Hello,
Does anyone have a suggestion for a production programmer for the nRF24LE1 One Time Programmable version? I have been able to program the units with the nRFGo Studio...
GOAL: To send one 20-byte data packet from an Android Galaxy S5 to nrf51822 and send three 20-byte packets from the nrf51822 to the S5 in a single connection interval of 10...
I have a Nordic thingy 91 connected to nRF Cloud, and I see a message "Upgrade your firmware to view Network, Sim, Device, and Service Information" I have tried to update...
The nRF9160 is connected to the nRF52840 by MCU_IF0 ~7(GPIOs) in the Nordic Thingy:91. and I know to uses UART communication between the nRF52840 and the nRF9160. Can I know...
Hi
a way to reset nRF9160 is by pulling low the nRESET pin https://infocenter.nordicsemi.com/topic/ps_nrf9160/pmureset.html?cp=2_0_0_4_0_4_1#pin_reset
During the entire...
Hello!
I would like to try the following using my nRF52840 board: press a button on the board and then receive a notification on the phone. And the other way round , press...
I am trying to update the DUT(Device Under Test) via nrf52840 Dongle with PC(ubuntu16.04/windows10) by the command as below:
nrfutil dfu ble -ic NRF52 -pkg OTA_DFU.zip ...
Hi,
This is actually a followup ticket based on this: https://devzone.nordicsemi.com/f/nordic-q-a/56228/fota-dfu-over-internet .
Now the situation is a bit more concrete...
Dear all:
I want to control my central( 52840 ) device to connect with peripheral(52810) within a range (45-60m),i change the tx power,but it set -4dbm,the distance is just...
Hi, I'm developing new project, and during test I see that, if you quicly connect/disconnect/connect.... and so on, the app seems locked... Tu exclude my HW-FW, I tried same...
Hi,
How to auto-connect with my BLE peripheral without an external application?
Here, the Android mobile acts as a central, and the nordic chip act as a peripheral.
...
SDK15.0.0/SEGGER/Windows
Hi, I ran this example: https://github.com/NordicPlayground/nRF52-ble-long-range-demo .
Note: Added NRF_LOG_INFO("%s", p_adv_report->data.p_data...
Hi, I have a problem with DFU upgrade over BLE on nRF52840dk. For some reason,the upload speed is quite slow ~0.4kB/s. For this test,I used SMP server app and did the compilation...
I'm using DFU of 52840, .I find a question, my development board can work normal with ble_app_buttonless_dfu of nRF5_SDK_15.0.0_a53641a,but my product board can't work well...
When building an app with mcuboot as part of a multi-image build, how can I pass the app version to imgtool so the app_update.bin header gets created with the correct app...
Hello,
I am using a custom nRF52840 (SDK 14.2.0, SoftDevice S140) based board.
Our boards stopped advertising and upon debugging we saw an error in the peer_manager_init...