点击/回复 | 标题 | 最后回复 | 发表时间/侃吧 |
743/0 |
不知为什么今天手机又退出登录了
rt |
8-3 | 8-3 |
792/5 | 7月已经接近尾声了~ | 7-31 | 7-30 |
644/0 |
【数据】Marvell 88W8686 WiFi模块的CIS信息
Initialization begins... Command response received: CMD63, RESP_90ff8000 Command response rece... |
7-26 | 7-26 |
768/0 |
【数据】Marvell 88W8801 WiFi模块的CIS信息
Initialization begins... Command response received: CMD63, RESP_b0300000 Command response rece... |
7-26 | 7-26 |
806/2 |
今天总算把STM32的I2C那一章学完了
RT |
9-19 | 7-24 |
786/5 |
最近几天效率很低
rt |
7-27 | 7-23 |
669/1 |
今天晚上又打雷了
rt |
7-16 | 7-16 |
520/1 |
还是Apache Lounge的apache版本稳定~
加载了php之后刷新网页不会出现网页始终打不开的现象。 |
7-12 | 7-12 |
372/0 |
Northwind数据库的关系模式
Customers(ID, Company, Last Name, First Name, E-mail Address, Job Title, Business Phone, Home Phone,... |
7-10 | 7-10 |
899/6 |
【程序】Marvell 88W8686 WiFi模块的固件下载代码
【main.c】 #include <stdio.h> #include <stm32f10x.h> #include <string.h>... |
7-8 | 7-6 |
1244/14 |
今天晚上我已经成功地实现了88W8686_WiFi模块的固件下载
http://pan.baidu.com/s/1dEFRd9v |
7-19 | 7-6 |
713/1 |
我们明天考英语
RT |
7-4 | 7-3 |
572/1 |
半年过去了。。。
RT |
7-1 | 7-1 |
800/1 |
【程序】Marvell 88W8686 WiFi模块的初始化代码
#include <stdio.h> #include <stm32f10x.h> #define _BV(n) (1u << (n)) uint... |
6-24 | 6-24 |
849/1 |
【程序】STM32L476RG用寄存器通过PLL将MSI时钟倍频到72MHz并设为系统时钟
#include <stdio.h> #include <stm32l476xx.h> int fputc(int ch, FILE *fp) {... |
6-20 | 6-20 |
898/1 |
【程序】STM32L476RG实现在STOP2模式下使用LPTIM,5秒钟从STOP2唤醒
#include <stdio.h> #include <stm32l476xx.h> // 供printf使用, 项目属性中勾选Use MicroLIB后有效... |
6-19 | 6-19 |
855/5 |
学校机房的电脑没有经过NAT,而是直接分配到了全球唯一的IP地址!
![]() |
6-19 | 6-19 |
691/1 |
数据库实验报告星期一就要交了
RT |
6-17 | 6-17 |
770/2 |
翻墙后可以访问侃吧
RT! |
6-16 183.222.172.* |
6-16 |
797/6 |
今天开始实训了
RT |
6-18 | 6-12 |
692/1 |
【实测数据】STM32F107VCT6接了25MHz外部晶振后,开机时的时钟情况
volatile uint32_t num; num = RCC->CFGR; // 0x001D040A // MCO=0: Microcontroller clock outpu... |
6-8 | 6-8 |
857/1 |
【程序】STM32F107通过外部中断来响应按键
/* 单片机: STM32F107VCT6 ** 系统时钟: 72MHz ** 外部晶振: 25MHz **/ #include <stm32f10x.h>... |
6-8 | 6-8 |
680/2 |
【程序】AVR单片机+uip协议栈动态生成HTML网页
以下程序生成的HTML网页上面有一个form表单,但暂时不支持对表单提交的POST数据进行解析。 【类型定义】 typedef struct {... |
5-29 | 5-29 |
724/5 |
【抗干扰代码】AVR单片机自动复位由于电压不足导致ENC28J60网卡出现的故障
【main.c】 #include <avr/interrupt.h> #include <avr/io.h> #include <avr/pgmspa... |
5-28 | 5-28 |
866/6 |
uip中的UDP功能用法
【初始化代码】 void myapp_init(uip_ipaddr_t *ipaddr) { // UDP端口监听... |
5-26 | 5-26 |
651/5 |
【程序】uip多端口TCP多次发送数据
void uip_appcall(void) { uint8_t send = 0; uint16_t a... |
5-26 | 5-25 |
476/0 |
虽然在Marvell的官网上下载不到wifi模块的资料,但百度上能够搜到很多下载地址
搜索“marvell 8686 芯片资料”就能搜出很多结果: https://www.baidu.com/s?ie=utf-8&f=8&rsv_bp=1&rsv_idx=... |
5-25 | 5-25 |
718/1 |
【程序】STM32L476RG通过寄存器操作GPIO口点亮LED灯
#include <stm32l476xx.h> void delay(void) { uint32_t i;... |
5-23 | 5-23 |
639/1 |
今天终于把OV2640摄像头图像调通了
通过串口发送和接收,保证了可靠性 |
5-19 | 5-19 |
531/0 |
不知为何,手机又退出登录了
rt |
5-17 | 5-17 |