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,
We designed the circuit followed the reference circuit(QFN48), but we always failed in the 8kv ESD test.The CPU always reset while ESD testing.
The 8kv ESD power...
Hi guys.
I want to make use of CLI in my existing project based on ble_app_uart .
I was looking at the diferences of there sdk_config.h and there is a lot of stuff happening...
sd_flash_write(((uint32_t *)storage_addr),
(uint32_t *)p_data_addr,
size / sizeof(uint32_t));
why here size value is divided by sizeof(uint32_t).
what is byte value...
Hi,
I'm trying to adapt the HRS/RSCS relay example from the SDK to use the Nordic UART service instead. Currently I can connect to the central just fine, but if I try to...
I'm using RTX timers on NRF51 and I'm getting a 7ms per second error. (I.e. osDelay(1000) takes 1007ms).
It appears that NRF_RTC1 is configured incorrectly in SDK examples...
Hello, I am working on NRF52 customer board + SDK_13.0.0_04a0bfd
I start with ble_app_uart example, I use interrupt tigger a repeat timer(500Hz, 400 times) to sample 6 channels...
I'm having major troubles with my debugging setup using a nRF51 DK (PCA10028 V1.2.0).
When I try to connect to the board I want to debug/program (which has an BlueMod ...
Hi Everyone,
I'm currently busy going through the OpenThread API and examples to better understand what all the functions do. However, I don't fully understand where the...
Preferences: nRF52832 chip, s132_nrf52_4.0.2_softdevice
Two or more nRF52832 chip are connected to iOS and Android.
And do bluetooth off in smart phone.
this case, bluetooth...
This suggests it should be possible to change the beacon advertising content in response to events such as a GPIO input.
I'm using nrf52 DK running the beacon example (SDK...
Hi,
What should I add to the makefiles to be able to generate an assembly code? Something similar to what is seen in the debug mode of Eclipse. I have tried -S/s but it...
Hi
I want to porting to nRF52840 but since S140 SoftDevice Specification documentation doesn't exist
I can not proceed with porintg.
I need S140's detail memory map...
I am using s132_nrf52_3.0.0_softdevice.hex and sdk12 and compiling with arm-none-eabi-gcc. The problem is that the bluetooth set up just jams at:
// Enable BLE stack.
...
I'm trying to get my nRF52 BLE peripheral to connect to my phone while its screen is off and it's in sleep mode. Other consumer BLE peripherals that I have can connect to...
Hello
is this possible to reset the timer.
for example i set the timer for 10 Second.
when he reach up to 5 second then i would like to reset the timer.
i found no function...