Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
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...
I use the ble uart app to receive the data from mobile phone. The data packet size is 20 byte. If I transmit the packet one by one without adding delay, is it possible that...