<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://elvis.hcw.ac.at/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Epotetz</id>
	<title>Elvis Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://elvis.hcw.ac.at/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Epotetz"/>
	<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php/Special:Contributions/Epotetz"/>
	<updated>2026-09-10T19:41:53Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.5</generator>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Install_BlueZ&amp;diff=3138</id>
		<title>Install BlueZ</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Install_BlueZ&amp;diff=3138"/>
		<updated>2020-02-17T07:11:11Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Summary */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install bluez (gatttool hcitool) on raspberrypi 3b+&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Raspbian Buster with desktop&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
== Step 1: Install Dependencies ===&lt;br /&gt;
&lt;br /&gt;
* sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
* sudo apt-get install libdbus-1-dev libglib2.0-dev libudev-dev libical-dev libreadline-dev -y&lt;br /&gt;
&lt;br /&gt;
== Step 2: Install BlueZ ===&lt;br /&gt;
&lt;br /&gt;
=== Download BlueZ source code ===&lt;br /&gt;
 wget www.kernel.org/pub/linux/bluetooth/bluez-5.52.tar.xz&lt;br /&gt;
&lt;br /&gt;
=== Uncompress the downloaded file ===&lt;br /&gt;
&lt;br /&gt;
 tar xvf bluez-5.52.tar.xz &amp;amp;&amp;amp; cd bluez-5.52&lt;br /&gt;
&lt;br /&gt;
=== Configure===&lt;br /&gt;
&lt;br /&gt;
 ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc --localstatedir=/var --enable-experimental &lt;br /&gt;
&lt;br /&gt;
=== Compile the source code ===&lt;br /&gt;
 &lt;br /&gt;
 make -j4&lt;br /&gt;
&lt;br /&gt;
=== Install ===&lt;br /&gt;
&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
=== Reboot Raspberry Pi 3===&lt;br /&gt;
&lt;br /&gt;
 sudo reboot&lt;br /&gt;
&lt;br /&gt;
 === Verify version ===&lt;br /&gt;
&lt;br /&gt;
 bluetoothctl -v&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[raspberry pi 3 b+]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* scribles.net/&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Install_Genymotion&amp;diff=3137</id>
		<title>Install Genymotion</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Install_Genymotion&amp;diff=3137"/>
		<updated>2020-02-17T07:10:32Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install Genymotion  on Ubuntu&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1: install virtualbox ===&lt;br /&gt;
&lt;br /&gt;
 https://www.virtualbox.org/wiki/Linux_Downloads&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Download Genymotion ===&lt;br /&gt;
&lt;br /&gt;
 https://www.genymotion.com/download&lt;br /&gt;
&lt;br /&gt;
=== Step 2: change permissions ===&lt;br /&gt;
&lt;br /&gt;
 cd ~/Download&lt;br /&gt;
&lt;br /&gt;
 chmod +x genymotion-&amp;lt;version&amp;gt;_&amp;lt;arch&amp;gt;.bin&lt;br /&gt;
&lt;br /&gt;
=== Step 4: install Genymotion ===&lt;br /&gt;
&lt;br /&gt;
 ./genymotion-&amp;lt;version&amp;gt;_&amp;lt;arch&amp;gt;.bin -d &amp;lt;Genymotion_install_path&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Step 5: Start Genymotion ===&lt;br /&gt;
&lt;br /&gt;
 cd &amp;lt;Genymotion_install_path&amp;gt;&lt;br /&gt;
 ./genymotion&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://docs.genymotion.com/&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Install_Genymotion&amp;diff=3136</id>
		<title>Install Genymotion</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Install_Genymotion&amp;diff=3136"/>
		<updated>2020-02-17T07:10:22Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Summary */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install Genymotion  on Ubuntu&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1: install virtualbox ===&lt;br /&gt;
&lt;br /&gt;
 https://www.virtualbox.org/wiki/Linux_Downloads&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Download Genymotion ===&lt;br /&gt;
&lt;br /&gt;
 https://www.genymotion.com/download&lt;br /&gt;
&lt;br /&gt;
=== Step 2: change permissions ===&lt;br /&gt;
&lt;br /&gt;
 cd ~/Download&lt;br /&gt;
&lt;br /&gt;
 chmod +x genymotion-&amp;lt;version&amp;gt;_&amp;lt;arch&amp;gt;.bin&lt;br /&gt;
&lt;br /&gt;
=== Step 4: install Genymotion ===&lt;br /&gt;
&lt;br /&gt;
 ./genymotion-&amp;lt;version&amp;gt;_&amp;lt;arch&amp;gt;.bin -d &amp;lt;Genymotion_install_path&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Step 5: Start Genymotion ===&lt;br /&gt;
&lt;br /&gt;
 cd &amp;lt;Genymotion_install_path&amp;gt;&lt;br /&gt;
 ./genymotion&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://docs.genymotion.com/&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Install_BlueZ&amp;diff=3135</id>
		<title>Install BlueZ</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Install_BlueZ&amp;diff=3135"/>
		<updated>2020-02-17T07:09:12Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Raspbian Buster with desktop&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
== Step 1: Install Dependencies ===&lt;br /&gt;
&lt;br /&gt;
* sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
* sudo apt-get install libdbus-1-dev libglib2.0-dev libudev-dev libical-dev libreadline-dev -y&lt;br /&gt;
&lt;br /&gt;
== Step 2: Install BlueZ ===&lt;br /&gt;
&lt;br /&gt;
=== Download BlueZ source code ===&lt;br /&gt;
 wget www.kernel.org/pub/linux/bluetooth/bluez-5.52.tar.xz&lt;br /&gt;
&lt;br /&gt;
=== Uncompress the downloaded file ===&lt;br /&gt;
&lt;br /&gt;
 tar xvf bluez-5.52.tar.xz &amp;amp;&amp;amp; cd bluez-5.52&lt;br /&gt;
&lt;br /&gt;
=== Configure===&lt;br /&gt;
&lt;br /&gt;
 ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc --localstatedir=/var --enable-experimental &lt;br /&gt;
&lt;br /&gt;
=== Compile the source code ===&lt;br /&gt;
 &lt;br /&gt;
 make -j4&lt;br /&gt;
&lt;br /&gt;
=== Install ===&lt;br /&gt;
&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
=== Reboot Raspberry Pi 3===&lt;br /&gt;
&lt;br /&gt;
 sudo reboot&lt;br /&gt;
&lt;br /&gt;
 === Verify version ===&lt;br /&gt;
