<?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[Trying to send data from arduino dock over omega 2 wifi connection]]></title><description><![CDATA[<p dir="auto">Hi folk, i need help. How i can send data from arduino dock 2 over omega 2 Wifi connection to SQL server?</p>
]]></description><link>http://community.onion.io/topic/2013/trying-to-send-data-from-arduino-dock-over-omega-2-wifi-connection</link><generator>RSS for Node</generator><lastBuildDate>Fri, 11 Sep 2026 13:55:40 GMT</lastBuildDate><atom:link href="http://community.onion.io/topic/2013.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 01 May 2017 09:04:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Trying to send data from arduino dock over omega 2 wifi connection on Mon, 01 May 2017 11:14:54 GMT]]></title><description><![CDATA[<p dir="auto">Hi folk, i need help. How i can send data from arduino dock 2 over omega 2 Wifi connection to SQL server?</p>
]]></description><link>http://community.onion.io/post/12924</link><guid isPermaLink="true">http://community.onion.io/post/12924</guid><dc:creator><![CDATA[Kamil Rasulov]]></dc:creator><pubDate>Mon, 01 May 2017 11:14:54 GMT</pubDate></item><item><title><![CDATA[Reply to Trying to send data from arduino dock over omega 2 wifi connection on Mon, 01 May 2017 17:39:48 GMT]]></title><description><![CDATA[<p dir="auto">Could some help me please, or have idea who to do it, i found that arduino dock could send data to omega, but who i can handle this data and send it to SQL server?</p>
]]></description><link>http://community.onion.io/post/12936</link><guid isPermaLink="true">http://community.onion.io/post/12936</guid><dc:creator><![CDATA[Kamil Rasulov]]></dc:creator><pubDate>Mon, 01 May 2017 17:39:48 GMT</pubDate></item><item><title><![CDATA[Reply to Trying to send data from arduino dock over omega 2 wifi connection on Mon, 01 May 2017 20:03:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/3774">@Kamil-Rasulov</a></p>
<ul>
<li><strong>data exchange</strong></li>
</ul>
<p dir="auto">On the Arduino Dock Omega and the ATmega MCU can communicate via a serial connection and / or via I2C.</p>
<ul>
<li><strong>access a remote sql database</strong></li>
</ul>
<p dir="auto">I'm afraid this won't be a single command or a one-liner script.<br />
<code>opkg update</code><br />
<code>opkg list | grep sql</code></p>
<pre><code>root@Omega-5BE1:~# opkg list | grep sql
libmysqlclient - 5.1.73-2 - MySQL client library
libsqlite3 - 3160000-1 - SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. This package contains the SQLite (v3.x) shared library, used by other programs.
php7-mod-mysqli - 7.1.1-1 - MySQL Improved Extension shared module
php7-mod-pdo-mysql - 7.1.1-1 - PDO driver for MySQL shared module
php7-mod-pdo-pgsql - 7.1.1-1 - PDO driver for PostgreSQL shared module
php7-mod-pdo-sqlite - 7.1.1-1 - PDO driver for SQLite 3.x shared module
php7-mod-pgsql - 7.1.1-1 - PostgreSQL shared module
php7-mod-sqlite3 - 7.1.1-1 - SQLite3 shared module
python-mysql - 1.2.5-1 - MySQLdb is an thread-compatible interface to the popular MySQL database server that provides the Python database API.
python-sqlite3 - 2.7.13-4 - Python 2.7 sqlite3 module
python3-sqlite3 - 3.6.0-4 - Python 3.6 sqlite3 module
</code></pre>
<p dir="auto">So there are SQLite, MySQL, PostgreSQL and Python.</p>
<p dir="auto">Search on the web, you'll surely find something. Keyword examples:<br />
connect to sqlite database python<br />
connect to remote sqlite database python<br />
connect to mysql database python<br />
and so on.</p>
<p dir="auto">Do make a decision.<br />
After that probably you should install python and the appropriate sql module.<br />
<a href="https://docs.onion.io/omega2-docs/installing-and-using-python.html" rel="nofollow">Installing and Using Python</a> on Omega2.</p>
<p dir="auto">Good luck!</p>
]]></description><link>http://community.onion.io/post/12937</link><guid isPermaLink="true">http://community.onion.io/post/12937</guid><dc:creator><![CDATA[György Farkas]]></dc:creator><pubDate>Mon, 01 May 2017 20:03:56 GMT</pubDate></item><item><title><![CDATA[Reply to Trying to send data from arduino dock over omega 2 wifi connection on Tue, 02 May 2017 07:43:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/2619">@György-Farkas</a><br />
Thanks a lot, i will check and come back with feedback, only one question missed. Where stored omega 2 data data from arduino dock 2? who can access to that data?</p>
]]></description><link>http://community.onion.io/post/12940</link><guid isPermaLink="true">http://community.onion.io/post/12940</guid><dc:creator><![CDATA[Kamil Rasulov]]></dc:creator><pubDate>Tue, 02 May 2017 07:43:28 GMT</pubDate></item></channel></rss>