Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
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?
I'm a newbie to nrf52832 and would like to ask a dumb question here: can I use radio notification to implement a dynamic advertising message? I've looked into this question...