&lt;br /&gt;
 bluetoothctl -v&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[raspberry pi 3 b+]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* scribles.net/&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Install_BlueZ&amp;diff=3108</id>
		<title>Install BlueZ</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Install_BlueZ&amp;diff=3108"/>
		<updated>2020-02-16T12:59:13Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Step 2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Raspbian Buster with desktop &lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
== Step 1: Install Dependencies ===&lt;br /&gt;
&lt;br /&gt;
* sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
* sudo apt-get install libdbus-1-dev libglib2.0-dev libudev-dev libical-dev libreadline-dev -y&lt;br /&gt;
&lt;br /&gt;
== Step 2: Install BlueZ ===&lt;br /&gt;
&lt;br /&gt;
=== Download BlueZ source code ===&lt;br /&gt;
 wget www.kernel.org/pub/linux/bluetooth/bluez-5.52.tar.xz&lt;br /&gt;
&lt;br /&gt;
=== Uncompress the downloaded file ===&lt;br /&gt;
&lt;br /&gt;
 tar xvf bluez-5.52.tar.xz &amp;amp;&amp;amp; cd bluez-5.52&lt;br /&gt;
&lt;br /&gt;
=== Configure===&lt;br /&gt;
&lt;br /&gt;
 ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc --localstatedir=/var --enable-experimental &lt;br /&gt;
&lt;br /&gt;
=== Compile the source code ===&lt;br /&gt;
 &lt;br /&gt;
 make -j4&lt;br /&gt;
&lt;br /&gt;
=== Install ===&lt;br /&gt;
&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
=== Reboot Raspberry Pi 3===&lt;br /&gt;
&lt;br /&gt;
 sudo reboot&lt;br /&gt;
&lt;br /&gt;
 === Verify version ===&lt;br /&gt;
&lt;br /&gt;
 bluetoothctl -v&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[raspberry pi 3 b+]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* scribles.net/&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Install_BlueZ&amp;diff=3107</id>
		<title>Install BlueZ</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Install_BlueZ&amp;diff=3107"/>
		<updated>2020-02-16T12:59:02Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Step 1 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Raspbian Buster with desktop &lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
== Step 1: Install Dependencies ===&lt;br /&gt;
&lt;br /&gt;
* sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
* sudo apt-get install libdbus-1-dev libglib2.0-dev libudev-dev libical-dev libreadline-dev -y&lt;br /&gt;
&lt;br /&gt;
== Step 2: Install BlueZ ===&lt;br /&gt;
&lt;br /&gt;
=== Download BlueZ source code ===&lt;br /&gt;
 wget www.kernel.org/pub/linux/bluetooth/bluez-5.52.tar.xz&lt;br /&gt;
&lt;br /&gt;
=== Uncompress the downloaded file ===&lt;br /&gt;
&lt;br /&gt;
 tar xvf bluez-5.52.tar.xz &amp;amp;&amp;amp; cd bluez-5.52&lt;br /&gt;
&lt;br /&gt;
=== Configure===&lt;br /&gt;
&lt;br /&gt;
 ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc --localstatedir=/var --enable-experimental &lt;br /&gt;
&lt;br /&gt;
=== Compile the source code ===&lt;br /&gt;
 &lt;br /&gt;
 make -j4&lt;br /&gt;
&lt;br /&gt;
=== Install ===&lt;br /&gt;
&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
=== Reboot Raspberry Pi 3===&lt;br /&gt;
&lt;br /&gt;
 sudo reboot&lt;br /&gt;
&lt;br /&gt;
 === Verify version ===&lt;br /&gt;
