<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MIT-AI2 &#8211; IoT-devices, LLC &#8211; Electronics manufacturer for IoT</title>
	<atom:link href="https://iot-devices.com.ua/en/tag/mit-ai2-en/feed/" rel="self" type="application/rss+xml" />
	<link>https://iot-devices.com.ua/en/</link>
	<description>Від модулів до складних пристроїв</description>
	<lastBuildDate>Tue, 23 Dec 2025 13:57:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://iot-devices.com.ua/wp-content/uploads/2020/05/iot-devices_logo_inversed_kromka_512x512_82ce62_white-100x100.jpg</url>
	<title>MIT-AI2 &#8211; IoT-devices, LLC &#8211; Electronics manufacturer for IoT</title>
	<link>https://iot-devices.com.ua/en/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Building a BLE-Enabled GGreg20_V3 Geiger Counter &#8211; Part 1: ESP32 BLE Server with ESPHome Firmware</title>
		<link>https://iot-devices.com.ua/en/ggreg20-v3-ble-enabled-geiger-counter-esp32-esphome-part1/</link>
		
		<dc:creator><![CDATA[iot-guru]]></dc:creator>
		<pubDate>Tue, 17 Jun 2025 22:00:17 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[App]]></category>
		<category><![CDATA[BLE]]></category>
		<category><![CDATA[Companion-App]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[ESP32]]></category>
		<category><![CDATA[ESPHome]]></category>
		<category><![CDATA[geiger-counter]]></category>
		<category><![CDATA[GGreg20_V3]]></category>
		<category><![CDATA[MIT-AI2]]></category>
		<category><![CDATA[technical-note]]></category>
		<guid isPermaLink="false">https://iot-devices.com.ua/ggreg20-v3-ble-enabled-geiger-counter-esp32-esphome-part1/</guid>

					<description><![CDATA[Here's an example for the GGreg20_V3, sending radiation levels right to your smartphone app using BLE (Bluetooth Low Energy)! This part dives into the first piece of the project: setting up the ESP32 as a BLE Server with the GGreg20_V3 as a sensor. ]]></description>
										<content:encoded><![CDATA[
<p>We&#8217;ve cooked up a fantastic new example for our GGreg20_V3! You can now transmit radiation level data directly to your smartphone app via Bluetooth Low Energy (BLE). This is something we&#8217;ve been planning for a while, and we&#8217;re thrilled to finally make it happen. </p>

<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="683" src="https://iot-devices.com.ua/wp-content/uploads/2025/06/GGreg20_V3_ESP32_BLE_Server_Part1-1024x683.jpg" alt="GGreg20_V3 ESP32 BLE Server Part1 main pic" class="wp-image-3988" srcset="https://iot-devices.com.ua/wp-content/uploads/2025/06/GGreg20_V3_ESP32_BLE_Server_Part1-1024x683.jpg 1024w, https://iot-devices.com.ua/wp-content/uploads/2025/06/GGreg20_V3_ESP32_BLE_Server_Part1-300x200.jpg 300w, https://iot-devices.com.ua/wp-content/uploads/2025/06/GGreg20_V3_ESP32_BLE_Server_Part1-768x512.jpg 768w, https://iot-devices.com.ua/wp-content/uploads/2025/06/GGreg20_V3_ESP32_BLE_Server_Part1-454x303.jpg 454w, https://iot-devices.com.ua/wp-content/uploads/2025/06/GGreg20_V3_ESP32_BLE_Server_Part1.jpg 1500w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>

<p>This news post covers the first part of the project: the ESP32 BLE Server. We&#8217;ve developed a YAML example for ESPHome firmware. Since we already have several ESPHome examples out there, we figured it was a no-brainer to stick with this awesome, popular, and relatively straightforward technology.  </p>

<p>The BLE Server you create using our example will be able to run completely standalone or integrate seamlessly with your Home Assistant (HA) server. So, if you&#8217;re an HA user, you&#8217;ll have the flexibility to choose how you want to deploy our example. If you don&#8217;t use HA, no worries! You can still use your GGreg20_V3 Geiger counter with the ESP32 BLE solution in a fully autonomous setup, free from any other additional tech.</p>

<p>It&#8217;s also worth noting that while our example is geared towards the classic ESP32 microcontroller, with just a few minor tweaks to the YAML configuration, you can use this example with any other ESPHome-supported controller that has an onboard BLE radio module.</p>

<p>You can find the full description of this project section, along with the YAML configuration file for creating the firmware, on our GitHub via the link here:</p>

<p><a href="https://github.com/iotdevicesdev/GGreg20_V3-BLE_Server-ESP32-ESPHome" target="_blank" rel="noopener">https://github.com/iotdevicesdev/GGreg20_V3-BLE_Server-ESP32-ESPHome</a></p>

<p>In Part 2, we plan to release an example of a ready-to-go client application for Android OS. We&#8217;ll also dive into how we developed it and the features we&#8217;ve packed in. The process is currently a bit held up by the Google Play Store publishing procedure. </p>

<p>Additionally, we&#8217;re planning to release the source MIT AI2 &#8220;code&#8221; for the app, making it freely available.</p>

<p>Kyiv. Ukraine. 2025</p>

<p>ORCID: <a href="https://orcid.org/0009-0002-6482-9419" data-type="link" data-id="https://orcid.org/0009-0002-6482-9419" target="_blank" rel="noopener">0009-0002-6482-9419</a></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
