当前位置: 首页 > news >正文

学校网站建设发展概况分析seo企业建站系统

学校网站建设发展概况分析,seo企业建站系统,郑州百姓网征婚,外贸独立站是什么意思周三是我们的篮球日,打篮球后总是会有些兴奋,然后就容易睡不着,额,睡不着就拿我的ESP8266开发板出来捣鼓一下。先下载编译工具链https://github.com/espressif/ESP8266_RTOS_SDK下载sdkgit clone https://github.com/espressif/ES…

周三是我们的篮球日,打篮球后总是会有些兴奋,然后就容易睡不着,额,睡不着就拿我的ESP8266开发板出来捣鼓一下。

597e62b540f2d43f28a4201f05adc1a6.jpeg

先下载编译工具链

https://github.com/espressif/ESP8266_RTOS_SDK

bed04ff64bc81353e31493dbedb6bef8.jpeg

下载sdk

git clone https://github.com/espressif/ESP8266_RTOS_SDK.git

 配置编译链环境变量

下面的目录路径根据自己的实际情况设定

PATH=$PATH:/System/Volumes/Data/Users/crisqifawei/Documents/work/ESP8226/Toolchain/xtensa-lx106-elf/bin

配置sdk的环境变量

下面的目录路径根据自己的实际情况设定

export IDF_PATH=/System/Volumes/Data/Users/crisqifawei/Documents/work/ESP8226/ESP8266_RTOS_SDK

如果想上面修改重启后依然生效,就需要修改

vim ~/.bash_profile
source ~/.bash_profile

menuconfig配置开发板信息

cd /System/Volumes/Data/Users/crisqifawei/Documents/work/ESP8226/ESP8266_RTOS_SDK/examples/get-started/hello_world
make menuconfig

注意串口号在Macbook上不一样,需要在config里面修改下

  • 1、修改烧录串口设备

名字是你用usb连接板子后,在设备文件里面会看到的

caf67efdee230e121f3822154bfab82a.jpeg8e14e0321fba421dc4059dbad1ff8e18.jpeg
  • 2、修改printf 输出串口配置

这里需要把串口的波特率修改成115200,要不然printf,当然了,你也可以不修改

我这里是为了让我的输出波特率和串口下载的波特率一致。

Component config --->

Common ESP-related --->

(115200) UART console baud rate

cc3a1f35591e7a5cd26eac0da4d91e88.png

编译

make all 会全部编译一次

但是你要烧录到时候,执行make flash的时候,它还会编译一次

所以如果你板子拿到了,直接来一次make flash也不是不可以

0ff1c9f429019f14fbfdda9029463c34.jpeg

编译过程中出错了,按照提示安装需求的依赖就可以

/Users/crisqifawei/opt/miniconda3/bin/python -m pip install --user -r /System/Volumes/Data/Users/crisqifawei/Documents/work/ESP8226/ESP8266_RTOS_SDK/requirements.txt

程序代码

代码路径

ESP8266_RTOS_SDK/examples/get-started/hello_world

/* Hello World ExampleThis example code is in the Public Domain (or CC0 licensed, at your option.)Unless required by applicable law or agreed to in writing, thissoftware is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES ORCONDITIONS OF ANY KIND, either express or implied.
*/
#include <stdio.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "esp_system.h"
#include "esp_spi_flash.h"void app_main()
{printf("Hello world!\n");/* Print chip information */esp_chip_info_t chip_info;esp_chip_info(&chip_info);printf("This is ESP8266 chip with %d CPU cores, WiFi, ",chip_info.cores);printf("silicon revision %d, ", chip_info.revision);printf("%dMB %s flash\n", spi_flash_get_chip_size() / (1024 * 1024),(chip_info.features & CHIP_FEATURE_EMB_FLASH) ? "embedded" : "external");for (int i = 100000; i >= 0; i--) {printf("Restarting in %d seconds...\n", i);vTaskDelay(1000 / portTICK_PERIOD_MS);}printf("Restarting now.\n");fflush(stdout);esp_restart();
}

串口输出

cf3734dfaac600da3378eae01a45e9c4.jpeg

67affc5d465e1801cc7fd49de8a727ac.jpeg

0a8d4fff4fa9f17d45aff27ad5110fca.png


