其實Pi已經夠快

TOP

Eric 6?
吾知咩黎。
我都有半年未掂過Python,自從整到我要整d野
未掂過Python 3.5,掂過3.4
不過好多程式庫 ...
carlhung 發表於 2016-1-30 23:37


Eric6 is like eclipse for writing a Python programs. Eric6 is a full featured Python editor and IDE, written in Python. It is based on the cross platform Qt gui toolkit.
http://eric-ide.python-projects.org/

Autopilot can be referred as the following URL:
http://pixhawk.org/start
Pixhawk is an independent, open-hardware project aiming at providing a high-end autopilot to the academic, hobby and industrial communities (BSD licensed) at low costs and high availability.

TOP

本帖最後由 carlhung 於 2016-1-31 10:24 編輯

I used the IDE that Python comes with.
I don't mean this "autopilot".

https://zhengludwig.wordpress.com/projects/self-driving-rc-car/

I think it is possible to put into car.

TOP

I used the IDE that Python comes with.
I don't mean this "autopilot".



I think it is possible to  ...
carlhung 發表於 2016-1-31 10:21


這pilot用係flight control是開源硬體套件,carlhung兄對raspberry pi己熟識?

TOP

本帖最後由 carlhung 於 2016-1-31 12:16 編輯

我睇過,用黎做drone.

我已經對做drone無興趣啦。

對raspberry pi.....一般,吾知點衡量.

你問我對佢d pins幾熟,定linux系統幾熟?

我都係一般般,唔識就上網揾資料睇

TOP

我當時想用ardupilot,係因為我見到個website解釋都好詳盡
http://owenson.me/build-your-own-quadcopter-autopilot/

TOP

現在想玩IoT,用smart watch 控制。
用Python加socket試寫左簡單控制arduino開關LED燈
語音分析搞掂用Python搞掂左,但隻錶個部分要用JavaScript先可以send出去,吾識JavaScript. Send出先時重一定要用json format. 真麻煩.算我都應該搞得掂json,但我想加密資料係傳送信息時,而且要做到個server可以multi threads,同一時間可以接好多clients. e幾個部分未得閒研究。想學d野太多。又要返工。原來IoT門檻都吾少。

TOP

現在想玩IoT,用smart watch 控制。
用Python加socket試寫左簡單控制arduino開關LED燈
語音分析搞掂用Python ...
carlhung 發表於 2016-1-31 12:39


IoT我都想搞一年前買了一板nrf51822開發板BLE4,可惜愈恆心搞下去,本來用它來控制LED bulb, 一係用藍牙4或WiFi,WiFi可用CC3200 LaunchPad,我ptoject的433MHz也可以做到remote control LED bulb。

TOP

i am using cc3000 as well.
i am using cc3000 and arduino. you can go to adafruit to download cc3000's library.
you can use cc3000 and arduino to control LED.
i may be able to help you if you use cc3000 and arduino.

TOP

if you connect cc3000 and arduino together, arduino will become server to listen the client to connect. therefore, there is a example in adafruit's cc3000 library, the name is "chat server", modify it. then, you can make your arduino with cc3000 as server.
client side i used python to send signal to arduino over internet.

TOP