Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
How to enable semihosting in sdk11 examples?
This works, but I can't port it to examples/periferal/template_project :(
changes:
pca10028/armgcc/Makefile:
adding...
Hello,
I want to store temperature samples in flash of nrf51822. I am using pca10028 and sdk 12.2.0.
I have the code for writing,deleting and reading from flash memory....
Hello,
I have a question about stack usage. I use nRF51822 SoC, 12.2 SDK & IAR 7.60.1. I am interested in stack usage. Have you done any estimations? Or may be you have...
Hello, I get the
"ERROR: The --family option given with the command (or the default from nrfjprog. ini)
ERROR: does not match the device connected."
message after...
NRF52832
SDK 15.2
Two MCUs communicate through serial port. If the other MCU is not powered on, nrf52832 will not run (LOG error > app: Fatal error). If UART is not initialized...
Hi everyone,
These days, I am thinking about how to make some upgrade about the sound module of thingy52.
It would be quite funny to make some other sound samples rather...
I want to know the project which code was developed with IAR,the project can port to keil MDK? If I could,where do I need to change,and how to do it .thanks
I use SDK15...
Hello, I have recently updated our CLI backend to use LIBUARTE and it seems to be much more reliable. I have a few assumptions I would like to clarify and a few questions...
I am about to start new quite complex project with nRF52 and I thought that maybe it is high time to use freeRTOS port from SDK. As the device is going to be powered with...
We are experiencing some mysterious but very rare events of MCU going into system OFF mode. We are using nRF51822 and S110 v7.3.0. The wake ups are most likely caused by a...
Hi,
We are using nrf51822 QFAAH00 with SDK 110 v10.0.0 with softdevice 8.0.0 in our project, In Application we are using gpio,timer,uart interrupt handler, In main function...
Hi support team,
I'm using nrf52840 with softdevice 6.1.0 and sdk 15.0. I started from the ble_connectivity example as my central and used pc-ble-driver on my host PC as...
Hi,
I´m looking for a Bluetooth low energy proximity sensor with this (or similar) characterisics:
One main (receiver) module and many secondary (transmitter)...
I'm using a custom board based on the Thingy52 board and firmware that uses the BMD-350 module containing the nRF52832.. I'd like to use the internal RC oscillator for the...
Hi,
I just found out that the scanning procedure does not time out in SDK 15. This is because in SDK 15 we are forced to restart the scanning procedure everytime an advertisement...
I am using nRF5 SDK for Thread and Zigbee 2.0.0
I am having trouble commissioning using NFC, either with the nfc_meshcop example or my own code (based on the nfc_meshcop...