Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
Hi,
I want to install the nrfgostudio_win-32_1.15.1_installer,but is's fail.nrfgostudio V1.14 can be installed sucessfully.I still use the command line to install the nrfgostudio...
Hi,
Sorry for the noob questions but I'm trying to understand the GPIOTE abstraction and terminology, specifically the events, interrupts and tasks. My understanding is...
Hi
I have a question when I use the l01+.
I donn't use the Auto acknowledgement and Auto Retransmission, interrupt does not reflects on the IRQ pin and leave the IRQ...
hi,
i try to analyze the sdk sample with the standard(Server) ,ie : basic battery service
how to build GATT Requirements and Service Characteristics with the...
Just got the RF51822 PCA 1001 dev board and followed the instructions in SDK 4.4.1 and downloaded the Keil Lite tools from the ARM website.
BUT, didn't realize Keil has...
Hi,
how do I evoke Gazelle on NRF51422? According to specs NRF51422 supports both ANT and Gazelle although on SDK for 51422 the gzll folder is missing. It is present though...
Hi ,
I am using PCA10001 board.
Now i want create 4k buffer in RAM. Which is good way allocate memory to 4k buffer.
Can i use dynamic(malloc function) or static memory...
Assuming the system is composed of one device using nRF51822 and iPhone/PC,
If we want nRF51822 detectable by iPhone/PC so that iPhone/PC can connect nRF51822 when they want...
Hi!
I have been using Bluetooth 2.0 modules for years and now I want to take the step to 4.0/BLE. Previously I used Free2move modules with built in stack. Very simple, make...
I have the nRF51822 development kit (with the new hardware revision QFAA or something), and I am using the Master Control Panel with the new 0.9 firmware for the dongle. ...
Hi in my case,
i pressed gpio button for one time it will do one event.
and for double press it will do another event . how can i do this one,
Regards
Balaji
Hi
In my case i have both 3 gpio interrupts and 4 rtc1 interrupts and have some timer 0 and 1 interrupts
also. how to set priority for all these interrupts in both while...
Hi Guys,
I am planning on using the nrf24l01+ to send data with a payload which is larger than 32 bytes, I was wondering whats the fastest way to transmit these packets...
Hi,
In the nrf51822 SDK examples, there is an example of radio_example which is used for send data and read data. I want to konw that if one module send data and then...