Hi, i'm using two nrf52840 DK ev kit. One it's the central and one the peripheral
After the connection I need to save power at the peripheral board, because the cpnsumptio...
In mesh example project “dimming_server”,I have added functions: mesh serial, SAADC(use ppi) and compie pass.However,when debugging,an error is happened in the function"nrf_drv_timer_init...
NRF52840 support the long range bluetooth and BLE gateway SDK, look at here that RAK Wireless held a Beta and welcome the community to participate.This board with Cellular...
Good day!
Started to work with nRF mesh. And wanted to add ir_lib from this project to Generic OnOff example.
And Source navigator shows error: static_assert failed "unspecified...
You have dead links everywhere and no obvious location for the gcc command line tools. Where is this?
Here are dead links:
https://infocenter.nordicsemi.com/index.jsp...
Hello!
Our current project is bare metal and has logging over CLI. I'm in the process of setting up a new project of ours that uses FreeRTOS but reuses a lot of the same...
If some one else have trouble that the Nrf52840 Dongel do not mount using cdc acm on openwrt this will most likely help.
First number is the verdor id second is the product...
Hi
I am using Nrf51 and Softdevice S130.I know that softdevice S130 supporting Ble 4.2.This will act as a peripheral.My mobile phone supporting only Bluetooth version 4.0...
At s120,i used the following code to send data (to s110)
if( ( wIndicationFlag_Get() == true ) && ( wConfirmFlag_Get() == true ) )
{
//APPL_LOG("Write Data\r\n");
...
Hi Nordic,
From the topic: APP_TIMER_TICKS value , I've know how to use it, but is it possible to use different prescaler value in the same code?
For example the nRF5_SDK_12...
Hi, I need help for generating the init packet. I'm using SDK 11.0.0 , s130 on nrf51822. To build bootloader, I've used the sample bootloader with some include path changes...
I try to print the RSSI level but i couldn't do.
I use nRF51 DK and soft device S130.
This is the line that i just write:
SEGGER_RTT_printf("RSSI: %d\n",p_gap_evt-...
I'm trying to create a project from scratch that can use the S132 Softdevice, but I am constantly running into problems trying to get the correct headers, preprocessor macros...
Hello Nordic,
I am using the BL600 third-party module and SDK 10.
I was able to modify and compile project with GCC at
examples\ble_peripheral\ble_app_uart\ for s110...
As title,
I found that on the official website,
and I think it's extremely useful for someone(me) who need to measure the power consumption(current).
I can't find...
When I operate RESET PIN in main function like this:NRF_POWER->RESET = 1,Then cause a HardFault_Handler, (/attachment/fabd1141d36157d32f8c0353e4880b3e),What's this?
hi NORDIC,
is it possible to store float array in fds. i am able to store intrger values but unable to store float values. i am using example in this link :- github.com...
We have observed in couple of large size deployments that data packets from beacons that are bit far away tend to be corrupted. Devices that scan the signals from BLE beacons...
I have read the previous questions regarding the above subject, i found that changing the maximum bonding devices limit defined in device_manager_cnfg.h will work, but it...
Hello everyone, I must to write and read a I2C eeprom like 24c256. I tryed to do it but all the examples with I2C protocol works with 8bit addressing. I tryed to modify mpu6050...
Does the components on the development kit increase the power consumption compared to what you would expect from a low power-optimized application-specific PCB?
Other than...