I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
I am reading the device manager code of SDK10.0.0 for nrf51822. I came across the dm_gatts_context_t , dm_gatt_client_context_t . I didn't understand what they store in their...
test1.hex
1.png
2.png
When i used board 0 extension board to program nRF24LE1 QFN24 OTP/Flash. it notification of error "An error occured when programming the infopage...
I'm looking for information about bandwidth utilization in crowded environments, something like a sports stadium.
Has anyone at Nordic collected data on potential congestion...
I write some function, it can run ok before I start he BLE function.
When I start the BLE function, the function can not run ok.
but , I get some data from APP throuth BLE...
Hi,
I've written code to use the "gpiote in event" to sense an interrupt from a peripheral (acceleromenter), but as soon as I enable the in event, I notice the current...
Hi everyone,
I was having RAM overflowed with stack issues which were resolved using suggestions here . Now I am facing another issue. While running mqtt I can only do...
I am trying to use the Scheduler to create my own event handler system (similar to a Ti 8051 OSAL system). I'm writing separate classes that can push data/trigger handlers...
Hi,
I use the BDS v1.1 and nRF Plugin 1.2.2 (from 23.Dec.15). My goal is to simply generate a code for the cycling power profile defined by the Bluetooth SIG. I dont change...
Hello, in the NRF Toolbox UART application for iPhone if you navigate the the UART button screen and connect to the nrf52 eveything is fine. You can exit the app (whitch goes...
After some days trying a very simple tx/rx, reading each page of the manual, looking at at this developer zone, etc. I´m still in trouble, with many distinct partial results...
Hi,
I have a problem with my SPIM read buffer.
As you can see below, my SPI device received bytes correctly and answer correctly
My code is based on SPI example...
In the simple_uart.c there is a code:
void simple_uart_put(uint8_t cr)
{
NRF_UART0->TXD = (uint8_t)cr;
while (NRF_UART0->EVENTS_TXDRDY != 1)
{
// Wait for the...
Hello. I wanted to use a receiver on a quadcopter and some becons nearby(+-5 meters). Is it possible to determine the distance IN REAL TIME to the drone?