S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
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...
Hi,
I am using nRF52840 S140 V7.0.1. I have few queries on GPIO configurations.
Below are my PULLUP/PULLDOWN macros.
As per my understanding
1) In below settings...
/**@brief 128-bit service UUID for the Apple Notification Center Service. */ ble_uuid128_t const ble_hrs_base_uuid128 = { { // 7905F431-B5CE-4E99-A40F-4B1E122D00D0 0xd0, 0x00...
Hi,
I am using nRF52840, S140 7.0.1. I am using ble_app_blinky application.
Till now I was configuring one board as Connectable Advertiser and other device as Central...
Hello Nordic support,
I am using the usb_msc example with an SD card. When I check this example on a Windows 10 machine, I observe data transfer rate of 355 Kbps. Is it...
What are my options with nRF52840 to get from the built in USB and available SDK feedback regarding connected device in order to adjust charging power?
There are plenty...
Hi, I'm looking for solutions to transfer .bin file and store the file in to the flash memory. Can i use DFU to send just .bin file and update the flash but i have change...
Hi I am developing the product in which I am using a Nrf52832 for BLE and samples from Semtech SX1262 radios to communicate using lora. I don't intend to communicate on the...
Hi everyone,
I want to send packets via notifications to a central. While searching through the forum I found some posts saying that the maximum data size per notification...
hello
i am running an app with ble scan, pwm, uart and hopfully timers and adc
but mostly it happens with ble
every time i stop on a break point i m thrown to :...
Hello!
I have tried to program a module containing the NRF52833 with a Bluetooth Long Range example. The programming failed and the module cannot be programed any longer...
We are preparing a mass production test system for a new product, it has NFC as a slave unit. What is the easy way to test that NFC in this case? We think that it would be...
I've started to play around with my nRF5340 PDK board. I have the nRF Connect SDK 1.2.0 installed.
- First I have opened the sample "HCI rpmsg" and programmed the compiled...