I've modified the ble_app_uart example by adding GPIOTE so that the transmitter sends a character to the receiver when a GPIO pin is toggled. This part is working well.
...
Hi,
I am working on my hardware product having nRF-51422 chipset. I just came to know from forum post that
nRF-52 chips will get arduino IDE support as standalone. I want...
Hi!
I've been using PCA10028 for a long time and I had some bricking issues but I've managed to un-brick it with "nrfjprog --recover" and everything would work again. ...
I want to build nrftoolbox app in android studio. I downloaded the zip file from the github website and also the required dfu library. I unzipped both the files in a folder...
Hello,
I have a device based on nRF51822 revision 2 and SoftDevice S110 v7.1.0. Because it is revision 2 it is affected by PAN44 and PAN45, and by default the SoftDevice...
Hi Guys,
I know this is more for software issues. But I was curious as to where I can find trusted case providers/makers for the nrf51822 Beacon. Can anyone from the community...
I want to use ESB protocol, with app_timer module to generate timer interrupts. Is it possible?
If yes could you please send some example codes for it? thanks
Per the nRF51822 product specification the NVMC ERASEPAGE operation takes up to 22.3 ms, about 730 ticks of a 32 KiHz clock. This is 365x the maximum delay between the watchdog...
For evaluating the nRF52 for a project I need to demonstrate BLE 4.2. secure pairing with NFC
I want to use two nRF52 eval boards but I need two software examples: One...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
Hi all! I have an application where i perform a "write command" with a device on the characteristic value of another device (client). I want on the client that when it receives...
Hello ,
I have an idea of using nrf51DK along with another external microcontroller both of them are connected via SPI inerfacing the aim of my question can i use the bootloader...
Hi, I am working on Eddystone project i.e nrf5-sdk-for-eddystone-master now I need to add the dfu support to it the problem I am facing is explained below
In SDK nRF5_SDK_11...
Hi,
I am using nRF51422 with S130. I want my application to blink a LED every one second. For now I am using App Timer which solves the purpose but the current consumption...
Hi, I have been trying to figure out how to get the IF BOOT/RESET button on the nRF52 micro-controller working. I have defined "CONFIG_GPIO_AS_PINRESET" under C/C++ in the...
Hi all,
I seek an advice on the passkey topic. Have been researching the topic all day but still have some confusion. I am running SDK 10.0 ble_app_uart example on nRF51...
I have a quick question pertaining to the instruction sequence that occurs immediately after the anti-collision completes:
I am working on implementing a Type-4 tag library...
Following this thread , I tried to upgrade my dongle from s130 v1.0 to s130 v2.0.
I'm using windows driver 0.5.0
Tested both binaries for 0.5.0 downloaded and compiled...
Hey all,
What I am trying to achieve today is setting RAM retention on nRF52.
As it is stated in Product Specification of nRF52, RAMON register is deprecated ans shouldn...