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...
Does anybody got an app inventor2 "project" to communicate with the (Adafruit) Bluefruit LE UART (or SPI) ?
Note: my Android version is 4.4.2 (LE "advertising" not supported...
I've created a Secure DFU client using the multilink central example with S130 and SDK 12.2 (running on PCA10031).
There are a few issues we have trouble with.
The...
When the central and peripheral is connected, we can get the RSSI value through sd_ble_gap_rssi_start() function. but how can I get the RSSI value when not connected (scaning...
Update: I've worked on the BLE arduino sdk from Nordic, and followed all the directions, but I'm having some compiler errors. I've crossposted to a different forum for more...
I am using pstorage library to keep some data in NVM.
Should I use some nrf_delay calls while using pstorage_clear()?
I am calling pstorage_store from callback function...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
Hi,
From the documentation for the sd_ble_gap_sec_info_reply() function,
"This function is only used to reply to a BLE_GAP_EVT_SEC_INFO_REQUEST, calling it at other times...
Dear Madame/Sir
From my client I received nRF51822 DK.
See att file.
I do not see Product Key for DK
How can you solve the problem ?
Redards
Valeri Tosev
Hi, what I did is wrote below:
1/ I program the S120 softdevice to the nRF51822 board, using nRFgo studio software(the softdevice size is set to 80KB).
2/ I complied the...
Hello,
I recently tested the nRF51822 with a non-Nordic BLE devices and encountered some problems. When testing with Nordic the connection is maintained with no problem...
During testing I changed the device name in the DFU. After making the change the DFU client in the master control panel would no longer work.
Is it possible to make the...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
Hi
I try to configure a ppi channel with timers to generate pwm signal
My entire code is working well without softdevice.
Here my ppi init function:
NRF_PPI->CH[0...
I am planning to build mobile devices that communicate directly between them with BLE. The devices are all the same and carried by users. users meet and exchange data. I can...
hi,all!
i am confused about whicn priority should i set for my interrupt.
For deteils, I need a gpioe interrupt for my button, and this button is used to POWER OFF my...
We wish to make a universal device that may used
for ANT with the nrf51422 and the 32kHz crystal.
or for BLE with the nrf51822 without the 32kHz crystal.
Will there be...
I'm trying to bring up a basic S120 application on PCA10001 based on the multilink central example, using the IAR toolchain.
I've programmed the S120 device using 1.0.0_3...