SERVER-MINI PCB python test code - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=1) +--- Forum: KinCony Server-Mini / Server-16 Raspberry Pi4 relay module (https://www.kincony.com/forum/forumdisplay.php?fid=53) +--- Thread: SERVER-MINI PCB python test code (/showthread.php?tid=3002) |
SERVER-MINI PCB python test code - admin - 06-21-2023 these python code use for test KinCony Server-Mini PCB hardware. you can test it locally or use remote login by putty tool. before test, install Raspberry Pi OS on SD card or eMMC (if your CM4 with eMMC) SERVER-MINI_test_python_code .pdf (Size: 1 MB / Downloads: 263) putty-64bit-0.79-pre20230504-installer.zip (Size: 3.08 MB / Downloads: 403) rpiboot_setup.zip (Size: 9.9 MB / Downloads: 199) RE: SERVER-MINI PCB python test code - fra6767ita - 07-22-2023 Greetings, if you could please help me. I bought Raspberry Pi CM4-Server KinCony-Mini from the site. How to install on CM4 CM4002000)Raspberry? Thank you RE: SERVER-MINI PCB python test code - admin - 07-22-2023 How to install on CM4 CM4002000)Raspberry? what's your means? install CM4 to KinCony PCB? or intsall software on CM4? RE: SERVER-MINI PCB python test code - fra6767ita - 07-23-2023 Sorry, install software on CM4 RE: SERVER-MINI PCB python test code - admin - 07-23-2023 what software you want to install? such install home assistant? RE: SERVER-MINI PCB python test code - fra6767ita - 07-23-2023 "raspberry pi OS" software, as in the 6/24/2023 video "Raspberry Pi4 relay module for Home Automation System IoT Project". In the video insert the card; I ask if to install the "raspberry pi OS" software on the CM4, on the card, the procedure you use. (.I have already installed the OS system on another raspberry p4, I ask if it is the same procedure) Thank you RE: SERVER-MINI PCB python test code - fra6767ita - 07-23-2023 I have installed raspberry OS, ok...I have problem with file json of example nodered...thank you for your patience. RE: SERVER-MINI PCB python test code - admin - 07-23-2023 yes, it's same procedure, just some times enable the BOOT jumper on the PCB. if you want to install Node-Red, very easy, just one command: bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered) details see here: https://nodered.org/docs/getting-started/raspberrypi |