一区二区三区三上|欧美在线视频五区|国产午夜无码在线观看视频|亚洲国产裸体网站|无码成年人影视|亚洲AV亚洲AV|成人开心激情五月|欧美性爱内射视频|超碰人人干人人上|一区二区无码三区亚洲人区久久精品

0
  • 聊天消息
  • 系統(tǒng)消息
  • 評(píng)論與回復(fù)
登錄后你可以
  • 下載海量資料
  • 學(xué)習(xí)在線課程
  • 觀看技術(shù)視頻
  • 寫(xiě)文章/發(fā)帖/加入社區(qū)
會(huì)員中心
創(chuàng)作中心

完善資料讓更多小伙伴認(rèn)識(shí)你,還能領(lǐng)取20積分哦,立即完善>

3天內(nèi)不再提示

利用機(jī)智云的Android開(kāi)源app修改教程

9GxC_IoTMaker ? 來(lái)源:山上有個(gè)小和尚 ? 作者:山上有個(gè)小和尚 ? 2021-07-05 10:39 ? 次閱讀

前言

為了使自己的app更加的有個(gè)人風(fēng)格,故在網(wǎng)上尋找了很多的參考資料,這里是對(duì)自己設(shè)計(jì)的總結(jié),具體機(jī)智云APP生成流程請(qǐng)參考我上一篇博客:基于stm32的連接機(jī)智云教程。

1、下載機(jī)智云開(kāi)源APP

進(jìn)行以下操作之前請(qǐng)確保已經(jīng)在機(jī)智云中創(chuàng)建了一個(gè)產(chǎn)品,下面點(diǎn)擊添加應(yīng)用,選擇Android生成一個(gè)app應(yīng)用

然后按照提示,將密匙填入到相應(yīng)位置,具體參考我上一篇博客,點(diǎn)擊下載,將app工程下載到本地

2、Andriod方面處理

2.1 、AS軟件安裝與源碼修改

Android studio軟件安裝與源碼修改

將下載好了的文件解壓出來(lái),然后將第二個(gè)文件夾復(fù)制出來(lái),粘貼到存放Android studio文件例程文件夾中,若還沒(méi)有安裝Android studio的請(qǐng)參考這位大佬的詳細(xì)例程,這邊建議下載的Android studio版本不要太新,不然工程可能編譯不成功。

然后自己新建一個(gè)Android工程作為參考,方便修改源碼,

第一處參考新建例程修改機(jī)智云APP

將此處修改為對(duì)應(yīng)的新建工程的內(nèi)容

第二處按照此路徑參考新建工程修改,這里是我自己的按照自己的新建工程修改完畢的代碼

需注意這里的compile 均替換為implementation,testcompile均替換為testimplementation。

然后可以從Android studio里面打開(kāi)修改好的機(jī)智云開(kāi)源app,等待一段時(shí)間打開(kāi)后,

2.2、修改APP圖標(biāo)和名稱(chēng)

首先在網(wǎng)上下載相關(guān)素材備用,若大小不一,請(qǐng)自行修改圖片或者圖標(biāo)的大小。這時(shí)將我們下載好的圖標(biāo)或者圖片放置到桌面,然后分別復(fù)制一下,依次粘貼到drawable-xhdpi目錄下(注意鼠標(biāo)放在drawable-xhdpi上右擊選Paste便出現(xiàn)如下界面)

點(diǎn)擊確定,將此名稱(chēng)復(fù)制到按照如下圖這個(gè)文件,紅框內(nèi)既是我們可以替換的app圖標(biāo),將你的圖標(biāo)名稱(chēng)填上就ok,

2.3、修改啟動(dòng)頁(yè)面和內(nèi)部UI

現(xiàn)在修改啟動(dòng)界面,這里的圖片在前面我們已經(jīng)復(fù)制到了相關(guān)目錄下,現(xiàn)在可以按照下圖將紅框出修改成為你的圖片名稱(chēng),見(jiàn)下圖

然后在172行和174行兩處替換為你的設(shè)備離線圖標(biāo)

同樣是這個(gè)目錄下,在117行和119行相應(yīng)位置替換為自己的設(shè)備在線圖標(biāo)

2.4、修改設(shè)備監(jiān)控界面

