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...
hi !
I have start to program the SPI example to communicate with the BMP280 from Bosch and i have seen good results so i'm tried to implement the code over ble_app_uart...
hi..........
i want to put my peripheral device in sleep mode ? how to do that?
i tried this one , its shows error
err_code= sd_power_system_off();
APP_ERROR_CHECK...
Dear Nordic Team,
Thanks for supporting.
Currently i am trying to work with multilink central in NUS_C example based on ble_app_multilink_central. The edited code was...
Hi
I installed nRFConnect v2.6 and command line v9.8.1 and want to use PPK to measure current.
When first connect, it will update FW into PPK and works well to measure...
Hi. I have been going through the mesh examples. Now i need to know how to send pings between any two nodes in the mesh. My aim is to first be able to successfully ping a...
I am trying to broadcast a non-connectable advertisement (such as a beacon) while I am connected to a device that I am transferring data via TX. I am working with a nRF52840...
Good morning everyone,
I am struggling since a few days to understand how the SPI communication is supposed to work in the SDK 15.0.0....
So far, I am having some issues...
Hi Nordic,
I am using the example in SDK15, ble_central_and_peripheral -> ble_app_interactive. After being connected to a device, and after pairing. I am trying to make...
hi......
i want to sense the temperature and send data to the uart app via ble ... so i want to merge two programs uart and twi sensor
i have tried but it shows error...
Use central-peripheral programs. First advertising and then scan. It was found that during the adveristing the program was running normally, but the adveristing signal could...
Hi:
How to get sine_table[] data,like this.
int16_t sine_table[]= {0,0,23170,23170,32767,32767,23170,0,0,-23170,-23170,-32768,-32768,-23170,-23170};
NRF_I2S->TXD.PTR...