I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
I'm using QT + QBS + bare-metal + gdb + openocd + stlink(debugger). I want to print into qt-terminal debug information. How Can I do this feature?
forexample:
int main...
I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
I am trying to debug my code today and am finding that Eclipse is constantly breaking execution at the INLINE function app_timer_evt_get(). I do not have any break point set...
Hi,
Recently,
the DFU of the "Master Control Panel" (Android) can not complete the upload mission.
But,
the DFU of the nRF-Toolbox in iOS is
work well.
Old...
I just tried out the new iOS nRF Toolbox 1.5 and it doesn't seem to handle long init packets.
I gave it a zip file that contains a 137216 byte 'application.bin' and a 192...
Hi,
I am completly new in nrf52, nrf-connect and zephyr environment.
I need to configure pwm channels that wont be used to drive led...
Most of thing is undestand for...
Sending a PSK like:
AT%CMNG=0,42,3,"1r0nm@n"
should result in failure, as that is not a valid hex string (as documented in nRF91 AT Commands). Currently this results in...
Hello,
I am trying to run the CCS881 sensor sample in my nrf9160 board. I have made changes to my project config file and main.c file as mentioned in
https://devzone...
I need to compare two ble_date_time_t structs to figure out if one is later than the other. So basically I need to check if rtc_datetime > expiration_datetime. Both rtc_datetime...
I plan on writing my own service (similar to NUS) but prior to that, I'd want to use all the existing APIs for initializing the GATT and BLE stack at least
I'm calling the...
Hi Team,
i have trying to create multiple serial port with debug log enabled in the sdk code sample but when i am going to init log_init a long with any UART / SERIAL...
HI
I still try to reconfigure my Zaphyr testing environment to NRF Unity/CMock but I've encountered more issues.
1. __syscall mocking
Is there any reason to exclude...
Hello there,
I'm trying to interface msp430 (master) with nrf51882 (slave) through SPI. I'm running soft device 110 to broadcast the received data from SPI through BLE...
Is there comprehensive documentation on DFU, mcuboot, and zephyr somewhere? I have an nrf52840-based device running a Zephyr 2.4-based application with mcuboot 1.7 as a bootloader...
Hi, I am trying to interface Max31865 with NRF52832 via SPI communication. My module RTD pt100 working fine with Arduino but I am getting unchanged wrong value while programming...
Hi there,
I have used the nrf2724 (radio module) as a prototyping platform. I am able to flash my personal program to the nrf24le1 on the nrf2724 and it functions properly...
Hello!
I'd like to briefly introduce what I'm attempting to do: I'm trying to flash some samples from the Zephyr project into a custom board. The custom board is based on...
Hi,
I tried to update DFU keys via update on SDK-4.1 and I didin't to do it. Its possible to change DFU keys via upgrade. I did this process on SDK-2 and there was no validation...
We are looking to get started evaluating the nRF5340 with the DK on Windows 10, but our User directories all have spaces in them (they default to our names and are not changeable...
Hi
I want to use nrfutil as a command line tool on a Raspberry Pi 4 box.
Out of the box, I could not install nrfutil (missing drivers?) compatible with Python3 so I tried...