這是我已經(jīng)修改好的界面UI,最后效果圖如下(這里的圖標(biāo)可自行修改為自己的圖標(biāo),若是僅僅復(fù)制代碼會(huì)報(bào)錯(cuò))

代碼如下所示,可根據(jù)需要自行修改(僅供參考,最好要讀懂代碼)

《?xml version=“1.0” encoding=“utf-8”?》《LinearLayout xmlns:android=“http://schemas.android.com/apk/res/android”android:layout_width=“match_parent”android:layout_height=“match_parent”android:orientation=“vertical”》

《include layout=“@layout/header_toolbar” /》

《ScrollViewandroid:layout_width=“match_parent”android:layout_height=“match_parent”android:background=“@color/background_color”android:fadingEdge=“vertical”android:paddingBottom=“10dp”android:paddingTop=“20dp”android:scrollbars=“vertical” 》

《LinearLayoutandroid:layout_width=“match_parent”android:layout_height=“wrap_content”android:orientation=“vertical”android:scrollbars=“vertical” 》《LinearLayoutandroid:layout_width=“match_parent”android:layout_height=“wrap_content”android:orientation=“horizontal”android:scrollbars=“horizontal” 》

《!-- 燈(布爾可寫(xiě)) --》《RelativeLayoutandroid:layout_width=“0dp”android:layout_height=“match_parent”android:layout_marginBottom=“1dp”android:layout_weight=“3”android:alpha=“1”android:background=“@color/white”android:gravity=“center_horizontal”android:padding=“10dp”》

《ImageViewandroid:id=“@+id/LED”android:layout_width=“wrap_content”android:layout_height=“wrap_content”android:layout_alignParentTop=“true”android:layout_centerHorizontal=“true”android:src=“@drawable/led” /》

《TextViewandroid:id=“@+id/Led_text”android:layout_width=“wrap_content”android:layout_height=“wrap_content”android:layout_below=“@+id/LED”android:layout_centerHorizontal=“true”android:layout_centerVertical=“true”android:text=“燈” /》

《Switchandroid:id=“@+id/sw_bool_LED”android:layout_width=“wrap_content”android:layout_height=“wrap_content”android:layout_below=“@id/Led_text”android:layout_alignParentBottom=“true”android:layout_centerHorizontal=“true”android:textOff=“關(guān)閉”android:textOn=“開(kāi)啟” /》《/RelativeLayout》

《!-- 蜂鳴器(布爾可寫(xiě)) --》《RelativeLayoutandroid:layout_width=“0dp”android:layout_weight=“3”android:layout_height=“wrap_content”android:layout_marginBottom=“1dp”android:background=“@color/white”android:padding=“10dp” 》

《ImageViewandroid:id=“@+id/BEEP”android:layout_width=“wrap_content”android:layout_height=“wrap_content”android:layout_alignParentTop=“true”android:layout_centerHorizontal=“true”android:src=“@drawable/beep” /》

《TextViewandroid:id=“@+id/BEEP_text”android:layout_width=“wrap_content”android:layout_height=“match_parent”android:layout_centerVertical=“true”android:layout_centerHorizontal=“true”android:layout_below=“@+id/BEEP”android:text=“蜂鳴器” /》

《Switchandroid:id=“@+id/sw_bool_BEEP”android:layout_width=“wrap_content”android:layout_height=“match_parent”android:layout_below=“@+id/BEEP_text”android:layout_centerHorizontal=“true”android:layout_centerVertical=“true”android:textOff=“關(guān)閉”android:textOn=“開(kāi)啟” /》《/RelativeLayout》

《!-- 開(kāi)關(guān)(布爾可寫(xiě)) --》《RelativeLayoutandroid:layout_width=“0dp”android:layout_weight=“3”android:layout_height=“wrap_content”android:layout_marginBottom=“1dp”android:background=“@color/white”android:padding=“10dp” 》

