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...
Hi,
HW: PCA10056
SW: nRF5_SDK_15.2.0_9412b96
I try to enable CRYTO feature in my module. But undefined reference to `CRYS_ECPKI_GetEcDomain' and other undefined reference...
I'm migrating a project from SDK 14.2.0 to SDK 15.3.0 and using the UART (not the UARTE). I want to use the legacy UART driver. I'm hitting these errors when compiling
app_uart_fifo...
Hi ,
Using the at client sample, i get this print :
***** Booting Zephyr OS v1.13.99-ncs1-5904-g71a875c18e2d *****
The AT host sample started
but I cant send any...
Looking for source code or off-the-shelf app to connect an nRF52 to Windows 10, ideally using NUS. I've read some of the posts on this topic but couldn't find a ready-made...
Hi,
i am developing a device with nordic NRF52840 soc and i want to implement a usb device with HID interface and custom hid descriptor, for test i changed nordic usb_hid_generic...
Hi,
have you by chance conducted any experiment using the timeslot API to share an antenna with a separate BR/EDR radio?
A GPIO on the Nordic triggered by the timeslot...
Hi,
I am trying to improve the user experience on IOS with NRF52832: I would like to be abble to scan my device and pair using the IOS bluetooth native manager.
Is there...
so far i am doing good with my nrf52840. i have played with so many examples they all work good. but the problem is when i try to merge them to full fill my need like i was...
Hi,
I'm testing the ble peripheral examples in my custom board with an nrf52810 and in the nrf52 DK (using the hardware emulation of 52810). I started with the ble_cscs...
Hi,
i am working at the moment with 2 devices using the chip nRF52832. And i have to connect these 2 chip each other with a Bluetooth connection.
i have known that this...
Hi,
I am evaluating nrf52 using the light switch example for one of our future products. I have used Nordic nrf51/52 for BLE applications in several products. This is my...
[nRF5SDK15.2.0, KeilMDK, Windows 7]
the code runs ok in the customer board, and the print log as fallows: [00:00:00.000,000] ble_scan: Adding filter on CPS_xxx name [00...
Dear nordic,
I started to integrate PCF853(RTC module) using i2c. but its not getting proper output can you help me what wrong i do?
slave address:- 0x51
read register...
Hi Sir
I enabled the "APP_UART_FLOW_CONTROL_ENABLED", but I measured the CTS / RTS pin always is low during data transmission.
Is it normal ? How to check UART FLOW control...
Hey, i have got UART work on my Thingy52 with ANA/DIG0 and ANA/DIG1 as receiver and transmitter but when I am trying to use EXT0 and EXT1 as receiver and transmitter it doesn...