I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I set sd_app_evt_wait in vPortSuppressTicksAndSleep and got the average current. is 0.7ma, Using Other tool measurement , this demo will suddenly increase to a few dozen mA...
Hi...
Sorry if the question is simple.. but Im stuck....
Im using 52840 + SDK 15 + SD 6.0.0
Im starting with Ble_uart_app..
I added some function of when it connected...
I am trying to find an example to do a BLE pairing. This is my first BLE experience and working with nRF52832 using SDK15.2 and softdevice API 6.1
I am trying to do a base...
Hello,
Now i use NRF51822 DK with code in attachment to test app_timer hangs.
Fristly , you can press button 0 to start a 100ms app_timer, and we can see it through uart...
I am attempting to use Enhanced Shockburst/Gazell working with coded PHY, in order to achieve long range communications with very lower power consumption. I have searched...
Hello, I am experimenting with your nrf5SDKforMeshv310
I can compile and download the included examples.
Because I own a few Thingy 52, I wish to flash them as light_dimming_servers...
hi,
I am trying to add SPI (master) codes into the ble_app_uart.
My setting for SPI is as follows:
#define SPI1_ENABLED 1 // #define SPI_INSTANCE 1 /**< SPI instance...
Hi I am using nRF52832 board amd i am trying to debug ble_app_uart as Central.
BLE connection is established between this central application and the peripheral.
Opened...
i am using nrf24l01+ on arduino devices, one arduino device as master, and other arduino devices as slaves. I like master to broadcast a radio (dataToSend) toward all slaves...
nrf52832, keil with startups from sdk13
Initialization:
IntHandler:
With one event everything working well. Then I add another:
I need to measure SENT signal...
hi.... folks
i am using nrf52840 development kit , and i debugged the merged programs such as uart and twi program in it .does it will give the temperature data?
i am...
Hi all,
Please refer to the SDK version : nRF5_SDK_15.2.0_9412b96.
We need to use two uarts simultaneously for module & device respectively.
For example :
UARTE0 ...