《ImageViewandroid:id=“@+id/LED1”android:layout_width=“wrap_content”android:layout_height=“wrap_content”android:layout_alignParentTop=“true”android:layout_centerHorizontal=“true”android:src=“@drawable/kaiguan” /》《TextViewandroid:id=“@+id/LED1_text”android:layout_width=“wrap_content”android:layout_height=“match_parent”android:layout_below=“@+id/LED1”android:layout_centerHorizontal=“true”android:layout_centerVertical=“true”android:text=“開(kāi)關(guān)” /》《Switchandroid:id=“@+id/sw_bool_LED1”android:layout_width=“wrap_content”android:layout_height=“match_parent”android:layout_below=“@+id/LED1_text”android:layout_centerHorizontal=“true”android:layout_centerVertical=“true”android:textOff=“關(guān)閉”android:textOn=“開(kāi)啟” /》《/RelativeLayout》《/LinearLayout》

《LinearLayoutandroid:layout_width=“match_parent”android:layout_height=“101dp”android:orientation=“horizontal”android:scrollbars=“horizontal”》《!-- 溫度(數(shù)值只讀) --》《RelativeLayoutandroid:layout_width=“0dp”android:layout_weight=“3”android:layout_height=“wrap_content”android:background=“@color/white”android:padding=“10dp” 》

《ImageViewandroid:id=“@+id/Temp”android:layout_width=“wrap_content”android:layout_height=“wrap_content”android:layout_alignParentTop=“true”android:layout_centerHorizontal=“true”android:src=“@drawable/wd” /》《TextViewandroid:id=“@+id/tv_data_Temp”android:layout_width=“wrap_content”android:layout_height=“wrap_content”android:layout_below=“@+id/Temp”android:layout_centerHorizontal=“true”android:layout_centerVertical=“true” /》《TextViewandroid:layout_marginLeft=“5dp”android:id=“@+id/Temp_text”android:layout_below=“@+id/Temp”android:layout_toRightOf=“@id/tv_data_Temp”android:layout_width=“wrap_content”android:layout_height=“wrap_content”android:text=“℃” /》《TextViewandroid:id=“@+id/Temp_text1”android:layout_toLeftOf=“@id/Temp”android:layout_width=“wrap_content”android:layout_height=“match_parent”android:text=“溫度” /》

《/RelativeLayout》

《!-- 濕度(數(shù)值只讀) --》《RelativeLayoutandroid:layout_width=“0dp”android:layout_height=“wrap_content”android:layout_marginBottom=“1dp”android:layout_weight=“3”android:background=“@color/white”android:padding=“10dp”》《ImageViewandroid:id=“@+id/Shidu”android:layout_width=“wrap_content”android:layout_height=“wrap_content”android:layout_alignParentTop=“true”android:layout_centerHorizontal=“true”android:src=“@drawable/sd” /》《TextViewandroid:layout_marginLeft=“5dp”android:id=“@+id/Shidu_text”android:layout_below=“@+id/Shidu”android:layout_toRightOf=“@id/tv_data_Shidu”android:layout_width=“wrap_content”android:layout_height=“wrap_content”android:text=“%” /》《TextViewandroid:id=“@+id/tv_data_Shidu”android:layout_width=“wrap_content”android:layout_height=“wrap_content”android:layout_below=“@+id/Shidu”android:layout_centerHorizontal=“true”android:layout_centerVertical=“true” /》《TextViewandroid:id=“@+id/Shidu_text1”android:layout_toLeftOf=“@id/Shidu”android:layout_width=“wrap_content”android:layout_height=“match_parent”android:text=“濕度” /》《/RelativeLayout》

《!-- 光照強(qiáng)度(數(shù)值只讀) --》《RelativeLayoutandroid:layout_width=“0dp”android:layout_height=“wrap_content”android:layout_marginBottom=“1dp”android:layout_weight=“3”android:background=“@color/white”android:padding=“10dp”》

《ImageViewandroid:id=“@+id/GQ”android:layout_width=“wrap_content”android:layout_height=“wrap_content”android:layout_alignParentTop=“true”android:layout_centerHorizontal=“true”android:src=“@drawable/sun” /》

《TextViewandroid:id=“@+id/GQ_text”android:layout_marginLeft=“5dp”android:layout_below=“@+id/GQ”android:layout_toRightOf=“@id/tv_data_GQ”android:layout_width=“wrap_content”android:layout_height=“match_parent”android:text=“l(fā)x” /》《TextViewandroid:id=“@+id/tv_data_GQ”android:layout_width=“wrap_content”android:layout_height=“wrap_content”android:layout_below=“@+id/GQ”android:layout_centerHorizontal=“true”android:layout_centerVertical=“true” /》《TextView

