<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.jaxx.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.jaxx.org/feed.php">
        <title>wiki.jaxx.org - misc:ovms</title>
        <description></description>
        <link>https://wiki.jaxx.org/</link>
        <image rdf:resource="https://wiki.jaxx.org/_media/wiki/logo.png" />
       <dc:date>2026-04-21T23:45:24+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.jaxx.org/misc/ovms/lvglstuff?rev=1612821068&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.jaxx.org/misc/ovms/m5code?rev=1606127892&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.jaxx.org/_media/wiki/logo.png">
        <title>wiki.jaxx.org</title>
        <link>https://wiki.jaxx.org/</link>
        <url>https://wiki.jaxx.org/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="https://wiki.jaxx.org/misc/ovms/lvglstuff?rev=1612821068&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-02-08T21:51:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>lvglstuff</title>
        <link>https://wiki.jaxx.org/misc/ovms/lvglstuff?rev=1612821068&amp;do=diff</link>
        <description>Random Stuff to play around hasp-lvgl

Github  hasp-lvgl

Since I intend to have most of this running on embedded boards with OpenWRT for the 'smartest ones', most will be written down in micropython to keep things lightweight as possible

Let's be honest, uploading the jsonl file each time is a pain:</description>
    </item>
    <item rdf:about="https://wiki.jaxx.org/misc/ovms/m5code?rev=1606127892&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-11-23T10:38:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>m5code</title>
        <link>https://wiki.jaxx.org/misc/ovms/m5code?rev=1606127892&amp;do=diff</link>
        <description>Beware, this is highly unreliable... it's just good enough for me ;)

m5core-ovmsWSclient Git repo


/*
 * WebSocketClient.ino
 *
 *  Created on: 24.05.2015
 *
 */

//#include &lt;Arduino.h&gt;
#include &lt;M5Stack.h&gt;
#include &lt;ArduinoJson.h&gt;
#include &lt;WiFi.h&gt;
#include &lt;WiFiMulti.h&gt;
#include &lt;WiFiClientSecure.h&gt;

#include &lt;HttpClient.h&gt;

#include &lt;WebSocketsClient.h&gt;


WiFiMulti WiFiMulti;
WebSocketsClient webSocket;

HttpClient htclient;

bool localTesting = true;
bool genRandomVals = false;

const char…</description>
    </item>
</rdf:RDF>
