Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
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...
Hi!
We are developing a tracker based on Thingy91 using GPS and LTE. We're using the latest Modem firmware 1.2 and Zephyr/NCS v1.2.0
The GPS cold start until receiving...
Hi Devzone!
I'm trying to monitor the battery level of Lithium Ion battery.
I'm using SAADC to check the voltage of 3.7v 3500mAh Lithium Ion battery.
The battery...
when I am waiting for an event the current consumption is becoming ~180uA continuously.
I am waiting for an event using the following function
void deep_sleep(void) {...
Hi All,
I would know, is the NRF52 BLE Mesh Bluetooth 5.0 qualified or not. I did not find it anywhere. As I can see the in Cypress website, they clearly mentioned that...
Can somebody please measure and post the dimensions of the nRF9160 DK please.
Either they are not in the SPEC, or i cant find them.
either way W x L x H - would be appreciated...
Is there a way to specify which AIN should be used through the devicetree API? For example, here is a code snippet:
How would I use the devicetree API to replace the NRF_SAADC_INPUT_AIN6...
Hi
regarding the Nordic guidelines for aQFN, it recommends to use 0.305/0.61 for through hole via.
We are using 0.2/0.4 to avoid soldering bridge and non find any issue...
Hi,
I've tried the Heart Rate sample code (both from hex and source file) and in both cases, I encounter the same problem - constant disconnection. When it finally connects...
Hey, so I have been working on developing a BLE central device on a Raspberry Pi using the bluepy library. It's a pretty simple application, I just need it to scan and interface...
I tried to launch your example "Bluetooth: Mesh Light" using nRF5340 PDK and I failed. I followed this guide developer.nordicsemi.com/.../README.html . Also I tried to launch...
I am student and my question is in nRF52833 how the feature of direction finding can be used ? From my understanding it has one antenna which provide CTE or IQ samples that...
When playing with the NRF9160 samples (https_client and mqtt_simple, haven't tried others yet), I found a problem and workaround to that problem:
I'm not sure if it's a...
I'm trying to use the 52840 with a QSPI flash memory device (SST26VF016). The page program instruction to the flash uses 4 IO lines and the first byte (opcode) must be 0x02...
Dears,
I need to use the nRF52840-Dongle for BLE device to communicate with the end devices, the platform is ubuntu and the programming is python3.7, I have problem on it...