hi dear nordic employee:
I tried to build the project ble_app_hrs_c(pca10040) by keil5
but I get an error :
._build\nrf52832_xxaa.sct(7): error: L6236E: No section...
Hi,
I am a bit confused about power consumption when using app_uart_fifo. To save power I put MCU to sleep in between each sent and received byte by using __WFE and __SEV...
Hi! I am building an android app for my project. I am using Proximity , UART and DFU from nrfToolbox app. I have 3 buttons on my home screen dedicated for each of them. I...
Dear Nordic employee:
1、 what do I have?
I have a thingy52 develop kit(nrf52832)
2、what is my purpose?
the quality of thingy52 audio demo is not good(iphone7)...
Hello Nordic,
My development environment:
SDK>> NRF51822_SDK10, SoftDevice>> S130
Example>> ble_app_uart
I am looking forward to your reply!
Thanks.
Best Regards...
Dear friends,
according to "nRFConnect_BLE_User_Guide_v2.0", to set up a local device,i should complete the following steps:
Connect a development kit or dongle to...
Hi
I have add some function call like sd_ble_enable in mesh example, I test to get
then I set the address and all sd_ble_cfg_set is ok
but when I call "sd_ble_enable...
Hello,
Is it possible to change SPI baud rate whenever we want?
For example:
The initial SPI baud rate is set to 4M. We want to change the baud rate to "2M" to get...
Hi,
This may be stupid, but I can't declare classes in my .h file in keil. I have arduino library for my I2C device, but keil; does not recognize when I declare classes...
I've looked through and tried many examples on getting my SAADC to produce a temperature offset. About a month ago I had the SAADC working really well with a wheatstone bridge...
Hello,
What changes need to be made to the following tutorial to enable basic advertising with the Rigado BMD-300 on a custom board breakout board?
devzone.nordicsemi...
Hi,
I have multiple devices set up in a simultaneous peripheral and central mode that exchange data on connection. As there may be multiple devices around, I want to make...
i download the sample code (\examples\nfc\record_text) to pca10040,it can be detected by NFC reader,the serial number is 5f:46:ac:eb:75:a7:ea,if i want to change this number...
I am working in sdk12.2 nrf52832 . When build and run the project it will work smoothly with ble connectivity... But the problem is it will bond only once when the softdevice...
I just want to understand concept.
For example, I need transmit battery level, heart rate level and other.. in closed (encrypted characteristic). I use S130 nRF51 SDK9. HRS...
Hello to the Nordic community!
A rather theoretical question: Would it be possible to have a system, comprising of a SoftDevice + Application + Custom Bootloader, where...
Hi there!
I'm looking to layout a chip antenna using the nRF52832 WLCSP chip and am confused about the layout of the antenna matching circuit. The reference design (CIAA...
Hello,
I am using nrf52 with sdk 12.2.0. I am working with example buttonless dfu template aplication by referring to the link infocenter.nordicsemi.com/index.jsp .
I have...
Hello,
I am running a simple application where I would like to listen for BLE packets for 100ms and then transmit a packet. (no soft device) I can successfully capture...
In section 17.1.9 of the nRF51 reference manual it states:
Maximum consecutive transmission time
is defined as the longest time the
RADIO can be active transmitting...
I need to connect VL53Xl to NRF51 DK> I am using latest 12.2 SDK with Keil MDK.I cannot find any I2C(TWI) example. I can find examples for NRF52 based devices. but not for...