android:id=“@+id/GQ_text1”android:layout_toLeftOf=“@id/GQ”android:layout_width=“wrap_content”android:layout_height=“match_parent”android:text=“光強(qiáng)” /》《/RelativeLayout》《/LinearLayout》《!-- 溫度閾值范圍(數(shù)值可寫(xiě)) --》《RelativeLayoutandroid:layout_width=“match_parent”android:layout_height=“wrap_content”android:layout_marginBottom=“1dp”android:background=“@color/white”android:padding=“10dp” 》

《TextViewandroid:layout_width=“wrap_content”android:layout_height=“match_parent”android:text=“溫度閾值范圍(℃)” /》

《TextViewandroid:id=“@+id/tv_data_Temp_AlarmScope”android:layout_width=“110dp”android:layout_height=“wrap_content”android:layout_alignParentRight=“true”android:textSize=“16sp”android:gravity=“end” /》

《LinearLayoutandroid:layout_width=“match_parent”android:layout_height=“wrap_content”android:layout_below=“@+id/tv_data_Temp_AlarmScope”android:layout_marginTop=“10dp”android:gravity=“center_vertical”android:orientation=“horizontal” 》

《TextViewandroid:layout_width=“wrap_content”android:layout_height=“wrap_content”android:textSize=“16sp”android:text=“0” /》

《SeekBar

android:id=“@+id/sb_data_Temp_AlarmScope”android:thumb=“@drawable/bar1”android:thumbOffset=“0dp”android:layout_width=“0dp”android:layout_height=“wrap_content”android:layout_weight=“3”android:max=“50” /》

《TextViewandroid:layout_width=“wrap_content”android:layout_height=“wrap_content”android:textSize=“16sp”android:text=“50” /》《/LinearLayout》

《/RelativeLayout》

《!-- 濕度閾值范圍(數(shù)值可寫(xiě)) --》《RelativeLayoutandroid:layout_width=“match_parent”android:layout_height=“wrap_content”android:layout_marginBottom=“1dp”android:background=“@color/white”android:padding=“10dp” 》

《TextViewandroid:layout_width=“wrap_content”android:layout_height=“match_parent”android:text=“濕度閾值范圍(%)” /》

《TextViewandroid:id=“@+id/tv_data_Shidu_AlarmScope”android:layout_width=“110dp”android:layout_height=“wrap_content”android:layout_alignParentRight=“true”android:textSize=“16sp”android:gravity=“end” /》

《LinearLayoutandroid:layout_width=“match_parent”android:layout_height=“wrap_content”android:layout_below=“@+id/tv_data_Shidu_AlarmScope”android:layout_marginTop=“10dp”android:gravity=“center_vertical”android:orientation=“horizontal” 》

《TextViewandroid:layout_width=“wrap_content”android:layout_height=“wrap_content”android:textSize=“16sp”android:text=“20” /》

《SeekBarandroid:id=“@+id/sb_data_Shidu_AlarmScope”android:thumb=“@drawable/bar”android:thumbOffset=“0dp”android:layout_width=“0dp”android:layout_height=“wrap_content”android:layout_weight=“3”android:max=“75”

android:progress=“0”/》

《TextViewandroid:layout_width=“wrap_content”android:layout_height=“wrap_content”android:textSize=“16sp”android:text=“95” /》《/LinearLayout》

《/RelativeLayout》

《!-- 光強(qiáng)閾值范圍(數(shù)值可寫(xiě)) --》《RelativeLayoutandroid:layout_width=“match_parent”android:layout_height=“wrap_content”android:layout_marginBottom=“1dp”android:background=“@color/white”android:padding=“10dp” 》

《TextViewandroid:layout_width=“wrap_content”android:layout_height=“match_parent”android:text=“光強(qiáng)閾值范圍(lx)” /》

《TextViewandroid:id=“@+id/tv_data_GQ_AlarmScope”android:layout_width=“110dp”android:layout_height=“wrap_content”android:layout_alignParentRight=“true”android:textSize=“16sp”android:gravity=“end” /》

《LinearLayoutandroid:layout_width=“match_parent”android:layout_height=“wrap_content”android:layout_below=“@+id/tv_data_GQ_AlarmScope”android:layout_marginTop=“10dp”android:gravity=“center_vertical”android:orientation=“horizontal” 》

