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 have a large data structure that I'd like to transfer ( few KB ) , what is the maximum length I can pass on " ble_nus_string_send" ? ( length appear as uint_16 )...
I add file "nrf_drv_spi.c" in the group of nRF_Driver, and in the nrf_drv_config.h add the code: #define SPI0_ENABLED 1 ;#define SPI0_USE_EASY_DMA 1; in the main.c file I...
Hi, I'm developing a Eddystone Beacon based on the Eddystone example of the SDK 15.2.0 using a nRF52832 chip. I've made some modifications to the code, but I'm facing difficulties...
Hi
I am trying to setup the BLE wireless dongle with wireshark and can't get it working - it wont appear in the wireshark list.
This is what I have done:
1) I have Wireshark...
Hello,
I have a question about Mesh implementation.
I need to build a network of BLE mesh devices, lets suppose for the moment they're based on light switch server model...
Hi everybody
I'm designing a new cutomremote based on smart remote v3, As I dont know much about the ANR algorithem of Nordic, so for mics I dont know how should place...
Hi,
I'm trying to migrate a prosjekt in SDK 12.0.0 to SDK 13.0.0 and having trouble with the NRF_LOG_RAW_INFO. Getting a warning = implicit declaration of function 'LOG_INTERNAL_9...
Is it OK to drive GPIO P0_27 (when configured as an input, of course) above the supply voltage provided the input current is limited with a series resistor?
In my application...
I'm attempting to build a binding for the noble ( https://github.com/noble/noble) BLE library. Currently some methods are private by underscore prefix convention.
I'd like...
I used nrf52832 sdk14.2 development, modified on the basis of the ble_app_template project, and ported some of the user code previously in sdk12.3 to sdk14.2. After I open...
Hi,
I want to store some data into flash and need to read before calling gap_params_init() in proxy_server demo.
1) when I am initializing flash manager using flash_manager_init...
Hi I wanted to flash a firmware in a Thingy52, I used Segger embedded studio and NRF52 DK to do that. I used the right cable but after flashing my Thingy52, it doesn't blink...
Hello dev zone !
I shall design a compact hardware solution wich is cost sensitive.
I need to use a NRF52832QFAA, I need to provide a 16mhz clock to a hardware peripheral...
I want to implement the function of long Attribute Value reading and writing in BLEV4.0. How should nrf52832 sdk14.2 implement this function? Is there a routine for reference...