I’m using the Zephyr nordic,npm1300-charger driver on an nRF52840 to control the nPM1300 PMIC charger. At runtime I need to be able to turn charging on and off—on command...
I have a greenfield project that I am currently working on and I am trying to work out the best approach to limiting access/features via Bluetooth.
In the past we have used...
Hello dear Nordic support staff,
I'm working on some legacy code (NCS 1.8.0 in case it's relevant) and see this in the inclusion list of one of the files:
Functions...
Hey there!
I'm trying to run the 'wifi/shell' sample on v3.0.1 on a nrf7002dk (targeting the nrf7002dk/nrf5340/cpuapp) with sysbuild enabled, of course and I'm getting...
Hi Teams
I am designing a product using the 9151 SIP. According to the specifications, the operating voltage ranges from 3 to 5V. From the hardware design guide, I learned...
We have a design in EVT and we're preparing for FCC testing. It's a dual radio board with nRF52840 and a Semtech LR1110. Therefore, we need both to be active and transmitting...
Hey,
I have been using the FOTA download client library with bg95 module for HTTP dfu for a while and works perfectly fine.
Now that I have added a few additions to my...
I am following this tutorial
I'm using Segger Embedded Studio v3.10i, and SDK 12.2.0. I have the exact same problem in both Linux and Windows.
I have done everything...
What are the details of internal pin connection circuitry when connected as GPIO/IRQ vs ADC vs Comparator? Is there an internal pull down (what value)? Is there internal diode...
what should be RAM Settings for 51822QFAA chip?
I am using nrf sdk for mesh. what should be required ram settings for 51822 in order to run light switch server example....
Hello,
I have problem with missing GPIOTE event. Sometimes event doesn't occur, sometimes there is no problem. This event is very rare but important. I think it happens...
Hi all,
I am working on Temperature and Humidity(DHT11) with nrf52832, After advertising the Bluetooth i am calling the DHT11 sensor function in loop, few seconds it is...
Hello , I would like to know lifetime expectancy of NRF52832 IC. By lifetime expectancy I mean the amount of duration before NRF52832 goes non-functional. Please help me in...
Hi,
In disk_uninitialize function there are following lines of code:
if (m_drives[drv].last_result == NRF_BLOCK_DEV_RESULT_SUCCESS) { m_drives[drv].state |= STA_NOINIT;...
I have extend the light switch example to send message to the other node. I have refer This example to send message. But how to configure another node to receive the message...
HTU21D.rar hello there i am interfacing HTU21D with nrf51822. i am reading temperature and humidty from HTU21D. humidty register is E5. and temperature register is E3. now...
Hi,
I was trying to implement software UART for our product so I decided to use timer compare channels event connected to gpiote with interrupt. I want to toggle data line...
Hi,
Application: turning on/off a LED by toggling a GPIO pin using a timer and PPI. Important: the on-time of the LED must be very precise, i.e. the jitter must be minimal...
Dear Sir/Madam,
I have a sensor prototype board using nRF51822 for Bluetooth communication and I am now working on its firmware. I have installed MDK version 5.16 and...
Dear sir,
Sir i am using MDBT42V module. I want to know that whether the SCL & SDA pine are internally pulled high in this module ?
Regards,
Manoj Hiwarkar
Hi,
I have a problem where I am getting NRF_ERROR_RESOURCES errors 2 out of 3 times when sending notifications from my peripheral to my central. I think this is caused because...
I have designed a custom board with a TF325J32K7680 32KHz clock with +-50ppm tolerance, for the 32MHz I am using the CX2016DB32000D0WZRC1 with +-40ppm tolerance.
Simple...