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...
Hi,
Has anyone converted the Adafruit graphics library for Arduino, Adafruit_GFX.h, to be compatible with the nRF51?
Could you please advise on how to convert this Arduino...
Hi Team,
We are using nrf9160-DK. We have tested assert tracker application, where we got the real time GPS data(DK location) we are happy with that. We also tested the...
OS in development environment :Windows10 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Environment :
Host : Macbook Catalina
SDK : 16.0.0
Toolchain : ...2018-q2... (the pre-configured toolchain in the SDK)
SoftDevice: (not used yet, planning to use...
Hi, I'm using mesh_ SDK and nrf52840, I want to know whether the relay node in a BLE Mesh can wake up at a specified time to receive or send packets, and sleep the rest of...
Hi,
I am developing a device based on nrf52840 soc, and the rule of my device is peripheral. I want to know, if a connection was established, could my device start the...
Hello,
we are currently in the development of a low power, battery powered device that needs to count slow pulses (period between ~10ms and several seconds).
At the...
I have a custom nRF52840 board that transmits sensor data (using UART) to a PC with an embedded Bluetooth adapter. I have a code on Matlab that works just fine (using blelist...
Dear Sir.
I am using Master SPI to drive 2 slaves.
Both spi are referenced within Interrupt routine ,
When both spi;s slave are referenced I get an error
err = spi_transceive...
This question has been asked before. I have been using the previous threads to cobble together what is below. I opened a new ticket as reopening (really) old threads is generally...
usb hid how to send 6 bytes of data, app_usbd_hid_kbd_key_control can only send 1 key value, I see that app_usbd_hid_kbd_ctx_t can fill 6 bytes, please see
typedef struct...
Hello,
We're needing a lot more RAM than what nRF91 has, does current nRF Connect SDK support parallel PSRAM on Zephyr somehow or is the development on a roadmap?
Hi there, I want to use CppUTest on the nRF52 to start developing my personal and not so personal projects. I am using the SDK for nRF52, with PCA10040's board. For the moment...
My nRF9160 is plugged into a Raspberry Pi and located somewhere far away from my office, where it can receive an LTE Cat-M signal. I'd like to update the LTE firmware, but...
Hi,
Recently we got Thingy91 and testing the GPS.
we have our custom nrf9160 board and GPS is working and getting coordinates in outdoor.
Im running the sample GPS application...