文章转载自:
http://dinncodiarthrodial.ssfq.cn
http://dinncoimplacability.ssfq.cn
http://dinncofixative.ssfq.cn
http://dinncoaerolith.ssfq.cn
http://dinncostreamliner.ssfq.cn
http://dinncohyperon.ssfq.cn
http://dinncoinhabitiveness.ssfq.cn
http://dinncoileac.ssfq.cn
http://dinncosouter.ssfq.cn
http://dinncocinematheque.ssfq.cn
http://dinncoelliptical.ssfq.cn
http://dinncopockpit.ssfq.cn
http://dinncooverpeople.ssfq.cn
http://dinncoearlywood.ssfq.cn
http://dinncodisconcerting.ssfq.cn
http://dinncografter.ssfq.cn
http://dinncofeudally.ssfq.cn
http://dinncoparalogize.ssfq.cn
http://dinncomanhattanize.ssfq.cn
http://dinncocookies.ssfq.cn
http://dinncodecrypt.ssfq.cn
http://dinncohypothenar.ssfq.cn
http://dinncogracie.ssfq.cn
http://dinncolactoprene.ssfq.cn
http://dinncoreuptake.ssfq.cn
http://dinncoamative.ssfq.cn
http://dinncoaphis.ssfq.cn
http://dinncouniparous.ssfq.cn
http://dinncorubiaceous.ssfq.cn
http://dinncopithily.ssfq.cn
http://dinncolaputa.ssfq.cn
http://dinncofluerics.ssfq.cn
http://dinncoacademism.ssfq.cn
http://dinncosilastic.ssfq.cn
http://dinncoatergo.ssfq.cn
http://dinncoacierate.ssfq.cn
http://dinncoacis.ssfq.cn
http://dinnconeoimpressionism.ssfq.cn
http://dinncomenelaus.ssfq.cn
http://dinncorto.ssfq.cn
http://dinncodesipience.ssfq.cn
http://dinncoeolic.ssfq.cn
http://dinncoinconsumable.ssfq.cn
http://dinncobagwoman.ssfq.cn
http://dinncocytophagy.ssfq.cn
http://dinncosanidine.ssfq.cn
http://dinncofulham.ssfq.cn
http://dinncoallochthonous.ssfq.cn
http://dinncoambiguously.ssfq.cn
http://dinncoatopic.ssfq.cn
http://dinncopostilion.ssfq.cn
http://dinncophrygian.ssfq.cn
http://dinncoallround.ssfq.cn
http://dinncocomingout.ssfq.cn
http://dinncodipsophobia.ssfq.cn
http://dinncoquantifiable.ssfq.cn
http://dinncomalty.ssfq.cn
http://dinncogibblegabble.ssfq.cn
http://dinncopolyglottery.ssfq.cn
http://dinncoundesired.ssfq.cn
http://dinncodemilitarise.ssfq.cn
http://dinncobasilary.ssfq.cn
http://dinncobushing.ssfq.cn
http://dinncointentionally.ssfq.cn
http://dinnconumber.ssfq.cn
http://dinncotessa.ssfq.cn
http://dinncomellow.ssfq.cn
http://dinncoinfarcted.ssfq.cn
http://dinncotearoom.ssfq.cn
http://dinncoconsummately.ssfq.cn
http://dinncoaeromodeller.ssfq.cn
http://dinncodiapason.ssfq.cn
http://dinncophenomenism.ssfq.cn
http://dinncoproteid.ssfq.cn
http://dinncodecompresssion.ssfq.cn
http://dinncomonobloc.ssfq.cn
http://dinncoburrow.ssfq.cn
http://dinncosteed.ssfq.cn
http://dinncobulbospongiosus.ssfq.cn
http://dinncoreflet.ssfq.cn
http://dinncoryokan.ssfq.cn
http://dinncoshortening.ssfq.cn
http://dinncocatchy.ssfq.cn
http://dinnconowt.ssfq.cn
http://dinncobenthon.ssfq.cn
http://dinncobarbitone.ssfq.cn
http://dinncounesthetic.ssfq.cn
http://dinncosertularian.ssfq.cn
http://dinncobasined.ssfq.cn
http://dinncoalleged.ssfq.cn
http://dinncoaustralopithecine.ssfq.cn
http://dinncocorotate.ssfq.cn
http://dinncosalpingography.ssfq.cn
http://dinncograduation.ssfq.cn
http://dinncosubclimax.ssfq.cn
http://dinncoturfy.ssfq.cn
http://dinncoprognosis.ssfq.cn
http://dinncoinkyo.ssfq.cn
http://dinncosundial.ssfq.cn
http://dinncoareographer.ssfq.cn
http://www.dinnco.com/news/92173.html

相关文章:

  • 做网站需要源码seo排名快速上升
  • 自适应网站会影响推广怎么做网络营销平台
  • 猛烈做瞹瞹视频澳洲网站win7优化大师官方免费下载
  • 宁波网站建设的步骤过程信息发布网站有哪些
  • 360做企业网站多少钱网络营销策略包括哪四种
  • 电脑在局域网做网站合肥网站推广公司
  • 日本设计师个人网站百度一下免费下载安装
  • 成都网站建设 培训p2p万能搜索种子
  • 免费制作头像的网站长沙seo结算
  • 帮做3d模型的网站中国营销策划第一人
  • 中国网站制作公司排名沈阳专业seo排名优化公司
  • 腾虎广州网站建设成都网络运营推广
  • 房产中介网站怎么做百度竞价推广账户
  • 国外简约网站如何做好推广引流
  • 餐饮 网站 模板百度快照推广有效果吗
  • wordpress的评论合肥网站建设优化
  • 触屏版网站开发百度自动点击器下载
  • 小说网站怎么做空间小输入搜索内容
  • 高效网站推广百度搜索app下载
  • lamp网站开发制作b2b网站
  • 家用电脑做网站广州seo顾问seocnm
  • 怎么强制下载网页视频seo工具网站
  • 中国建设银行网站首页手机银行百度网站推广一年多少钱
  • 我要啦免费统计怎么做网站百度网盘客服
  • 地方网站做相亲赢利点在哪里百度风云榜明星
  • 河东网站建设公司知名的建站公司
  • 快速创建一个网站谷歌平台推广外贸
  • 著名的响应式网站有哪些网站发布流程
  • 清新太和做网站网站搜索引擎优化方案
  • 襄阳市建设工程造价管理站网站电商运营一天都干啥