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...
Good morning,
this is Algocraft (www.algocraft.com), an high tech company whose core business is to develop, design and market a wide range of professional systems dedicated...
Hi!
I'm going over the nRF52820 chipset, and I'm not sure I completely understand the reference schematics in regards to the LC filters on the REG1 DCDC enabled option....
I am using "ble_app_hrs_rscs_relay" example and modified it a bit by adding NUS service and FDS. Everything is working fine with mobile app and nrf dongle. How ever when I...
Hello,
I am trying to setup my project's architecture and I am trying to take advantage of some of the awesome libraries in the SDK. I am a bit confused on the differences...
I ran into an issue using RTT on recent SDKs: In SDK15.3 and up RTT stopped working in Segger Embedded Studio. Here's what I found in case others are having the same issue...
Hi,
We are having single Main supply VDD to nRF9160 SoC, which is powering both CoreM33 and Modem.
So this indicates Modem will be always ON when Core M33 is ON.
Is...
Hi everyone,
Following some tutorials as well some examples provided by SDK16 I was able to create a custom service with a characteristic that has read,write and notify...
Hi All,
I am using NRF5 SDK 17, I have been playing with several examples and noticed that when it comes set up, a peripheral or a priority or clock source there will...
I started modifying the NRF Android Blinky example project to suits my needs (to control a servo motor). I observed there is a BIG delay between writings to a specific characteristic...
Hi guys,
Is it possible to read the data in Minicom if my device is not connected directly with my laptop. Instead of that, I connected my external voltage source to supply...
Hi, I am using the nrf mem_manager library for allocationg multiple dynamic memories in my code. I have done the following
All the devices are getting the allocation for...
I am using a custom board based on nRF52840. Application is working perfectly, and then a new feature was requested. I need to count the number of minutes the application...
Hello guys,
We are developing a device that will based on nRF9160 SiP. We use nRFConnect SDK v1.3.0 . The goal would be to connect to AWS IoT through MQTT and exchange messages...
Hi,
In one module of an application I would like to statically declare a large buffer in SRAM: static uint8_t largeBuffer[65536];
The application fails to link with the...
Hi,
I have been implementing the GPS on my thingy:91 with the firmware v1.2.0
I'm able to do a cold start and get a FIX is if in do not move the board for around 100...
Hello,I am using SDk14.1.Sometimes w hen I send data to nrf52832 via serial port,the code prompted me "APP_UART_COMMUNICATION_ERROR".And t he value of the ERRORSRC register...