<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[ADS1100 Hat with Core2]]></title><description><![CDATA[<p dir="auto">Dear all,<br />
I need a better resolution for a project and I have seen that the internal ADC of the ESP32 is really noisy. So I ordered an ADS1100 for my Core2.<br />
In the meantime I tried to connect an ADS1100 hat (that I bought for an M5Stick).<br />
I connected it to the Port A of my Core2<br />
<img src="/assets/uploads/files/1643454730463-img_8803-resized.jpg" alt="0_1643454725284_IMG_8803.jpg" class=" img-fluid img-markdown" /><br />
Here the code:</p>
<p dir="auto">from m5stack import *<br />
from m5stack_ui import *<br />
from uiflow import *<br />
import time<br />
import unit<br />
screen = M5Screen()<br />
screen.clean_screen()<br />
screen.set_screen_bg_color(0xFFFFFF)<br />
adc_0 = unit.get(unit.ADC, unit.PORTA)<br />
label0 = M5Label('Text', x=126, y=113, color=0x000, font=FONT_MONT_14, parent=None)<br />
while not (btnA.isPressed()):<br />
label0.set_text(str(adc_0.voltage))<br />
wait_ms(1)</p>
<p dir="auto">When I upload I read:<br />
ADC unit maybe not connect</p>
<p dir="auto">Any suggestion?<br />
Thank you!</p>
]]></description><link>https://community.m5stack.com/topic/3975/ads1100-hat-with-core2</link><generator>RSS for Node</generator><lastBuildDate>Tue, 05 May 2026 11:17:01 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3975.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 29 Jan 2022 11:15:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ADS1100 Hat with Core2 on Sat, 29 Jan 2022 11:57:02 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/brvus76" aria-label="Profile: brvus76">@<bdi>brvus76</bdi></a></p>
<p dir="auto">according to the <a href="https://docs.m5stack.com/en/hat/hat-adc" target="_blank" rel="noopener noreferrer nofollow ugc">schematic</a> the hat needs 3.3 V.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/16401</link><guid isPermaLink="true">https://community.m5stack.com/post/16401</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sat, 29 Jan 2022 11:57:02 GMT</pubDate></item></channel></rss>