&lt;br /&gt;
 bluetoothctl -v&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Make sure to read&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[raspberry pi 3 b+]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* scribles.net/&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Install_BlueZ&amp;diff=3105</id>
		<title>Install BlueZ</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Install_BlueZ&amp;diff=3105"/>
		<updated>2020-02-16T12:49:28Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: Created page with &amp;quot;== Summary ==   Description what this documentation is about  == Requirements ==  * Operating system: Raspbian Buster with desktop   In order to complete these steps, you must...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Raspbian Buster with desktop &lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Make sure to read&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[raspberry pi 3 b+]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* scribles.net/&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3080</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3080"/>
		<updated>2020-02-14T22:18:54Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Setting up BtleJuice core */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install BtleJuice on raspberrypi 3b+&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(version: february 2020, release date: 2020-02-13, kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
==RP1: Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Attach the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
===Step 2: ensure that the adapter is up and running ===&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
 hciconfig hcix up&lt;br /&gt;
&lt;br /&gt;
X is bluetooth adapter number obtained in the previous step.&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Find out the IP address  ===&lt;br /&gt;
 ifconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 4 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
== RP2: Setting up BtleJuice core ==&lt;br /&gt;
repeat &amp;quot;install nodejs&amp;quot; and &amp;quot;Install BtleJuice and dependencies&amp;quot; on a second raspberry pi&lt;br /&gt;
&lt;br /&gt;
=== Open a terminal on the host and run ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Stop bluetooth service ===&lt;br /&gt;
 sudo service bluetooth stop&lt;br /&gt;
&lt;br /&gt;
=== Step 3: Plug-in the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
=== Step 4: Ensure that the Bluetooth adapter is up ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
 sudo hciconfig hciX up&lt;br /&gt;
X is bluetooth adapter number obtained in the previous step.&lt;br /&gt;
&lt;br /&gt;
=== Step 5: Connect BtleJuice core with BtleJuice proxy ===&lt;br /&gt;
&lt;br /&gt;
 sudo btlejuice -u &amp;lt;VM IP address&amp;gt; -w&lt;br /&gt;
&lt;br /&gt;
u: means IP address &lt;br /&gt;
w: start the web interface&lt;br /&gt;
&lt;br /&gt;
== open web page==&lt;br /&gt;
navigate to&lt;br /&gt;
 http://localhost:8080/&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* 2x raspberry pi 3 b+&lt;br /&gt;
* 2x Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* blog.attify.com&lt;br /&gt;
* yoember.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3079</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3079"/>
		<updated>2020-02-14T22:18:35Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* RP2: Setting up BtleJuice proxy */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install BtleJuice on raspberrypi 3b+&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(version: february 2020, release date: 2020-02-13, kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
==RP1: Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Attach the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
===Step 2: ensure that the adapter is up and running ===&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
 hciconfig hcix up&lt;br /&gt;
&lt;br /&gt;
X is bluetooth adapter number obtained in the previous step.&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Find out the IP address  ===&lt;br /&gt;
 ifconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 4 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice core ==&lt;br /&gt;
repeat &amp;quot;install nodejs&amp;quot; and &amp;quot;Install BtleJuice and dependencies&amp;quot; on a second raspberry pi&lt;br /&gt;
&lt;br /&gt;
=== Open a terminal on the host and run ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Stop bluetooth service ===&lt;br /&gt;
 sudo service bluetooth stop&lt;br /&gt;
&lt;br /&gt;
=== Step 3: Plug-in the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
=== Step 4: Ensure that the Bluetooth adapter is up ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
 sudo hciconfig hciX up&lt;br /&gt;
X is bluetooth adapter number obtained in the previous step.&lt;br /&gt;
&lt;br /&gt;
=== Step 5: Connect BtleJuice core with BtleJuice proxy ===&lt;br /&gt;
&lt;br /&gt;
 sudo btlejuice -u &amp;lt;VM IP address&amp;gt; -w&lt;br /&gt;
&lt;br /&gt;
u: means IP address &lt;br /&gt;
w: start the web interface&lt;br /&gt;
&lt;br /&gt;
== open web page==&lt;br /&gt;
navigate to&lt;br /&gt;
 http://localhost:8080/&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* 2x raspberry pi 3 b+&lt;br /&gt;
* 2x Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* blog.attify.com&lt;br /&gt;
* yoember.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3078</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3078"/>
		<updated>2020-02-14T22:18:08Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Setting up BtleJuice proxy */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install BtleJuice on raspberrypi 3b+&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(version: february 2020, release date: 2020-02-13, kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
==RP2: Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Attach the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
===Step 2: ensure that the adapter is up and running ===&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
 hciconfig hcix up&lt;br /&gt;
&lt;br /&gt;
X is bluetooth adapter number obtained in the previous step.&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Find out the IP address  ===&lt;br /&gt;
 ifconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 4 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice core ==&lt;br /&gt;
repeat &amp;quot;install nodejs&amp;quot; and &amp;quot;Install BtleJuice and dependencies&amp;quot; on a second raspberry pi&lt;br /&gt;
&lt;br /&gt;
=== Open a terminal on the host and run ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Stop bluetooth service ===&lt;br /&gt;
 sudo service bluetooth stop&lt;br /&gt;
&lt;br /&gt;
=== Step 3: Plug-in the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
=== Step 4: Ensure that the Bluetooth adapter is up ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
 sudo hciconfig hciX up&lt;br /&gt;
X is bluetooth adapter number obtained in the previous step.&lt;br /&gt;
&lt;br /&gt;
=== Step 5: Connect BtleJuice core with BtleJuice proxy ===&lt;br /&gt;
&lt;br /&gt;
 sudo btlejuice -u &amp;lt;VM IP address&amp;gt; -w&lt;br /&gt;
&lt;br /&gt;
u: means IP address &lt;br /&gt;
w: start the web interface&lt;br /&gt;
&lt;br /&gt;
== open web page==&lt;br /&gt;
navigate to&lt;br /&gt;
 http://localhost:8080/&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* 2x raspberry pi 3 b+&lt;br /&gt;
* 2x Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* blog.attify.com&lt;br /&gt;
* yoember.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3077</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3077"/>
		<updated>2020-02-14T22:04:23Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Step 3 install npm 6.17.1 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install BtleJuice on raspberrypi 3b+&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(version: february 2020, release date: 2020-02-13, kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Attach the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
===Step 2: ensure that the adapter is up and running ===&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
 hciconfig hcix up&lt;br /&gt;
&lt;br /&gt;
X is bluetooth adapter number obtained in the previous step.&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Find out the IP address  ===&lt;br /&gt;
 ifconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 4 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice core ==&lt;br /&gt;
repeat &amp;quot;install nodejs&amp;quot; and &amp;quot;Install BtleJuice and dependencies&amp;quot; on a second raspberry pi&lt;br /&gt;
&lt;br /&gt;
=== Open a terminal on the host and run ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Stop bluetooth service ===&lt;br /&gt;
 sudo service bluetooth stop&lt;br /&gt;
&lt;br /&gt;
=== Step 3: Plug-in the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
=== Step 4: Ensure that the Bluetooth adapter is up ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
 sudo hciconfig hciX up&lt;br /&gt;
X is bluetooth adapter number obtained in the previous step.&lt;br /&gt;
&lt;br /&gt;
=== Step 5: Connect BtleJuice core with BtleJuice proxy ===&lt;br /&gt;
&lt;br /&gt;
 sudo btlejuice -u &amp;lt;VM IP address&amp;gt; -w&lt;br /&gt;
&lt;br /&gt;
u: means IP address &lt;br /&gt;
w: start the web interface&lt;br /&gt;
&lt;br /&gt;
== open web page==&lt;br /&gt;
navigate to&lt;br /&gt;
 http://localhost:8080/&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* 2x raspberry pi 3 b+&lt;br /&gt;
* 2x Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* blog.attify.com&lt;br /&gt;
* yoember.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3076</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3076"/>
		<updated>2020-02-14T21:06:52Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Step 3 Find out the IP address */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install BtleJuice on raspberrypi 3b+&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(version: february 2020, release date: 2020-02-13, kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Attach the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
===Step 2: ensure that the adapter is up and running ===&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
 hciconfig hcix up&lt;br /&gt;
&lt;br /&gt;
X is bluetooth adapter number obtained in the previous step.&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Find out the IP address  ===&lt;br /&gt;
 ifconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 4 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice core ==&lt;br /&gt;
repeat &amp;quot;install nodejs&amp;quot; and &amp;quot;Install BtleJuice and dependencies&amp;quot; on a second raspberry pi&lt;br /&gt;
&lt;br /&gt;
=== Open a terminal on the host and run ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Stop bluetooth service ===&lt;br /&gt;
 sudo service bluetooth stop&lt;br /&gt;
&lt;br /&gt;
=== Step 3: Plug-in the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
=== Step 4: Ensure that the Bluetooth adapter is up ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
 sudo hciconfig hciX up&lt;br /&gt;
X is bluetooth adapter number obtained in the previous step.&lt;br /&gt;
&lt;br /&gt;
=== Step 5: Connect BtleJuice core with BtleJuice proxy ===&lt;br /&gt;
&lt;br /&gt;
 sudo btlejuice -u &amp;lt;VM IP address&amp;gt; -w&lt;br /&gt;
&lt;br /&gt;
u: means IP address &lt;br /&gt;
w: start the web interface&lt;br /&gt;
&lt;br /&gt;
== open web page==&lt;br /&gt;
navigate to&lt;br /&gt;
 http://localhost:8080/&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* 2x raspberry pi 3 b+&lt;br /&gt;
* 2x Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* blog.attify.com&lt;br /&gt;
* yoember.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3075</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3075"/>
		<updated>2020-02-14T21:02:48Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Used Hardware */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install BtleJuice on raspberrypi 3b+&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(version: february 2020, release date: 2020-02-13, kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Attach the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
===Step 2: ensure that the adapter is up and running ===&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
 hciconfig hcix up&lt;br /&gt;
&lt;br /&gt;
X is bluetooth adapter number obtained in the previous step.&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Find out the IP address  ===&lt;br /&gt;
ifconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 4 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice core ==&lt;br /&gt;
repeat &amp;quot;install nodejs&amp;quot; and &amp;quot;Install BtleJuice and dependencies&amp;quot; on a second raspberry pi&lt;br /&gt;
&lt;br /&gt;
=== Open a terminal on the host and run ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Stop bluetooth service ===&lt;br /&gt;
 sudo service bluetooth stop&lt;br /&gt;
&lt;br /&gt;
=== Step 3: Plug-in the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
=== Step 4: Ensure that the Bluetooth adapter is up ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
 sudo hciconfig hciX up&lt;br /&gt;
X is bluetooth adapter number obtained in the previous step.&lt;br /&gt;
&lt;br /&gt;
=== Step 5: Connect BtleJuice core with BtleJuice proxy ===&lt;br /&gt;
&lt;br /&gt;
 sudo btlejuice -u &amp;lt;VM IP address&amp;gt; -w&lt;br /&gt;
&lt;br /&gt;
u: means IP address &lt;br /&gt;
w: start the web interface&lt;br /&gt;
&lt;br /&gt;
== open web page==&lt;br /&gt;
navigate to&lt;br /&gt;
 http://localhost:8080/&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* 2x raspberry pi 3 b+&lt;br /&gt;
* 2x Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* blog.attify.com&lt;br /&gt;
* yoember.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3074</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3074"/>
		<updated>2020-02-14T21:00:45Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install BtleJuice on raspberrypi 3b+&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(version: february 2020, release date: 2020-02-13, kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Attach the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
===Step 2: ensure that the adapter is up and running ===&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
 hciconfig hcix up&lt;br /&gt;
&lt;br /&gt;
X is bluetooth adapter number obtained in the previous step.&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Find out the IP address  ===&lt;br /&gt;
ifconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 4 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice core ==&lt;br /&gt;
repeat &amp;quot;install nodejs&amp;quot; and &amp;quot;Install BtleJuice and dependencies&amp;quot; on a second raspberry pi&lt;br /&gt;
&lt;br /&gt;
=== Open a terminal on the host and run ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Stop bluetooth service ===&lt;br /&gt;
 sudo service bluetooth stop&lt;br /&gt;
&lt;br /&gt;
=== Step 3: Plug-in the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
=== Step 4: Ensure that the Bluetooth adapter is up ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
 sudo hciconfig hciX up&lt;br /&gt;
X is bluetooth adapter number obtained in the previous step.&lt;br /&gt;
&lt;br /&gt;
=== Step 5: Connect BtleJuice core with BtleJuice proxy ===&lt;br /&gt;
&lt;br /&gt;
 sudo btlejuice -u &amp;lt;VM IP address&amp;gt; -w&lt;br /&gt;
&lt;br /&gt;
u: means IP address &lt;br /&gt;
w: start the web interface&lt;br /&gt;
&lt;br /&gt;
== open web page==&lt;br /&gt;
navigate to&lt;br /&gt;
 http://localhost:8080/&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* raspberry pi 3 b+&lt;br /&gt;
* Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* blog.attify.com&lt;br /&gt;
* yoember.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3073</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3073"/>
		<updated>2020-02-14T20:59:54Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* open web page */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install BtleJuice on raspberrypi 3b+&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(version: february 2020, release date: 2020-02-13, kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Attach the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
===Step 2: ensure that the adapter is up and running ===&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
 hciconfig hcix up&lt;br /&gt;
&lt;br /&gt;
X is bluetooth adapter number obtained in the previous step.&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Find out the IP address  ===&lt;br /&gt;
ifconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 4 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice core ==&lt;br /&gt;
repeat &amp;quot;install nodejs&amp;quot; and &amp;quot;Install BtleJuice and dependencies&amp;quot; on a second raspberry pi&lt;br /&gt;
&lt;br /&gt;
=== Open a terminal on the host and run ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Stop bluetooth service ===&lt;br /&gt;
 sudo service bluetooth stop&lt;br /&gt;
&lt;br /&gt;
=== Step 3: Plug-in the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
=== Step 4: Ensure that the Bluetooth adapter is up ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
 sudo hciconfig hciX up&lt;br /&gt;
X is bluetooth adapter number obtained in the previous step.&lt;br /&gt;
&lt;br /&gt;
=== Step 5: Connect BtleJuice core with BtleJuice proxy ===&lt;br /&gt;
&lt;br /&gt;
 sudo btlejuice -u &amp;lt;VM IP address&amp;gt; -w&lt;br /&gt;
&lt;br /&gt;
u: means IP address &lt;br /&gt;
w: start the web interface&lt;br /&gt;
&lt;br /&gt;
== open web page==&lt;br /&gt;
navigate to&lt;br /&gt;
 http://localhost:8080/&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* raspberry pi 3 b+&lt;br /&gt;
* Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3072</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3072"/>
		<updated>2020-02-14T20:59:26Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Setting up BtleJuice core */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install BtleJuice on raspberrypi 3b+&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(version: february 2020, release date: 2020-02-13, kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Attach the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
===Step 2: ensure that the adapter is up and running ===&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
 hciconfig hcix up&lt;br /&gt;
&lt;br /&gt;
X is bluetooth adapter number obtained in the previous step.&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Find out the IP address  ===&lt;br /&gt;
ifconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 4 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice core ==&lt;br /&gt;
repeat &amp;quot;install nodejs&amp;quot; and &amp;quot;Install BtleJuice and dependencies&amp;quot; on a second raspberry pi&lt;br /&gt;
&lt;br /&gt;
=== Open a terminal on the host and run ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Stop bluetooth service ===&lt;br /&gt;
 sudo service bluetooth stop&lt;br /&gt;
&lt;br /&gt;
=== Step 3: Plug-in the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
=== Step 4: Ensure that the Bluetooth adapter is up ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
 sudo hciconfig hciX up&lt;br /&gt;
X is bluetooth adapter number obtained in the previous step.&lt;br /&gt;
&lt;br /&gt;
=== Step 5: Connect BtleJuice core with BtleJuice proxy ===&lt;br /&gt;
&lt;br /&gt;
 sudo btlejuice -u &amp;lt;VM IP address&amp;gt; -w&lt;br /&gt;
&lt;br /&gt;
u: means IP address &lt;br /&gt;
w: start the web interface&lt;br /&gt;
&lt;br /&gt;
== open web page==&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* raspberry pi 3 b+&lt;br /&gt;
* Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3071</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3071"/>
		<updated>2020-02-14T20:58:25Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Step 5: Connect BtleJuice core with BtleJuice proxy = */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install BtleJuice on raspberrypi 3b+&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(version: february 2020, release date: 2020-02-13, kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Attach the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
===Step 2: ensure that the adapter is up and running ===&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
 hciconfig hcix up&lt;br /&gt;
&lt;br /&gt;
X is bluetooth adapter number obtained in the previous step.&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Find out the IP address  ===&lt;br /&gt;
ifconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 4 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice core ==&lt;br /&gt;
repeat &amp;quot;install nodejs&amp;quot; and &amp;quot;Install BtleJuice and dependencies&amp;quot; on a second raspberry pi&lt;br /&gt;
&lt;br /&gt;
=== Open a terminal on the host and run ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Stop bluetooth service ===&lt;br /&gt;
 sudo service bluetooth stop&lt;br /&gt;
&lt;br /&gt;
=== Step 3: Plug-in the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
=== Step 4: Ensure that the Bluetooth adapter is up ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
 sudo hciconfig hciX up&lt;br /&gt;
X is bluetooth adapter number obtained in the previous step.&lt;br /&gt;
&lt;br /&gt;
=== Step 5: Connect BtleJuice core with BtleJuice proxy ===&lt;br /&gt;
&lt;br /&gt;
 sudo btlejuice -u &amp;lt;VM IP address&amp;gt; -w&lt;br /&gt;
&lt;br /&gt;
u: means IP address &lt;br /&gt;
w: start the web interface&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* raspberry pi 3 b+&lt;br /&gt;
* Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3070</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3070"/>
		<updated>2020-02-14T20:57:41Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Step 4: Ensure that the Bluetooth adapter is up */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install BtleJuice on raspberrypi 3b+&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(version: february 2020, release date: 2020-02-13, kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Attach the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
===Step 2: ensure that the adapter is up and running ===&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
 hciconfig hcix up&lt;br /&gt;
&lt;br /&gt;
X is bluetooth adapter number obtained in the previous step.&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Find out the IP address  ===&lt;br /&gt;
ifconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 4 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice core ==&lt;br /&gt;
repeat &amp;quot;install nodejs&amp;quot; and &amp;quot;Install BtleJuice and dependencies&amp;quot; on a second raspberry pi&lt;br /&gt;
&lt;br /&gt;
=== Open a terminal on the host and run ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Stop bluetooth service ===&lt;br /&gt;
 sudo service bluetooth stop&lt;br /&gt;
&lt;br /&gt;
=== Step 3: Plug-in the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
=== Step 4: Ensure that the Bluetooth adapter is up ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
 sudo hciconfig hciX up&lt;br /&gt;
X is bluetooth adapter number obtained in the previous step.&lt;br /&gt;
&lt;br /&gt;
== Step 5: Connect BtleJuice core with BtleJuice proxy ===&lt;br /&gt;
&lt;br /&gt;
 sudo btlejuice -u &amp;lt;VM IP address&amp;gt; -w&lt;br /&gt;
&lt;br /&gt;
u: means IP address &lt;br /&gt;
w: start the web interface&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* raspberry pi 3 b+&lt;br /&gt;
* Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3069</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3069"/>
		<updated>2020-02-14T20:55:55Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Setting up BtleJuice core */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install BtleJuice on raspberrypi 3b+&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(version: february 2020, release date: 2020-02-13, kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Attach the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
===Step 2: ensure that the adapter is up and running ===&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
 hciconfig hcix up&lt;br /&gt;
&lt;br /&gt;
X is bluetooth adapter number obtained in the previous step.&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Find out the IP address  ===&lt;br /&gt;
ifconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 4 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice core ==&lt;br /&gt;
repeat &amp;quot;install nodejs&amp;quot; and &amp;quot;Install BtleJuice and dependencies&amp;quot; on a second raspberry pi&lt;br /&gt;
&lt;br /&gt;
=== Open a terminal on the host and run ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Stop bluetooth service ===&lt;br /&gt;
 sudo service bluetooth stop&lt;br /&gt;
&lt;br /&gt;
=== Step 3: Plug-in the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
=== Step 4: Ensure that the Bluetooth adapter is up ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
 sudo hciconfig hciX up&lt;br /&gt;
X is bluetooth adapter number obtained in the previous step.&lt;br /&gt;
&lt;br /&gt;
== Step 5: Connect BtleJuice core with BtleJuice proxy&lt;br /&gt;
sudo btlejuice -u &amp;lt;VM IP address&amp;gt; -w&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* raspberry pi 3 b+&lt;br /&gt;
* Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3068</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3068"/>
		<updated>2020-02-14T20:54:34Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Step 2: ensure that the adapter is up and running */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install BtleJuice on raspberrypi 3b+&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(version: february 2020, release date: 2020-02-13, kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Attach the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
===Step 2: ensure that the adapter is up and running ===&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
 hciconfig hcix up&lt;br /&gt;
&lt;br /&gt;
X is bluetooth adapter number obtained in the previous step.&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Find out the IP address  ===&lt;br /&gt;
ifconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 4 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice core ==&lt;br /&gt;
repeat &amp;quot;install nodejs&amp;quot; and &amp;quot;Install BtleJuice and dependencies&amp;quot; on a second raspberry pi&lt;br /&gt;
&lt;br /&gt;
=== Open a terminal on the host and run ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Stop bluetooth service ===&lt;br /&gt;
 sudo service bluetooth stop&lt;br /&gt;
&lt;br /&gt;
=== Step 3: Plug-in the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
=== Step 4: Ensure that the Bluetooth adapter is up ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
 sudo hciconfig hciX up&lt;br /&gt;
X is bluetooth adapter number obtained in the previous step.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* raspberry pi 3 b+&lt;br /&gt;
* Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3067</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3067"/>
		<updated>2020-02-14T20:54:19Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Step 2: ensure that the adapter is functioning and hci0!!! */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install BtleJuice on raspberrypi 3b+&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(version: february 2020, release date: 2020-02-13, kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Attach the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
===Step 2: ensure that the adapter is up and running ===&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
 hciconfig hcix up&lt;br /&gt;
&lt;br /&gt;
X is bluetooth adapter number obtained in the previous step.&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Find out the IP address  ===&lt;br /&gt;
ifconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 4 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice core ==&lt;br /&gt;
repeat &amp;quot;install nodejs&amp;quot; and &amp;quot;Install BtleJuice and dependencies&amp;quot; on a second raspberry pi&lt;br /&gt;
&lt;br /&gt;
=== Open a terminal on the host and run ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Stop bluetooth service ===&lt;br /&gt;
 sudo service bluetooth stop&lt;br /&gt;
&lt;br /&gt;
=== Step 3: Plug-in the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
=== Step 4: Ensure that the Bluetooth adapter is up ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
 sudo hciconfig hciX up&lt;br /&gt;
X is bluetooth adapter number obtained in the previous step.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* raspberry pi 3 b+&lt;br /&gt;
* Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3066</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3066"/>
		<updated>2020-02-14T20:53:44Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Step 4: Ensure that the Bluetooth adapter is up */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install BtleJuice on raspberrypi 3b+&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(version: february 2020, release date: 2020-02-13, kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Attach the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
===Step 2: ensure that the adapter is functioning and hci0!!!===&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
 hciconfig hci0 up&lt;br /&gt;
&lt;br /&gt;
if the adapter is not hci0, please change to hci0 to avoid troubles with BtleJuice&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Find out the IP address  ===&lt;br /&gt;
ifconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 4 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice core ==&lt;br /&gt;
repeat &amp;quot;install nodejs&amp;quot; and &amp;quot;Install BtleJuice and dependencies&amp;quot; on a second raspberry pi&lt;br /&gt;
&lt;br /&gt;
=== Open a terminal on the host and run ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Stop bluetooth service ===&lt;br /&gt;
 sudo service bluetooth stop&lt;br /&gt;
&lt;br /&gt;
=== Step 3: Plug-in the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
=== Step 4: Ensure that the Bluetooth adapter is up ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
 sudo hciconfig hciX up&lt;br /&gt;
X is bluetooth adapter number obtained in the previous step.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* raspberry pi 3 b+&lt;br /&gt;
* Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3065</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3065"/>
		<updated>2020-02-14T20:53:31Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Step 3: Plug-in the bluetooth adapter */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install BtleJuice on raspberrypi 3b+&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(version: february 2020, release date: 2020-02-13, kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Attach the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
===Step 2: ensure that the adapter is functioning and hci0!!!===&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
 hciconfig hci0 up&lt;br /&gt;
&lt;br /&gt;
if the adapter is not hci0, please change to hci0 to avoid troubles with BtleJuice&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Find out the IP address  ===&lt;br /&gt;
ifconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 4 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice core ==&lt;br /&gt;
repeat &amp;quot;install nodejs&amp;quot; and &amp;quot;Install BtleJuice and dependencies&amp;quot; on a second raspberry pi&lt;br /&gt;
&lt;br /&gt;
=== Open a terminal on the host and run ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Stop bluetooth service ===&lt;br /&gt;
 sudo service bluetooth stop&lt;br /&gt;
&lt;br /&gt;
=== Step 3: Plug-in the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
=== Step 4: Ensure that the Bluetooth adapter is up ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
 sudo hciconfig hciX up&lt;br /&gt;
X is bluetooth adapter number obtained in the previous step.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* raspberry pi 3 b+&lt;br /&gt;
* Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3064</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3064"/>
		<updated>2020-02-14T20:53:14Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install BtleJuice on raspberrypi 3b+&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(version: february 2020, release date: 2020-02-13, kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Attach the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
===Step 2: ensure that the adapter is functioning and hci0!!!===&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
 hciconfig hci0 up&lt;br /&gt;
&lt;br /&gt;
if the adapter is not hci0, please change to hci0 to avoid troubles with BtleJuice&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Find out the IP address  ===&lt;br /&gt;
ifconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 4 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice core ==&lt;br /&gt;
repeat &amp;quot;install nodejs&amp;quot; and &amp;quot;Install BtleJuice and dependencies&amp;quot; on a second raspberry pi&lt;br /&gt;
&lt;br /&gt;
=== Open a terminal on the host and run ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Stop bluetooth service ===&lt;br /&gt;
 sudo service bluetooth stop&lt;br /&gt;
&lt;br /&gt;
=== Step 3: Plug-in the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
=== Step 4: Ensure that the Bluetooth adapter is up.&lt;br /&gt;
 hciconfig&lt;br /&gt;
 sudo hciconfig hciX up&lt;br /&gt;
X is bluetooth adapter number obtained in the previous step.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* raspberry pi 3 b+&lt;br /&gt;
* Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3063</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3063"/>
		<updated>2020-02-14T20:47:57Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Setting up BtleJuice core */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install BtleJuice on raspberrypi 3b+&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(version: february 2020, release date: 2020-02-13, kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Attach the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
===Step 2: ensure that the adapter is functioning and hci0!!!===&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
 hciconfig hci0 up&lt;br /&gt;
&lt;br /&gt;
if the adapter is not hci0, please change to hci0 to avoid troubles with BtleJuice&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Find out the IP address  ===&lt;br /&gt;
ifconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 4 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice core ==&lt;br /&gt;
repeat &amp;quot;install nodejs&amp;quot; and &amp;quot;Install BtleJuice and dependencies&amp;quot; on a second raspberry pi&lt;br /&gt;
&lt;br /&gt;
=== Open a terminal on the host and run ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Stop bluetooth service ===&lt;br /&gt;
 sudo service bluetooth stop&lt;br /&gt;
&lt;br /&gt;
=== Step 3: Plug-in the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
=== Step 4: ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* raspberry pi 3 b+&lt;br /&gt;
* Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3062</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3062"/>
		<updated>2020-02-14T20:46:55Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Setting up BtleJuice core */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install BtleJuice on raspberrypi 3b+&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(version: february 2020, release date: 2020-02-13, kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Attach the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
===Step 2: ensure that the adapter is functioning and hci0!!!===&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
 hciconfig hci0 up&lt;br /&gt;
&lt;br /&gt;
if the adapter is not hci0, please change to hci0 to avoid troubles with BtleJuice&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Find out the IP address  ===&lt;br /&gt;
ifconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 4 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice core ==&lt;br /&gt;
repeat &amp;quot;install nodejs&amp;quot; and &amp;quot;Install BtleJuice and dependencies&amp;quot; on a second raspberry pi&lt;br /&gt;
&lt;br /&gt;
=== Open a terminal on the host and run ===&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Stop bluetooth service ===&lt;br /&gt;
 sudo service bluetooth stop&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* raspberry pi 3 b+&lt;br /&gt;
* Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3061</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3061"/>
		<updated>2020-02-14T20:43:55Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Setting up BtleJuice core */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install BtleJuice on raspberrypi 3b+&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(version: february 2020, release date: 2020-02-13, kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Attach the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
===Step 2: ensure that the adapter is functioning and hci0!!!===&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
 hciconfig hci0 up&lt;br /&gt;
&lt;br /&gt;
if the adapter is not hci0, please change to hci0 to avoid troubles with BtleJuice&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Find out the IP address  ===&lt;br /&gt;
ifconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 4 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice core ==&lt;br /&gt;
repeat &amp;quot;install nodejs&amp;quot; and &amp;quot;Install BtleJuice and dependencies&amp;quot; on a second raspberry pi&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* raspberry pi 3 b+&lt;br /&gt;
* Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3060</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3060"/>
		<updated>2020-02-14T20:42:28Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Setting up BtleJuice core */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install BtleJuice on raspberrypi 3b+&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(version: february 2020, release date: 2020-02-13, kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Attach the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
===Step 2: ensure that the adapter is functioning and hci0!!!===&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
 hciconfig hci0 up&lt;br /&gt;
&lt;br /&gt;
if the adapter is not hci0, please change to hci0 to avoid troubles with BtleJuice&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Find out the IP address  ===&lt;br /&gt;
ifconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 4 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice core ==&lt;br /&gt;
repeat [[install nodejs]] and Install BtleJuice and dependencies&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* raspberry pi 3 b+&lt;br /&gt;
* Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3059</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3059"/>
		<updated>2020-02-14T20:41:15Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Setting up BtleJuice core */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install BtleJuice on raspberrypi 3b+&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(version: february 2020, release date: 2020-02-13, kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Attach the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
===Step 2: ensure that the adapter is functioning and hci0!!!===&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
 hciconfig hci0 up&lt;br /&gt;
&lt;br /&gt;
if the adapter is not hci0, please change to hci0 to avoid troubles with BtleJuice&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Find out the IP address  ===&lt;br /&gt;
ifconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 4 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice core ==&lt;br /&gt;
repeat&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* raspberry pi 3 b+&lt;br /&gt;
* Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3058</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3058"/>
		<updated>2020-02-14T20:39:57Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Setting up BtleJuice core */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install BtleJuice on raspberrypi 3b+&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(version: february 2020, release date: 2020-02-13, kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Attach the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
===Step 2: ensure that the adapter is functioning and hci0!!!===&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
 hciconfig hci0 up&lt;br /&gt;
&lt;br /&gt;
if the adapter is not hci0, please change to hci0 to avoid troubles with BtleJuice&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Find out the IP address  ===&lt;br /&gt;
ifconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 4 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice core ==&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* raspberry pi 3 b+&lt;br /&gt;
* Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3057</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3057"/>
		<updated>2020-02-14T20:39:38Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Step 4 Launch  Btlejuice */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install BtleJuice on raspberrypi 3b+&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(version: february 2020, release date: 2020-02-13, kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Attach the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
===Step 2: ensure that the adapter is functioning and hci0!!!===&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
 hciconfig hci0 up&lt;br /&gt;
&lt;br /&gt;
if the adapter is not hci0, please change to hci0 to avoid troubles with BtleJuice&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Find out the IP address  ===&lt;br /&gt;
ifconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 4 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
=== Setting up BtleJuice core ===&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* raspberry pi 3 b+&lt;br /&gt;
* Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3056</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3056"/>
		<updated>2020-02-14T20:38:49Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Step 4 Launch  Btlejuice */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install BtleJuice on raspberrypi 3b+&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(version: february 2020, release date: 2020-02-13, kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Attach the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
===Step 2: ensure that the adapter is functioning and hci0!!!===&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
 hciconfig hci0 up&lt;br /&gt;
&lt;br /&gt;
if the adapter is not hci0, please change to hci0 to avoid troubles with BtleJuice&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Find out the IP address  ===&lt;br /&gt;
ifconfig&lt;br /&gt;
&lt;br /&gt;
== Step 4 Launch  Btlejuice ==&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
=== Setting up BtleJuice core ===&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* raspberry pi 3 b+&lt;br /&gt;
* Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3055</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3055"/>
		<updated>2020-02-14T20:38:12Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install BtleJuice on raspberrypi 3b+&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(version: february 2020, release date: 2020-02-13, kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Attach the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
===Step 2: ensure that the adapter is functioning and hci0!!!===&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
 hciconfig hci0 up&lt;br /&gt;
&lt;br /&gt;
if the adapter is not hci0, please change to hci0 to avoid troubles with BtleJuice&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Find out the IP address  ===&lt;br /&gt;
ifconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 4 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Setting up BtleJuice core ===&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* raspberry pi 3 b+&lt;br /&gt;
* Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3054</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3054"/>
		<updated>2020-02-14T20:35:00Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Step 2: ensure that the adapter is functioning and hci0!!! */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install BtleJuice on raspberrypi 3b+&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(version: february 2020, release date: 2020-02-13, kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Attach the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
===Step 2: ensure that the adapter is functioning and hci0!!!===&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
 hciconfig hci0 up&lt;br /&gt;
&lt;br /&gt;
if the adapter is not hci0, please change to hci0 to avoid troubles with BtleJuice&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Setting up BtleJuice core ===&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* raspberry pi 3 b+&lt;br /&gt;
* Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3053</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3053"/>
		<updated>2020-02-14T20:34:27Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Step 2: ensure that the adapter is functioning and hci0!!! */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install BtleJuice on raspberrypi 3b+&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(version: february 2020, release date: 2020-02-13, kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Attach the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
===Step 2: ensure that the adapter is functioning and hci0!!!===&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
 hciconfig hci0 up&lt;br /&gt;
&lt;br /&gt;
if not hci0 please change to avoid troubles with BtleJuice&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Setting up BtleJuice core ===&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* raspberry pi 3 b+&lt;br /&gt;
* Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3052</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3052"/>
		<updated>2020-02-14T20:32:45Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Setting up BtleJuice proxy */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install BtleJuice on raspberrypi 3b+&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(version: february 2020, release date: 2020-02-13, kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Attach the bluetooth adapter ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
===Step 2: ensure that the adapter is functioning and hci0!!!===&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
 hciconfig hci0 up&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Setting up BtleJuice core ===&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* raspberry pi 3 b+&lt;br /&gt;
* Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3051</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3051"/>
		<updated>2020-02-14T20:28:54Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install BtleJuice on raspberrypi 3b+&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(version: february 2020, release date: 2020-02-13, kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Setting up BtleJuice core ===&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* raspberry pi 3 b+&lt;br /&gt;
* Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3050</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3050"/>
		<updated>2020-02-14T20:28:43Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Summary */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
This documentation describes how to install BtleJuice on raspberrypi 3b+&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(version: february 2020, release date: 2020-02-13, kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Setting up BtleJuice core ===&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* raspberry pi 3 b+&lt;br /&gt;
* Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3049</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3049"/>
		<updated>2020-02-14T20:27:18Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(version: february 2020, release date: 2020-02-13, kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Setting up BtleJuice core ===&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* raspberry pi 3 b+&lt;br /&gt;
* Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3048</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3048"/>
		<updated>2020-02-14T20:26:54Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster(Version: February 2020, Release date: 2020-02-13, Kernel version: 4.19)&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Setting up BtleJuice core ===&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* raspberry pi 3 b+&lt;br /&gt;
* Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3047</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3047"/>
		<updated>2020-02-14T20:26:19Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Raspbian Buster with desktop based on Debian Buster&lt;br /&gt;
Version:February 2020&lt;br /&gt;
Release date:2020-02-13&lt;br /&gt;
Kernel version:4.19&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Setting up BtleJuice core ===&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* raspberry pi 3 b+&lt;br /&gt;
* Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3046</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3046"/>
		<updated>2020-02-14T20:23:37Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Step 3 Setting up BtleJuice proxy */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Setting up BtleJuice proxy ==&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Setting up BtleJuice core ===&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* raspberry pi 3 b+&lt;br /&gt;
* Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3045</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3045"/>
		<updated>2020-02-14T20:22:37Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Used Hardware */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Setting up BtleJuice proxy ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
 hciconfig  &lt;br /&gt;
 &lt;br /&gt;
=== Step 2 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Setting up BtleJuice core ===&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* raspberry pi 3 b+&lt;br /&gt;
* Asus USB-BT400 Nano Bluetooth Stick&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3044</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3044"/>
		<updated>2020-02-14T20:21:37Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Used Hardware */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Setting up BtleJuice proxy ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
 hciconfig  &lt;br /&gt;
 &lt;br /&gt;
=== Step 2 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Setting up BtleJuice core ===&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
* raspberry pi 3 b+&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3043</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3043"/>
		<updated>2020-02-14T20:20:40Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== Install nodejs ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Remove nodejs ===&lt;br /&gt;
 sudo apt-get purge nodejs &amp;amp;&amp;amp; sudo apt-get autoremove &amp;amp;&amp;amp; sudo apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
=== Step 2 run the following script ===&lt;br /&gt;
 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash&lt;br /&gt;
&lt;br /&gt;
=== Step 3 install npm 6.17.1 ===&lt;br /&gt;
&lt;br /&gt;
 nvm list&lt;br /&gt;
&lt;br /&gt;
 nvm ls-remote&lt;br /&gt;
&lt;br /&gt;
 nvm install 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm use 6.17.1&lt;br /&gt;
&lt;br /&gt;
 nvm alias default 6.17.1&lt;br /&gt;
&lt;br /&gt;
 node -v&lt;br /&gt;
&lt;br /&gt;
 npm install -g npm&lt;br /&gt;
&lt;br /&gt;
 npm -v&lt;br /&gt;
&lt;br /&gt;
=== Step 3 increases the amount of inotify watches.===&lt;br /&gt;
&lt;br /&gt;
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf &amp;amp;&amp;amp; sudo sysctl -p&lt;br /&gt;
&lt;br /&gt;
== Install BtleJuice and dependencies==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Setting up BtleJuice proxy ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
 hciconfig  &lt;br /&gt;
 &lt;br /&gt;
=== Step 2 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Setting up BtleJuice core ===&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3042</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3042"/>
		<updated>2020-02-14T20:09:36Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Setting up BtleJuice proxy ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
 hciconfig  &lt;br /&gt;
 &lt;br /&gt;
=== Step 2 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Setting up BtleJuice core ===&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3033</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3033"/>
		<updated>2020-02-10T22:10:10Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Setting up BtleJuice core */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
 sudo npm cache clean -f&lt;br /&gt;
 &lt;br /&gt;
 sudo npm install -g n&lt;br /&gt;
 &lt;br /&gt;
 sudo n 4.9.1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Setting up BtleJuice proxy ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
 hciconfig  &lt;br /&gt;
 &lt;br /&gt;
=== Step 2 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Setting up BtleJuice core ===&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3032</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3032"/>
		<updated>2020-02-10T22:09:59Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
 sudo npm cache clean -f&lt;br /&gt;
 &lt;br /&gt;
 sudo npm install -g n&lt;br /&gt;
 &lt;br /&gt;
 sudo n 4.9.1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Setting up BtleJuice proxy ===&lt;br /&gt;
&lt;br /&gt;
 service bluetooth start&lt;br /&gt;
&lt;br /&gt;
 hciconfig  &lt;br /&gt;
 &lt;br /&gt;
=== Step 2 Launch  Btlejuice ===&lt;br /&gt;
 btlejuice-proxy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Setting up BtleJuice core ====&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3031</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3031"/>
		<updated>2020-02-10T22:04:24Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
 sudo npm cache clean -f&lt;br /&gt;
 &lt;br /&gt;
 sudo npm install -g n&lt;br /&gt;
 &lt;br /&gt;
 sudo n 4.9.1&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
=== Step 3 Setting up BtleJuice proxy ===&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3030</id>
		<title>Installing BtleJuice</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Installing_BtleJuice&amp;diff=3030"/>
		<updated>2020-02-10T21:56:29Z</updated>

		<summary type="html">&lt;p&gt;Epotetz: /* Step 2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===&lt;br /&gt;
 sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev&lt;br /&gt;
&lt;br /&gt;
=== Step 2 Install Btlejuice ===&lt;br /&gt;
 npm install -g btlejuice&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Epotetz</name></author>
	</entry>
</feed>