Hi,
I'm trying out S130 SoftDevice. I have 1 device with S110v7 which acts as a peripheral.
2nd device contains S130 0.9 (I've based my code on S120 multilink central example...
I've gotten the experimental_ble_app_s130_example_c_pca10028 (BLE Dual role application) to work with my nRF51-DK (modified for my needs). It's an nrF51422 chipset.
I want...
Hey I am working on nordic nrf51822 chip ( http://i.imgur.com/q8EM4uq.jpg ).
I want to run a bluenet code which i have forked from github.com/.../bluenet to github.com/....
Hi, I use the nrf 8001C + stm8s. I successfully installed settings nrfGo, but when I try to execute a command OpenAdvPipe I get an error ACI_STATUS_ERROR_CMD_UNKNOWN .
The...
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 tried building the pc ble driver connectivity hex build.
I tried various ways to build it with different command shells and:
1: I saw the error "couldn't find make....
Hi,
I was wondering how I could somehow log data of device in the field to an SD card or the flash storage of the device or even over Bluetooth. Which of these options do...
i'm using the nRF52840 with a custom micro-kernel designed to support user-space applications with multi-tasking. multi-tasking is implemented using separate stack space for...
I'm having an issue that (I think) is related to MacOS Ventura upgrade. I'm trying to update the firmware on a DK52 Development board by copying the .hex file into the JLINK...
Surprisingly, our new ordered nRF52 DK v3.0.0 boards won't work in the BLE App (nRF Connect for desktop) App. Seems related to:
"The newer devkits have hardened APPROTECT...
Hi,
I am using nCS based application running on nrf52840dk, wherein we have QSPI based external flash memory available onboard.
My question is, since zephyr RTOS provides...
Hello,
I'm trying to measure the accuracy of the internal low frequency clock on the nRF52833 for hardware verification. I've set it up so that an RTC generates a tick event...
hi
I find nRF52810 can use peripheral(advertise) mode but it cant use central mode
is it right?
I have some product, which are switch and receiver, using ble nRF52810...
Hello,
I am using a nRF52840dk (nCS based app) with a nrf mesh android application,
nRF52840dk has application running BLE-Mesh Server model. while I am using nrf mesh...
I want to avoid to have the NFC tag to be writeable with another nrf device but i do not want it to be writable by any other type of device such as a phone. How do I put such...
Hi,
I am using nRF5340 audio DK PCA10121. The information from product specs, DK schematic and suggestions from this forum for nRF5340 do not align. Here are my notes: ...
I struggled to host MCUBoot's secondary image on the external Flash of the nRF5340DK. I hit so many obstacles along the way that I'm pretty sure I went off track early on...
I am developing a USB keyboard + mouse using a NRF52833. I have use the USB Device Example from nRF5 SDK v17.1.0. I chose this example because my project is in C++ and had...
Hi!
I am learning how to use the PSA Cryptography API and there's something I don't understand. I have imported an ECDSA public key in uncompressed format (x + y coordinates...