《TextViewandroid:layout_width=“wrap_content”android:layout_height=“wrap_content”android:textSize=“16sp”android:text=“0” /》

《SeekBar

android:id=“@+id/sb_data_GQ_AlarmScope”android:thumb=“@drawable/bar2”android:thumbOffset=“0dp”android:layout_width=“0dp”android:layout_height=“wrap_content”android:layout_weight=“3”android:max=“65535” /》

《TextViewandroid:layout_width=“wrap_content”android:layout_height=“wrap_content”android:textSize=“16sp”android:text=“65535” /》《/LinearLayout》

《/RelativeLayout》

《/LinearLayout》

《/ScrollView》《/LinearLayout》

2.5、安裝軟件

因?yàn)槲覀兊某绦蚓幾g無(wú)錯(cuò)誤,故開(kāi)始安裝app,用數(shù)據(jù)線將電腦手機(jī)連接,進(jìn)入手機(jī)的開(kāi)發(fā)者模式,打開(kāi)開(kāi)發(fā)者模式,允許進(jìn)行USB調(diào)試

然后在android studio端點(diǎn)擊運(yùn)行,app便安裝成功了

感謝大家觀看,有問(wèn)題記得留言喲。

原文轉(zhuǎn)載于:https://blog.csdn.net/Zgc6666/article/details/104187111

編輯:jq

聲明:本文內(nèi)容及配圖由入駐作者撰寫(xiě)或者入駐合作網(wǎng)站授權(quán)轉(zhuǎn)載。文章觀點(diǎn)僅代表作者本人,不代表電子發(fā)燒友網(wǎng)立場(chǎng)。文章及其配圖僅供工程師學(xué)習(xí)之用,如有內(nèi)容侵權(quán)或者其他違規(guī)問(wèn)題,請(qǐng)聯(lián)系本站處理。 舉報(bào)投訴
  • 開(kāi)源
    +關(guān)注

    關(guān)注

    3

    文章

    3537

    瀏覽量

    43317
  • andriod
    +關(guān)注

    關(guān)注

    1

    文章

    19

    瀏覽量

    13952

原文標(biāo)題:基于機(jī)智云的Android開(kāi)源app修改教程

文章出處:【微信號(hào):IoTMaker,微信公眾號(hào):機(jī)智云開(kāi)發(fā)者】歡迎添加關(guān)注!文章轉(zhuǎn)載請(qǐng)注明出處。

