Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
1. Background info
We're developing a new IDE for microcontrollers (see https://embeetle.com ) and would like to support a range of Nordic Semiconductor microcontrollers...
1. Intro
We're developing a new IDE for microcontrollers (see https://embeetle.com ) and would like to support a range of Nordic Semiconductor microcontrollers. We received...
Hi,
In case of nRF52810, is it possible to implement both Master and Slave Mode ?
Also, this has do be done while the product being able to work with AT Commands.
...
Power Profiler V2.3.1
Hi,
I recently started doing power testing on one of our boards using the power profiler kit. I wanted to tested current consumption at different...
Hi Nordic Community,
I am trying to build a network using the OpenThread protocol and the nRF52840 chip. I have several Dongles, but I can't figure out how to flash the...
I'm importing ble_app_blinky_pca10040_s132 example in segger IDE. I'm using EVK-NINA-B1 and from nRF SDK I'm trying to importing example but getting error as mentioned in...
I have an external clock running at 3Mhz which I'd like to align with in software. Consider this contrived example:
What would the consequences be of attempting to read...
Hi,
I'm very new to c programming and your hardware. Please excuse my novice questions.
I'm making a rotary braille display using nRF52840 dongle (PCA10059) as it's brain...
Hi,
I using custom nrf52840 board .I have loaded the Bluetooth program in to the custom board using swdio/swclk/vtg/gnddetect these lines.There is no problem in Bluetooth...
I'm attempting to get MMD set up in an IAR project following this tutorial: https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/monitor-mode-debugging---revolutionize...
Dear sir, We are using BL654PA from Laird technologies. We want to check RSSI at 2402MHz, 2440Mhz, 2480Mhz. Can you guide us how to enable PA without using Nordic stack file...
Hello,
I'm using a Thread Border Router built using a Raspberry Pi 3 and a nRF52840 Dongle. I followed the steps at this link: https://infocenter.nordicsemi.com/index.jsp...
Dear Nordic Semiconductor support team
Hi, I got your support using micro:bit with nrf52832 by RADIO in the past as follows.
https://devzone.nordicsemi.com/f/nordic...
I've noticed that Thingy:91 USB code has some issues related to proper handling attach/detach events resulting in incorrect response to usb host requests. Windows device manager...
Hello,
I am using the this sample;
https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160/udp_gps
I want pvt data instead of nmea data...