I'm trying to design a very low power sensor that takes readings using ADC and SPI 200 times a second. I'm a bit worried by the current EasyDMA uses (1.1mA). As far as I can...
Hi, I am working on a project where I want to make one nrf51288 chip as central hub and connect that to a android phone and other salve nrf51288 .
idea similar to this: ...
Hi,
I have a code programming the nRF51422 development board to write to a Sharp Memory 96x96 pixel LCD screen using SPI.
Currently the code writes two numbers and a...
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...
Hi All,
I'm trying to interface a SD Card with nRF52840 DK.
I've got a SD Card socket and a FAT32 formatted 8GB sd card.
When I run, fatfs example , I get following...
hello,
i am using nrf52840 in our customised board with sdk 15.2 and trying to achieve long range with coded phy using long range demo example as base now i could be able...
Hi,
I have two boards NRF52840 DK and I wanted to use example for BLE Central&Peripheral NRF Relay. I have just run example with Heart Rate peripheral and I can see that...
Hi there,
When I program my nrf24le1 in Keil uVision, I notice that when I load the program to the flash memory of the connected motherboard6700 with the nrf24 radio module...
I have downloaded the Kiel and uVision file (the nrf Probe) found here: https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF24-series and have gone through...
Hi,
I am using Keil 5 (downloaded with this link: https://www.keil.com/demo/eval/c51.htm ) and have downloaded the nrfProbe to this file. This is being used to program...
Hi, I am try to implement UART SERIAL Bootloader for my device and I just need to perform DFU using uart serial
I have tested the code and bootloader. My query is
Without...
When I run the "ble_app_blinky_pca10040_s132" example from SDK 17.0.2 and 15.2.0, right after Connected I'm seeing that device is Disconnected from device.
I tried with...
We need to programatically (on the Raspberry Pi using Python) send and receive characters to and from a smartphone using a custom service over BTLE. I have used the blinky...
I am trying to communicate with my IOT using wired uart serial port. I am using 840(MCU) (with softdevice #113).
code:
My Issue: Each time I am trying to run it while...
Hi,
I am trying to reduce the consumption of my Thingy91 device in idle mode. I am working with NCSv1.3 and the example asset_tracker. I am currently registering 0.60mA...
In our NRF9160 application, we do not have a UART available and have to implement other means of logging crashes.
We have written our own k_sys_fatal_error_handler but it...
I am using a generic nRF52 dev board with the Arduino nRF52 core . I am trying to get a sample BLE service to display, but it cannot find it on my BLE scanner. After I couldn...
Hi,
I am trying to read read all nearby base stations' Cell ID, TAC, MNC, MCC.
Is this even possible to do with this DK?
At this point I have found these commands...