收藏 人收藏

    評(píng)論

    相關(guān)推薦
    熱點(diǎn)推薦

    機(jī)智歷史數(shù)據(jù)導(dǎo)出與排查指南

    機(jī)智歷史數(shù)據(jù)導(dǎo)出與排查指南在使用機(jī)智平臺(tái)進(jìn)行設(shè)備管理和數(shù)據(jù)監(jiān)控時(shí),歷史數(shù)據(jù)的導(dǎo)出和排查是常見(jiàn)的需求。機(jī)智
    的頭像 發(fā)表于 11-21 01:01 ?535次閱讀
    <b class='flag-5'>機(jī)智</b><b class='flag-5'>云</b>歷史數(shù)據(jù)導(dǎo)出與排查指南

    如何處理機(jī)智移動(dòng)應(yīng)用的刪除問(wèn)題

    如何處理機(jī)智移動(dòng)應(yīng)用的刪除問(wèn)題在日常使用機(jī)智移動(dòng)應(yīng)用時(shí),用戶可能會(huì)遇到無(wú)法自行刪除應(yīng)用的問(wèn)題。根據(jù)最新版本的設(shè)計(jì),機(jī)智
    的頭像 發(fā)表于 10-23 08:04 ?464次閱讀
    如何處理<b class='flag-5'>機(jī)智</b><b class='flag-5'>云</b>移動(dòng)應(yīng)用的刪除問(wèn)題

    【有獎(jiǎng)直播】STM32CubeMX移植機(jī)智自動(dòng)生成代碼

    直播亮點(diǎn)1、零門(mén)檻接入機(jī)智平臺(tái):無(wú)需復(fù)雜準(zhǔn)備,快速實(shí)現(xiàn)智能化轉(zhuǎn)型,輕松上手。2、手機(jī)App控制實(shí)現(xiàn):通過(guò)手機(jī)App即可控制智能設(shè)備,無(wú)需開(kāi)發(fā)經(jīng)驗(yàn),適合零基礎(chǔ)開(kāi)發(fā)者。3、高效低成本開(kāi)發(fā)
    的頭像 發(fā)表于 09-27 08:04 ?486次閱讀
    【有獎(jiǎng)直播】STM32CubeMX移植<b class='flag-5'>機(jī)智</b><b class='flag-5'>云</b>自動(dòng)生成代碼

    通過(guò)機(jī)智平臺(tái)電腦網(wǎng)頁(yè)控制設(shè)備的指南

    在現(xiàn)代智能家居管理中,機(jī)智平臺(tái)為用戶提供了便捷的設(shè)備控制方式。通過(guò)電腦網(wǎng)頁(yè),用戶可以利用WebSocketAPI實(shí)現(xiàn)對(duì)設(shè)備的實(shí)時(shí)控制。本文將為您詳細(xì)介紹如何在機(jī)智
    的頭像 發(fā)表于 09-22 08:02 ?427次閱讀
    通過(guò)<b class='flag-5'>機(jī)智</b><b class='flag-5'>云</b>平臺(tái)電腦網(wǎng)頁(yè)控制設(shè)備的指南

    機(jī)智智家APP的設(shè)備掃描與綁定限制

    在使用機(jī)智的智家APP時(shí),用戶可能會(huì)遇到無(wú)法掃描和綁定設(shè)備的問(wèn)題。這一現(xiàn)象的根本原因在于智家APP的使用限制和付費(fèi)策略。Q智家APP的功能
    的頭像 發(fā)表于 09-22 08:02 ?467次閱讀
    <b class='flag-5'>機(jī)智</b><b class='flag-5'>云</b>智家<b class='flag-5'>APP</b>的設(shè)備掃描與綁定限制

    基于機(jī)智移植STM32L496G代碼移植

    前言最近我拿到了STM32L496AGMCU,發(fā)現(xiàn)其擴(kuò)展版可以連接ESP-01S。我想嘗試將開(kāi)發(fā)板連接到我們的機(jī)智上,并根據(jù)機(jī)智提供的文檔進(jìn)行程序移植。STM32CubeMX移植
    的頭像 發(fā)表于 09-20 08:05 ?932次閱讀
    基于<b class='flag-5'>機(jī)智</b><b class='flag-5'>云</b>移植STM32L496G代碼移植

    機(jī)智入門(mén)必備》手把手教你燒錄GAgent固件

    本文《機(jī)智入門(mén)必備》將詳細(xì)講解GAgent固件的燒錄過(guò)程,從基礎(chǔ)設(shè)置到實(shí)際操作,將一步步帶你完成每一個(gè)環(huán)節(jié),確保你的設(shè)備順利連接機(jī)智平臺(tái),實(shí)現(xiàn)智能控制和自動(dòng)化管理?;窘榻Besp8
    的頭像 發(fā)表于 09-12 08:04 ?710次閱讀
    《<b class='flag-5'>機(jī)智</b><b class='flag-5'>云</b>入門(mén)必備》手把手教你燒錄GAgent固件

    【有獎(jiǎng)直播】STM32最小系統(tǒng)板與ESP01S接入機(jī)智實(shí)戰(zhàn)指南

    直播亮點(diǎn)1、零門(mén)檻接入機(jī)智平臺(tái):無(wú)需復(fù)雜準(zhǔn)備,快速實(shí)現(xiàn)智能化轉(zhuǎn)型,輕松上手。2、手機(jī)App控制實(shí)現(xiàn):通過(guò)手機(jī)App即可控制智能設(shè)備,無(wú)需開(kāi)發(fā)經(jīng)驗(yàn),適合零基礎(chǔ)開(kāi)發(fā)者。3、高效低成本開(kāi)發(fā)
    的頭像 發(fā)表于 09-05 08:03 ?405次閱讀
    【有獎(jiǎng)直播】STM32最小系統(tǒng)板與ESP01S接入<b class='flag-5'>機(jī)智</b><b class='flag-5'>云</b>實(shí)戰(zhàn)指南

    機(jī)智開(kāi)源自動(dòng)化控制篇-接近報(bào)警系統(tǒng)

    本次采用STM32F103C8T6單片機(jī)、ESP-01S模塊、紅外避障模塊、蜂鳴器模塊,接入機(jī)智平臺(tái),完成接近報(bào)警系統(tǒng),為智能化場(chǎng)景增添強(qiáng)大功能。使用到的模塊STM32F103C8T6ESP-01S紅外避障模塊蜂鳴器模塊基本工作進(jìn)入機(jī)
    的頭像 發(fā)表于 08-31 08:02 ?532次閱讀
    <b class='flag-5'>機(jī)智</b><b class='flag-5'>云</b><b class='flag-5'>開(kāi)源</b>自動(dòng)化控制篇-接近報(bào)警系統(tǒng)

    Gokit二次開(kāi)發(fā):云端快速APP生成

    云端快速自定義生成APP。機(jī)智遠(yuǎn)程控制的種類(lèi)機(jī)智遠(yuǎn)程控制設(shè)備有以下幾種方式:1、機(jī)智
    的頭像 發(fā)表于 08-30 12:15 ?528次閱讀
    Gokit二次開(kāi)發(fā):云端快速<b class='flag-5'>APP</b>生成

    機(jī)智開(kāi)源自動(dòng)化控制篇:溫濕度報(bào)警器

    開(kāi)發(fā)者中心(gizwits.com)新建數(shù)據(jù)點(diǎn)利用機(jī)智開(kāi)發(fā)者中心的MCU開(kāi)發(fā)便捷快速生成代碼ESP-01S燒錄機(jī)智固件(參考社區(qū)的往期帖
    的頭像 發(fā)表于 08-06 08:10 ?524次閱讀
    <b class='flag-5'>機(jī)智</b><b class='flag-5'>云</b><b class='flag-5'>開(kāi)源</b>自動(dòng)化控制篇:溫濕度報(bào)警器

    STM32項(xiàng)目分享:智能家居(機(jī)智)系統(tǒng)

    STM32項(xiàng)目分享:智能家居(機(jī)智)系統(tǒng)
    的頭像 發(fā)表于 07-28 08:10 ?2718次閱讀
    STM32項(xiàng)目分享:智能家居(<b class='flag-5'>機(jī)智</b><b class='flag-5'>云</b>)系統(tǒng)

    請(qǐng)問(wèn)Matter Android APP是否支持連接市面上的Matter設(shè)備?

    各位大佬們,請(qǐng)教下我基于matter開(kāi)源Android App,是否可以連接市面上其他的matter協(xié)議設(shè)備并且進(jìn)行控制呢?如果不可以,是需要其他認(rèn)證碼?
    發(fā)表于 07-24 07:25

    利用自定義數(shù)據(jù)傳輸在機(jī)智上實(shí)現(xiàn)GPS定位數(shù)據(jù)的傳輸

    GPS定位數(shù)據(jù)通常以經(jīng)度和緯度的形式表示,是一種地理位置信息。要將GPS定位數(shù)據(jù)加入機(jī)智平臺(tái),可以通過(guò)自定義數(shù)據(jù)傳輸來(lái)實(shí)現(xiàn)。首先,需要確定數(shù)據(jù)傳輸?shù)母袷健Mǔ?,?jīng)度和緯度可以作為兩個(gè)單獨(dú)的數(shù)據(jù)
    的頭像 發(fā)表于 05-09 08:10 ?560次閱讀
    <b class='flag-5'>利用</b>自定義數(shù)據(jù)傳輸在<b class='flag-5'>機(jī)智</b><b class='flag-5'>云</b>上實(shí)現(xiàn)GPS定位數(shù)據(jù)的傳輸

    數(shù)據(jù)點(diǎn)修改后未生效的解決方案

    在使用機(jī)智App時(shí),有時(shí)候修改了數(shù)據(jù)點(diǎn)后卻發(fā)現(xiàn)沒(méi)有任何變化。這可能是由于設(shè)備綁定或App代碼更新等原因?qū)е碌?。針?duì)這一問(wèn)題,我們可以采取以
    的頭像 發(fā)表于 05-08 08:10 ?498次閱讀
    數(shù)據(jù)點(diǎn)<b class='flag-5'>修改</b>后未生效的解決方案