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...
The CAN controller MCP2515 should be connected to the Nordic DK NRF5340 by the SPI interface.
Communicate to Arduino uno
We were trying with CAN sample given
But this...
Hello,
I've tried to request the location via AGPS/PGPS via Location sample in SDK 1.8 but it seems that location is only working with the Cellular method.
I've tried...
Hello there, I am new to your product, and I am trying to understand your library logic and hierarchy. Right now I am trying to figure out what all of these prefix (such as...
Hi, I want to use an NRF52805 with a voltage to frequency detector. If I understand the datasheet, there is one timer/counter and RTC on that chip. Is it possible to set the...
Hello,
How do I deactivate/activate a SDA/SCL line?
I perform a test on an Icarus board with a VL53L1X sensor, everything works fine.
However, in idle/sleep mode, whether...
Hi,
I am unable to view the output of the prink statement on the SES debug terminal. I'm a beginner so please bear with my lack of knowledge.
Should I be looking for the...
I am trying to adapt the zigbee light_bulb sample to run on nrf52840-Dongle which does not have a QSPI flash chip. I see that it crashes unexpectedly during settings_subsys_init...
Hello,
We have product with nRF52811 as Bluetooth receiver and ESP32 as WiFi IC. The ICs have separate antennas, and nRF52811 has LNA with +12 dBm gain connected to antenna...
https://github.com/project-chip/connectedhomeip/blob/master/docs/guides/nrfconnect_examples_cli.md
uart:~$ clear date device devmem flash help history hwinfo kernel nrf_clock_control...
I have loaded up the altium design and can see the pad and via sizes used.
The drill size for the in pad via is very small (0.15mm) which will increase pcb costs and also...
*** Booting Zephyr OS build v2.7.99-ncs1 ***
nrf52840dk_nrf52840 system off demo Retained data not supported Busy-wait 2 s Busy-wait 2 s with UART off Sleep 2 s Sleep 2...
Hi,
Installed the toolchain, installed VS Code, and I think its all linked, but when I try to run even the most basic hello world program it just keeps throwing this error...
hi support team,
i am confused about "advertising extentions" part;
Inforcentor shows example for " Cycling Speed and Cadence Application" only support S132 and S140,...
Hi,
I am developing my own vendor specific USB device with 2 interfaces (data and debug) and 2 endpoints(in and out) each. I based my class on the cdc_acm class.
So far...
Hello ,
hi everyone, in my project i am using internal RTC timer for calendar concept like when i set a target time via UART for every day the internal RTC timer should...