Skip to content
View jinhaotutu's full-sized avatar
😎
Tuu
😎
Tuu
Block or Report

Block or report jinhaotutu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. stm32f4-bmp-onenet stm32f4-bmp-onenet Public

    stm32f4摄像头数据上传onenet平台,文件中包含ov7670摄像头驱动代码、rgb565转bmp代码,详细移植过程可以查看我的博客;包含移植后的最终修改工程,工程中包括把温湿度、红外感应次数、摄像头照片上传到物联网平台ONENET上。

    C 16 5

  2. stm32f4-prj stm32f4-prj Public

    STM32F407ZG标准keil工程,工程中包括PLL倍频、串口USART1重定向到printf、精确delay函数、LED灯闪烁。 需要修改的地方为stm32f4xx.h文件139行的HSE_VALUE值,修改为自己板载的晶振大小;以及自己LED的IO口需要修改。其他都可以直接使用!!

    C 11 2

  3. Freertos_in_linux Freertos_in_linux Public

    Freertos_in_linux: Freertos demo run in the linux to study

    C 10 11

  4. Home_Iot Home_Iot Public

    UCOS_II STM32F4监控数据上传ONENET:里面包含 1.stm32f407移植ucos_ii; 2.读取温湿度数据SI7021,接口I2C; 3.读取摄像头数据OV7670,接口DCMI+DMA; 4.红外感应外部中断; 5.OLED显示操作系统任务堆栈使用情况,接口SPI; 6.WIFI模块上传物联网平台ONENET,应用显示数据,应用地址:https://open.iot.…

    C 4 3

  5. webserver webserver Public

    stm32搭建web服务器,修改于官方移植lwip搭建的web服务器 硬件基础:stm32f407 + lan9303

    C 4 3

  6. stm32_tcp_client stm32_tcp_client Public

    在修改官方移植lwip的基础上,搭建tcp客户端,来进行数据的收发,硬件基础:stm32f407+lan9303

    Assembly 4