<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0"
 xmlns:blogChannel="http://backend.userland.com/blogChannelModule"
>

<channel>
<title><![CDATA[Dobrica Pavlinušić's random unstructured stuff: usb-tester]]></title>
<link>https://saturn.ffzg.hr/rot13/index.cgi?action=weblog_display;category=usb-tester</link>
<description></description>
<pubDate>Sat, 24 Jun 2023 10:03:19 -0000</pubDate>
<webMaster>root@saturn.ffzg.hr</webMaster>
<generator>Socialtext Workspace v2.19.0.2</generator>

<item>
<title><![CDATA[FNIRSI FNB58]]></title>
<link>https://saturn.ffzg.hr/rot13/index.cgi?fnirsi_fnb58</link>
<description><![CDATA[<div>Creator: Dobrica Pavlinušić</div><hr/><div>Tags: usb, usb-tester</div><hr/><div class="wiki">
<p>
<a target="_blank" title="(external link)" href="http://www.fnirsi.com.cn/home?lang=en-us">http://www.fnirsi.com.cn/home?lang=en-us</a></p>
<p>
<a target="_blank" title="(external link)" href="http://www.fnirsi.com.cn/product/704369228916068352">http://www.fnirsi.com.cn/product/704369228916068352</a></p>
<p>
<a target="_blank" title="(external link)" href="http://www.fnirsi.com.cn/download/usb">http://www.fnirsi.com.cn/download/usb</a></p>
<p>
<a target="_blank" title="(external link)" href="https://goughlui.com/2023/04/29/review-tested-fnirsi-fnb58-usb-fast-charge-tester/">https://goughlui.com/2023/04/29/review-tested-fnirsi-fnb58-usb-fast-charge-tester/</a></p>
<h1 id="usb_serial">usb serial</h1>
<p>
<a target="_blank" title="(external link)" href="https://github.com/baryluk/fnirsi-usb-power-data-logger">https://github.com/baryluk/fnirsi-usb-power-data-logger</a></p>
<h1 id="ble">ble</h1>
<p>
<a target="_blank" title="(external link)" href="https://github.com/losonsky/FNB58">https://github.com/losonsky/FNB58</a></p>
<pre>
root@rpi4:/home/pi/FNB58# git remote -v
origin	https://github.com/losonsky/FNB58 (fetch)
origin	https://github.com/losonsky/FNB58 (push)
root@rpi4:/home/pi/FNB58# git diff
diff --git a/fnb58_dump.sh b/fnb58_dump.sh
index 2a63e7f..2f74a74 100755
--- a/fnb58_dump.sh
+++ b/fnb58_dump.sh
@@ -2,6 +2,8 @@

 # just change to your MAC....
 BT_MAC=&quot;BA:03:1C:67:56:22&quot;;
+# 98:DA:B0:01:D6:15 FNB58-047732
+BT_MAC=&quot;98:DA:B0:01:D6:15&quot;;

 OLD_IFS=$IFS;

root@rpi4:/home/pi/FNB58#

root@rpi4:/home/pi/FNB58# ./fnb58_dump.sh
connect to 98:DA:B0:01:D6:15: Function not implemented (38)
</pre>
</div>
]]></description>
<author>Dobrica Pavlinu&#x161;i&#x107;</author>
<category>usb, usb-tester</category>
<guid isPermaLink="true">https://saturn.ffzg.hr/rot13/index.cgi?fnirsi_fnb58</guid>
<pubDate>Sat, 24 Jun 2023 10:03:19 -0000</pubDate>
</item>
<item>
<title><![CDATA[RD TC66C]]></title>
<link>https://saturn.ffzg.hr/rot13/index.cgi?rd_tc66c</link>
<description><![CDATA[<div>Creator: Dobrica Pavlinušić</div><hr/><div>Tags: usb, usb-tester</div><hr/><div class="wiki">
<p>
RD TC66/TC66C Type-C PD trigger USB-C Voltmeter ammeter voltage 2 way current meter multimeter PD charger battery USB Tester</p>
<p>
<a target="_blank" title="(external link)" href="https://www.aliexpress.com/item/32968303350.html">https://www.aliexpress.com/item/32968303350.html</a></p>
<p>
<a target="_blank" title="(external link)" href="https://sigrok.org/wiki/RDTech_TC66C">https://sigrok.org/wiki/RDTech_TC66C</a></p>
<p>
<a target="_blank" title="(external link)" href="https://www.youtube.com/watch?v=rOlhibDUJgs">https://www.youtube.com/watch?v=rOlhibDUJgs</a></p>
<p>
bluetooth le range is very losy, it's about 30cm so you almost have to put Android phone on top of TC66C to make it work :-(</p>
<h1 id="tc66c_reverse_engineering">TC66C Reverse Engineering</h1>
<p>
<a target="_blank" title="(external link)" href="https://ralimtek.com/reverse%20engineering/software/tc66c-reverse-engineering/">https://ralimtek.com/reverse%20engineering/software/tc66c-reverse-engineering/</a></p>
<p>
<a target="_blank" title="(external link)" href="https://github.com/Ralim/TC66C">https://github.com/Ralim/TC66C</a></p>
<p>
newer version: <a target="_blank" title="(external link)" href="https://github.com/Ircama/TC66C">https://github.com/Ircama/TC66C</a></p>
<pre>
pi@rpi2 ~/TC66C $ git remote -v
origin  https://github.com/Ircama/TC66C (fetch)
origin  https://github.com/Ircama/TC66C (push)
pi@rpi2 ~/TC66C $ git branch -a
* keyboard_mgmt
  master
  remotes/origin/HEAD -&gt; origin/master
  remotes/origin/keyboard_mgmt
  remotes/origin/master

pi@rpi2 ~/TC66C $ sudo apt install python3-curtsies

pi@rpi2 ~/TC66C $ sudo pip3 install bluepy

pi@rpi2 ~/TC66C $ sudo ./scan.py


</pre>
</div>
]]></description>
<author>Dobrica Pavlinu&#x161;i&#x107;</author>
<category>usb, usb-tester</category>
<guid isPermaLink="true">https://saturn.ffzg.hr/rot13/index.cgi?rd_tc66c</guid>
<pubDate>Sat, 24 Jun 2023 09:35:34 -0000</pubDate>
</item>
</channel>
</rss>