wynalazkowo - eksperymenty małe i duże

How to connect to ActianZen DB located on Windows server from RaspberryPI?

How to connect to ActianZen DB located on Windows server from RaspberryPI?

Again thanks to ActianCommunity, finally I found simple solution described here: https://www.codeproject.com/Articles/4113942/Embedded-IoT-Databases-with-Actian-Zen-and-Python to make it working also on Raspbian you have to issue following cmds : (as zen-svc) dsnadd -dsn=demo -db=Demodata -host=magda (as root) cat /usr/local/actianzen/etc/odbc.ini >> ./odbc.ini cat /usr/local/actianzen/etc/odbcinst.ini >> ./odbcinst.ini Install also pyodbc library (as root): apt-cache search odbc | grep python apt-getWięcej oHow to connect to ActianZen DB located on Windows server from RaspberryPI?[…]

RaspberryPI – how to install and run SMB client and server

RaspberryPI – how to install and run SMB client and server

First of all update the package list and all our packages by running the following two commands (as root). 2. Now that we have our Raspbian operating system entirely up to date, we can now proceed on to installing the Samba software to our Raspberry Pi. sudo apt-get install samba samba-common-bin 3. Before we setWięcej oRaspberryPI – how to install and run SMB client and server[…]

RaspberryPI – project for „Baltic Robo Battles” 7

RaspberryPI – project for „Baltic Robo Battles” 7

Now it is time to install ActianZen on RaspberryPI. As everybody knows RaspberryPI has its own Operating System called Raspbian – it is clone of Debian, my favourite Linux version;) So in this case installation of ActianZen couldn’t be difficult and there were only few simple steps: download ActainZen for Raspbian from Actian www copyWięcej oRaspberryPI – project for „Baltic Robo Battles” 7[…]

Android Studio doesn’t recognize Xiaomi Redmi Note 7 – solution

Android Studio doesn’t recognize Xiaomi Redmi Note 7 – solution

For Enabling to developer Mode In Redmi Note 7 : 1: Go to Setting. 2: Click to „About phone” option. 3: Press 7 times to „MIUI version” option. now you will see a Toast message „now you are developer”. => Now you should install to Mi PC Suite from this . 1: Install the pc suite with connected your redmi. 2: NowWięcej oAndroid Studio doesn’t recognize Xiaomi Redmi Note 7 – solution[…]

RaspberryPI – project for „Baltic Robo Battles” 3

RaspberryPI – project for „Baltic Robo Battles” 3

My part of this project is to write application, which would gather images of caught thieft, notify about thieft and present the image on my cell phone. First thing first- as everybody knows the most important thing in every IT project is database;) – the rest is only „nice-to-have” addition: like well designed GUI onWięcej oRaspberryPI – project for „Baltic Robo Battles” 3[…]