<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									eTechnophiles Forum - Recent Posts				            </title>
            <link>https://forum.etechnophiles.com/</link>
            <description>Hi,
Welcome to the eTechnophiles forum. 
Got a question like, \&#039;What resistor value to choose for your simple LED project\&#039; OR \&#039;Where is the resistor connected to the inbuilt LED in Arduino UNO\&#039;s schematic\&#039; - All will be answered here. 
Feel free to check out the topics below.</description>
            <language>en-US</language>
            <lastBuildDate>Thu, 16 Apr 2026 00:00:00 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: esp32 diagram connection</title>
                        <link>https://forum.etechnophiles.com/esp32/esp32-diagram-connection/#post-1338</link>
                        <pubDate>Sat, 28 Mar 2026 07:49:50 +0000</pubDate>
                        <description><![CDATA[@wmughal What do you want to achieve here exactly?]]></description>
                        <content:encoded><![CDATA[@wmughal What do you want to achieve here exactly?]]></content:encoded>
						                            <category domain="https://forum.etechnophiles.com/"></category>                        <dc:creator>Admin</dc:creator>
                        <guid isPermaLink="true">https://forum.etechnophiles.com/esp32/esp32-diagram-connection/#post-1338</guid>
                    </item>
				                    <item>
                        <title>DIY an RF power meter Based on STM32F103 + MAX4003</title>
                        <link>https://forum.etechnophiles.com/hardware-arduino/diy-an-rf-power-meter-based-on-stm32f103-max4003/#post-1337</link>
                        <pubDate>Thu, 26 Mar 2026 09:23:03 +0000</pubDate>
                        <description><![CDATA[As we all know, Radio frequency (RF) is a very important segment of the IoT industry. When learning RF technology, power is a critical indicator that must be mastered. Testing RF power usual...]]></description>
                        <content:encoded><![CDATA[<p>As we all know, Radio frequency (RF) is a very important segment of the IoT industry. <br /><br />When learning RF technology, power is a critical indicator that must be mastered. Testing RF power usually requires a spectrum analyzer or an RF power meter. However, spectrum analyzers are too expensive for beginners who are new to RF like me, and even the cheapest RF power meters cost hundreds of RMB. For electronics enthusiasts who follow the principle of "spend when you should, save when you can", DIYing an RF power meter is a great alternative.<br /><br />The first step was to define the functions and design the hardware circuit. To test RF power, a chip called a detector is required. I had not found a suitable option for a long time as it was my first time working with an RF detector, until I saw the power detection module on the E25-C test baseboard, which uses a Maxim MAX4003 for power acquisition.<br /><br />The MAX4003 RF detector chip supports a frequency range of 100MHz to 2.5GHz, with an input range of -45dBm to 0dBm. It is very cost-effective at only 6 RMB, and its parameters fully meet the requirements. Its stability during testing is also proven in practical use, so I finally chose this detector as the core device of this DIY power meter.<br /><br />Next was the selection of the MCU chip. I used the well-known STMicroelectronics STM32F103TBU6, which integrates a 12-bit successive approximation ADC (analog-to-digital converter), a 72MHz Cortex-M3 ARM processor, and 128KB of on-chip program memory. The main reasons for choosing it are its QFN36 package and integrated USB controller.<br /><br />For the display part, a 1.3-inch monochrome LCD screen with ST7565 main controller is used, which communicates via the SPI interface and has a resolution of 128*64. It is fully sufficient for displaying collected data and other information.<br /><br />In addition, a Texas Instruments OPA333A high-precision operational amplifier is used to amplify the analog signal output by the detector and send it to the ADC pin of the MCU. A GT20L16S1Y chip provides the Chinese character library. The power supply adopts a TYPE-C port, and the voltage is regulated by ME6211 to supply power for the chips. A REF3033AIDBZR reference chip is used to provide the reference source for the ADC.<br /><br />After the hardware selection and circuit design were completed, the software design was carried out. STM32CUBEMX was used for project configuration, and development was based on HAL library functions. After initializing the ADC, the HAL_ADCEx_Calibration_Start function was used to self-calibrate the ADC. The TIM2 timer was enabled and the interrupt was activated for regular collection of the voltage value output by the RF detector. The ADC performs cyclic collection 10 times and calculates the average value to implement software filtering. For the convenience of wiring during PCB design, the hardware SPI interface of the MCU was not used to operate the screen and the character library chip, so the IO port was used to simulate the software SPI timing to operate the LCD screen and read/write the character library chip.<br /><br />In addition to the 16*16 GB2312 Chinese character library and character library, the GT20L16S1Y character library chip also has 64KB of freely erasable space from address 0x6FFFF to 0x7FFFF (start address 0X7000), including 16 sectors. This storage space is used to store power calibration parameters.<br /><br />In addition, necessary functions such as compensation settings have been added. Since the input signal of MAX4003 cannot exceed 0dBm, most signals need to be tested in conjunction with an external attenuator, so software compensation is required for accurate readings. 10 sectors are set to store 10 frequency points, compensation and calibration parameters. To make it easy to set these parameters, a setting menu is written, through which you can select the current frequency point, set the current software compensation and frequency, calibrate the current frequency, save the set parameters and other functions.<br /><br />During testing, an external high-precision RF signal source was used. It was found that the MAX4003 chip has excellent linearity in the range of -7dBm to -43dBm, so a trade-off was made: 31 calibration data acquisitions were carried out from -10dBm to -40dBm and saved as an array. When the data is measured, the nearest low value is queried from the 31 sets of data for display, and the decimal value between the nearest high value and low value is calculated. After measurement, the test accuracy is excellent, which meets my needs for power measurement as an RF beginner.<br /><br />The preliminary functional design of the small power meter has been completed. The hardware reserves the TP4055 battery management chip and independently controllable power management. A battery will be added to this small power meter later to use it as a portable power meter.</p>]]></content:encoded>
						                            <category domain="https://forum.etechnophiles.com/"></category>                        <dc:creator>anselbevier</dc:creator>
                        <guid isPermaLink="true">https://forum.etechnophiles.com/hardware-arduino/diy-an-rf-power-meter-based-on-stm32f103-max4003/#post-1337</guid>
                    </item>
				                    <item>
                        <title>esp32 diagram connection</title>
                        <link>https://forum.etechnophiles.com/esp32/esp32-diagram-connection/#post-1335</link>
                        <pubDate>Wed, 18 Mar 2026 06:39:50 +0000</pubDate>
                        <description><![CDATA[i never use esp32 before i get diagram from claude i want to u too guys to checi s this diagram ok i have attached with this. u
&nbsp;wiring_v3_470fix.png]]></description>
                        <content:encoded><![CDATA[<p>i never use esp32 before i get diagram from claude i want to u too guys to checi s this diagram ok i have attached with this. u</p>
<div id="wpfa-236" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//forum.etechnophiles.com/wp-content/uploads/wpforo/default_attachments/1773815990-wiring_v3_470fix.png" target="_blank" title="wiring_v3_470fix.png"><i class="fas fa-paperclip"></i>&nbsp;wiring_v3_470fix.png</a></div>]]></content:encoded>
						                            <category domain="https://forum.etechnophiles.com/"></category>                        <dc:creator>wmughal</dc:creator>
                        <guid isPermaLink="true">https://forum.etechnophiles.com/esp32/esp32-diagram-connection/#post-1335</guid>
                    </item>
				                    <item>
                        <title>RE: Motor driver not working properly</title>
                        <link>https://forum.etechnophiles.com/arduino/motor-driver-not-working-properly/#post-1314</link>
                        <pubDate>Fri, 06 Mar 2026 05:24:06 +0000</pubDate>
                        <description><![CDATA[@noochee Can you please share more details? Circuit diagram, connection photos, code etc.]]></description>
                        <content:encoded><![CDATA[@noochee Can you please share more details? Circuit diagram, connection photos, code etc.]]></content:encoded>
						                            <category domain="https://forum.etechnophiles.com/"></category>                        <dc:creator>Admin</dc:creator>
                        <guid isPermaLink="true">https://forum.etechnophiles.com/arduino/motor-driver-not-working-properly/#post-1314</guid>
                    </item>
				                    <item>
                        <title>Motor driver not working properly</title>
                        <link>https://forum.etechnophiles.com/arduino/motor-driver-not-working-properly/#post-1312</link>
                        <pubDate>Fri, 20 Feb 2026 22:50:49 +0000</pubDate>
                        <description><![CDATA[I built an obstacle avoiding robotic car using Arduino, dc motors and a motor driver(L293D) , ultrasonic sensor and servo, i added LCD, a buzzer, an LED and a bluetooth module, but it&#039;s gett...]]></description>
                        <content:encoded><![CDATA[<p style="text-align: center">I built an obstacle avoiding robotic car using Arduino, dc motors and a motor driver(L293D) , ultrasonic sensor and servo, i added LCD, a buzzer, an LED and a bluetooth module, but it's getting overloaded i guess and it doesn't work, what do i do? </p>]]></content:encoded>
						                            <category domain="https://forum.etechnophiles.com/"></category>                        <dc:creator>Noochee</dc:creator>
                        <guid isPermaLink="true">https://forum.etechnophiles.com/arduino/motor-driver-not-working-properly/#post-1312</guid>
                    </item>
				                    <item>
                        <title>Answer to: Bluetooth Speaker won&#039;t turn on</title>
                        <link>https://forum.etechnophiles.com/basic-electronics-theoretical-questions/bluetooth-speaker-wont-turn-on/#post-1297</link>
                        <pubDate>Tue, 20 Jan 2026 07:01:40 +0000</pubDate>
                        <description><![CDATA[Translator
 
 


 
 



Sorry, this is the second pic
&nbsp;Side-B.jpg]]></description>
                        <content:encoded><![CDATA[<audio class="audio-for-speech"></audio>
<div class="translate-tooltip-mtz translator-hidden">
<div class="header">
<div class="header-controls">Translator</div>
<div class="header-controls"> </div>
<div class="header-controls"> </div>
</div>
<div class="translated-text">
<div class="words"> </div>
<div class="sentences"> </div>
</div>
</div>
<span class="translate-button-mtz translator-hidden"></span>
<p>Sorry, this is the second pic</p>
<div id="wpfa-217" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//forum.etechnophiles.com/wp-content/uploads/wpforo/default_attachments/1768892500-Side-B.jpg" target="_blank" title="Side-B.jpg"><i class="fas fa-paperclip"></i>&nbsp;Side-B.jpg</a></div>]]></content:encoded>
						                            <category domain="https://forum.etechnophiles.com/"></category>                        <dc:creator>servitec</dc:creator>
                        <guid isPermaLink="true">https://forum.etechnophiles.com/basic-electronics-theoretical-questions/bluetooth-speaker-wont-turn-on/#post-1297</guid>
                    </item>
				                    <item>
                        <title>Bluetooth Speaker won&#039;t turn on</title>
                        <link>https://forum.etechnophiles.com/basic-electronics-theoretical-questions/bluetooth-speaker-wont-turn-on/#post-1296</link>
                        <pubDate>Tue, 20 Jan 2026 07:00:52 +0000</pubDate>
                        <description><![CDATA[I know is not probably the best place for a newbie, the AI somehow helps but I definitely prefer go with the experts. I am fascinated with the laws of electronic, but more than ever I know i...]]></description>
                        <content:encoded><![CDATA[<p>I know is not probably the best place for a newbie, the AI somehow helps but I definitely prefer go with the experts. I am fascinated with the laws of electronic, but more than ever I know it demands a serious compromise to enter this amazing world.<br /><br />Board Description: HXYT-A0-665-REV1.1 (A bluetooth speaker)<br />The speaker wont turn on, is doing nothing.<br />SIDE A<br />Compt.1= 56HS5, B310B (5 pins)<br />Compt.2= J6 (3 pins) ?<br />Compt.3 4004A, 33580KM<br />Side B<br />Compt.1= 4R7 (inductor)<br />Compt.2= SS54 (SCHOTTKY BARRIER RECTIFIER)<br />Compt.3= M8889, Y4D371 (8 Pins) ?<br />Compt.4 PNSA15E7E, X0B253, 2359<br /><br />--When connected the battery in the terminals, it shows normal (aprox 5V)<br />--I tested the negative and positive spots in reverse of battery connector and off course no shorted<br />--When first tested pin C of power button, it shows 0.840V, after some tests is showing 2.4V when first push the power button it drops to 0V but now no more drops and it gets 2.4 V no matter if push the power button<br />--Tested all capacitors of Side A and all of them are ok, also the capacitor X which is connected to the Compt.3, the component 3 seems to be a DC-DC converter, the capacitor X is in parallel of pins 4 and 6. When checking the VIN in Compt.3 (pin5) is ok, but when I push the power button there is no VOUT (pin1)<br />--When connected to the charger, the device’s charging led turns on and the board battery terminals shows the charging voltage.<br /><br />In Side B<br /><br /><br />We can see the battery port, the left pin is the + one, that pin goes to the compt.1 through pad named in the image as “pad positive pin”, then the compt.1 is connected to the compt.2 (I tested both and they seem to be ok). I tested all capacitors in Side B, all of them are ok except capacitor X. The capacitor X is connected to the pin that is marked with a yellow face sticker in compt.4, and I'd like to have the PCB's information or at least the compt.4's (or the M8889) in order to know that capacitor values.<br />What more testing do you recommend me to apply, what is component 2 in side A, what is component 4 in side B, is it a multiplexer? What is component 3 in side B, is it a switch IC? What recommendations can you give me when is hard to find a component by its code?</p>
<div id="wpfa-216" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//forum.etechnophiles.com/wp-content/uploads/wpforo/default_attachments/1768892452-Side-A.jpg" target="_blank" title="Side-A.jpg"><i class="fas fa-paperclip"></i>&nbsp;Side-A.jpg</a></div>]]></content:encoded>
						                            <category domain="https://forum.etechnophiles.com/"></category>                        <dc:creator>servitec</dc:creator>
                        <guid isPermaLink="true">https://forum.etechnophiles.com/basic-electronics-theoretical-questions/bluetooth-speaker-wont-turn-on/#post-1296</guid>
                    </item>
				                    <item>
                        <title>Answer to: Why Fluke multimeters are so expensive?</title>
                        <link>https://forum.etechnophiles.com/equipments/why-fluke-multimeters-are-so-expensive/#post-1159</link>
                        <pubDate>Sat, 08 Nov 2025 11:29:40 +0000</pubDate>
                        <description><![CDATA[Totally agree with the points above. In my experience, the premium price of Fluke multimeters comes down to real reliability and safety engineering, not just branding. These devices are buil...]]></description>
                        <content:encoded><![CDATA[<p data-start="43" data-end="342">Totally agree with the points above. In my experience, the premium price of Fluke multimeters comes down to <strong data-start="151" data-end="171">real reliability</strong> and <strong data-start="176" data-end="198">safety engineering</strong>, not just branding. These devices are built for professionals working in hazardous environments: high-energy mains, industrial settings, etc.</p>
<ul data-start="343" data-end="630">
<li data-start="343" data-end="436">
<p data-start="345" data-end="436">Tough housing, drop-tests, high-CAT safety ratings. <span class="" data-state="closed"><span class="ms-1 inline-flex max-w-full items-center relative top- animate-" data-testid="webpage-citation-pill"></span></span></p>
</li>
<li data-start="437" data-end="523">
<p data-start="439" data-end="523">High accuracy, true-RMS, stable calibration. <span class="" data-state="closed"><span class="ms-1 inline-flex max-w-full items-center relative top- animate-" data-testid="webpage-citation-pill"><span class="relative start-0 bottom-0 flex h-full w-full items-center"><span class="flex h-4 w-full items-center justify-between overflow-hidden"><span class="max-w- grow truncate overflow-hidden text-center"></span></span></span></span></span></p>
</li>
<li data-start="437" data-end="523">
<p data-start="439" data-end="523"><span class="" data-state="closed"><span class="ms-1 inline-flex max-w-full items-center relative top- animate-" data-testid="webpage-citation-pill"><span class="relative start-0 bottom-0 flex h-full w-full items-center"><span class="flex h-4 w-full items-center justify-between overflow-hidden"><span class="max-w- grow truncate overflow-hidden text-center"></span></span></span></span></span>Long lifespan, support and warranty which reduce long-term cost. <span class="" data-state="closed"><span class="ms-1 inline-flex max-w-full items-center relative top- animate-" data-testid="webpage-citation-pill"></span></span></p>
</li>
</ul>
<p data-start="632" data-end="854">If you’re replacing a hobby-meter and don’t work in heavy duty applications, yes you might be fine with a cheaper brand. But if you <strong data-start="764" data-end="772">need</strong> one tool that you can trust under serious conditions, the extra cost makes sense.</p>]]></content:encoded>
						                            <category domain="https://forum.etechnophiles.com/"></category>                        <dc:creator>maryjlee</dc:creator>
                        <guid isPermaLink="true">https://forum.etechnophiles.com/equipments/why-fluke-multimeters-are-so-expensive/#post-1159</guid>
                    </item>
				                    <item>
                        <title>Answer to: Can Raspberry Pi Replace a Home Router or Firewall?</title>
                        <link>https://forum.etechnophiles.com/rpi-pico/can-raspberry-pi-replace-a-home-router-or-firewall/#post-1152</link>
                        <pubDate>Thu, 30 Oct 2025 05:17:50 +0000</pubDate>
                        <description><![CDATA[Yes, it’s definitely possible to turn a Raspberry Pi (especially Pi 4 or Pi 5) into a router or firewall using software like OpenWRT, Pi-hole, or pfSense (via ARM builds).
The Pi 4/5’s Giga...]]></description>
                        <content:encoded><![CDATA[<p>Yes, it’s definitely possible to turn a Raspberry Pi (especially Pi 4 or Pi 5) into a router or firewall using software like OpenWRT, Pi-hole, or pfSense (via ARM builds).</p>
<p>The Pi 4/5’s Gigabit Ethernet and USB 3.0 ports allow decent throughput—around 600–900 Mbps in real-world tests—suitable for small to medium networks.</p>
<p>However, it lacks hardware NAT acceleration and enterprise-grade security features, so performance may drop under heavy traffic or multiple VPN connections.</p>
<p>For basic routing, ad-blocking, and light firewall duties, it’s reliable and stable; for high-load or mission-critical use, a dedicated router or firewall appliance is still preferable.</p>]]></content:encoded>
						                            <category domain="https://forum.etechnophiles.com/"></category>                        <dc:creator>Divyam</dc:creator>
                        <guid isPermaLink="true">https://forum.etechnophiles.com/rpi-pico/can-raspberry-pi-replace-a-home-router-or-firewall/#post-1152</guid>
                    </item>
							        </channel>
        </rss>
		