首页
熊猫办公下载
文件下载
根据地址查询经纬度
登录 / 注册
一级分类:
安全技术
存储
操作系统
服务器应用
行业
课程资源
开发技术
考试认证
数据库
网络技术
信息化
移动开发
云计算
大数据
跨平台
音视频
游戏开发
人工智能
区块链
二级分类:
ESP32开拓指南
ESP32开拓指南介绍1.ESP32开拓指南首要分为入门篇:芯片介绍、情景搭建、下载方式、下场处置、开拓指点等。
底子篇:底子资源测试,GPIO、I2C、UART、TIM、PWM等。
WiFi使用篇:TCP、UDP、WS、SC、HTTP、HTTPS、MQTT、加密等。
2.ESP32开拓指南付与了教程+源码的学习方式教程:底籽实际、开拓流程、流程细节、接口介绍、源码测试、总结等源码:部份使用中文评释,最低评释到函数,详尽的中间评释到行。
3.总结ESP32开拓指南适宜初识无线学识、学习ESP32无线学识的初学者。
适宜工程师在开拓项普通期的评估测试。
2023/4/23 7:30:40
11.51MB
ESP32
VSCODE
ARDUIN
1
STM32F103ADC测电压代码
#include"led.h"#include"delay.h"#include"key.h"#include"sys.h"#include"usart.h" #include"adc.h"/************************************************ALIENTEK战舰STM32F103开拓板试验17ADC试验本领反对于:www.openedv.com淘宝店肆:http://eboard.taobao.com存眷微信人民平台微信号:"晚点原子",免费患上到STM32资料。
广州市星翼电子科技有限公司作者:晚点原子@ALIENTEK************************************************/intmain(void){ u16adcx; floattemp; delay_init(); //延时函数初始化 NVIC_PriorityGroupConfig(NVIC_PriorityGroup_2);//配置中断优先级分组为组2:2位抢占优先级,2位照料优先级 uart_init(115200); //串口初始化为115200 Adc_Init(); //ADC初始化 while(1) { adcx=Get_Adc_Average(ADC_Channel_1,10); temp=(float)adcx*(3.3/4096); delay_ms(250); printf("%5.2f",temp); }}
2023/4/9 23:55:30
6.94MB
STM32
ADC
1
STM32L4xx_经由UART写FLASH_IAP更新法度圭表标准_LL库配置配备枚举.rar
搜罗IAP.c以及IAP.h;
IAP串口初始化函数;
串口中断函数;
IAP轮回main函数(可参考);
IAP跳转使用法度圭表标准段函数;
更新用户法度圭表标准,写入FLASH函数;
STM32L4xx系列,STM32L452RET6调试告成,LL库配置配备枚举;
2019/11/20前期调了STM32L471VETx芯片,发现擦页不能用,最终找到下场是FLASH页码不连号,只用更正擦页函数的页码号就能够告成擦页,就再也不上传了;
2023/3/26 15:02:01
3KB
STM32L4xx
IAP
UART
FLASH
1
armcortex-m0lpc1114的14个例程
用keil开辟的例程内含有:8IOS,ADC,CLK_OUT,DS18B20,GPIO_LED,GPIO_LED_JOYSTICK,I2C,LCD,LCD_TouchPanel,Microsd,PWM,SPI,UART
2023/3/18 22:19:22
1.22MB
m0
1114
arm
1
GPSNMEA数据读取与解析
单片机51读取GPSNMEA0183格式及解析;
uart.h,uart.c串口中断程序;
gps.c,gps.h读取GPSNMEA数据及解析位置,时间,和卫星形态。
主要包括了GGA和RMC数据读取及解析;
时区调整。
采用的是upsd3300单片机(51系列);
2023/3/17 6:25:46
6KB
GPS
NMEA
1
MSP430G2553例程代码
ccs以及IAR版的例程代码。
ADC,DAC,UART,TIMER.。
ccs以及IAR版的例程代码。
ADC,DAC,UART,TIMER
2023/3/12 7:28:31
465KB
G2553例程
1
LPC177x_8x(LPC17xx)cmsisdriverlibrary
LPC177x_8xCMSIS-CompliantStandardPeripheralFirmwareDriverLibraryRev1.17-12June2012ThisisthelistofexamplesthatsupportedinLPC177x_8xCMSISpackagePeripheralExampleDescriptionADCAdc_BurstShowshowtouseADCconversioninburstmodewithsingleormultipleinputAdc_DmaShowshowtouseADCconversionandtransferconverteddatabyusingDMAAdc_InterruptShowshowtouseADCconversionininterruptmode.Adc_PollingShowshowtouseADCconversioninpollingmode.BODBOD_DemoShowshowtouseBOD.CANCan_AflutShowshowtouseCANdriverfunctionsforsetupandchangeAFLUTtabledynamicallyCan_BypassShowshowtotestCANoperationbyusingbypassmodeCan_SelftestShowshowtotestCANself-testmodeCortex-M3Bit_BandingShowshowtouseBit-bandingfeatureofCortex-M3processor.MPUShowshowtouseMPUtoprotectmemoryregion.Privilege_ModeShowshowtochangeprivilegetounprivilegedmodeandviceversa.CRCCrc_DemoShowshowtouseCRCengineonLPC177x_8x.TheresultsarecalculatedbysomedifferentpolynomialsCrc_DmaShowshowtouseCRCenginewithDMAsupportDACDac_DmaShowshowtouseDMAtotransferdatatoDACperipheralDma_SineWaveShowshowtouseDACtogenerateasinewavesignalorpositive-halfsinewavesignalDMADma_Flash2RamShowhowtotransferdatafromFlashtoRa妹妹emorybyusingDMAengineEEPROMEeprom_DemohowtoworkwithEEPRO妹妹emoryonLPC177x_8xEMACEmac_EasyWebShowshowtoimplementansimplewebapplicationEmac_RawShowshowtotestEMACdriverwithrawpacketframeformatthatisnotrelatedwithanyupper-layer(i.e.TCP/IP...).Emac_uIPShowshowtohandleasinglenetworkinterfaceandcontainstheIP,ICMP,UDPandTCPprotocols.EMCEmc_NandFlashDemoShowshowtoworkwithNandFlash(ifavailable)byusingEMCcomponentofLPC177x_8xEmc_NorFlashDemoShowshowtoworkwithNorFlash(ifavailable)byusingEMCcomponentofLPC177x_8xEmc_SdramDemoShowshowtoworkwithSDRAM(ifavailable)byusingEMCcomponentofLPC177x_8xGPIOGpio_InterruptShowshowtouseinterruptfunctionofGPIOpins.Gpio_LedBlinkySetON/OFFfortheGPIOpinstodriveLEDsIAPIAP_DemoShowshowtoaccess/updateon-chipflashmemoryfromapplicationcodeI2CI2c_Pca9532DrvShowshowtouseI2CtodrivewithPCA9532andindicateviaLEDsthatconnectedtoPCAchipI2C_MasterShowshowtouseI2Cblockasamastertosend/receivedatato/fromaslave.I2C_SlaveShowshowtouseI2Cblockasaslavetosend/receivedatato/fromamaster.I2C_EEPROMShowshowtodriveEEPROMthroughI2C.I2SI2s_4WireShowshowtoconfigureI2Speripheraltorunin4wiremodeI2s_AudioShowshowtouseI2StotransferaudiodatathroughI2Spinstoplayashortmusicsoundandoutputtoheadphoneline.I2s_DmaShowshowtouseI2SwithDMAengineI2s_InterruptShowshowtouseI2StotransferdataininterruptmodeI2s_MclkShowshowtouseI2SmasterclockasI2SclocksourceLCDLcd_DemoShowshowtointeractwithGFT035A320240YLCDandQVGATFTLCD(ifit’savailable)MCIMci_CidCardShowshowtouseMultimediaCardInterface(MCI)onLPC177x_8xIC.Basicallyit’storeadCIDofthecardthatinputtothecardslot.MCI_ReadWriteShowshowtouseMCIonLPC177x_8xtoread/writedataonaSD/妹妹Ccard.MCI_FSShowshowtointegrateFatFSandEFSLopensourcetouseFATFileSystemonLPC177x_8x.MCPW妹妹CPWMSimpleShowshowtotestMotorControlPW妹妹oduleinLPC17xxNVICNvic_PrioritiesShowshowtoconfigureNVICprioritygroupingfortestingtheinterruptsintail-chainingandLate-arrivingmodeNvic_VectorTableRelocationShowshowtorelocationvectortableinanothersiteinRAMPWMPwm_DualEdgeShowshowtogeneratePWMsignalon3Channelsinbothedgemodeandsinglemode.Pwm_MatchInterruptShowshowtousePW妹妹atchfunctionininterruptmodePwm_SingleEdgeShowshowtousePWMsignalon6ChannelsinsingleedgemodePWRPwr_DeepPowerDownShowshowtoentersysteminDeepPowerDownmodeandwake-upbyusingRTC(Real-timeclock)interruptPwr_DeepSleepShowshowtoentersysteminDeepSleepmodeandwakeupitbyusingWDTInterruptPwr_PowerDownShowshowtoentersysteminPowerDownmodeandwake-upitbyusingNMI(Non-MaskableInterrupt)Pwr_SleepShowshowtoentersysteminsleepmodeandwake-upbyusingexternalinterruptQEIQei_VeloShowshowtouseQuadratureEncoderInterfacemoduletocalculatevelocityanddetectdirectionchangingRTCRtc_AlarmShowstheconfigurationstogenerateinterruptinSecondCounterIncrementInterrupt(1s)andgenerateAlarminterruptat10sRtc_CalibrationShowshowtodoreal-timeclockcalibration.Rtc_EvShowshowtodoeventmonitor/recorder.SSPSsp_DmaShowshowtoconfigureSSPperipheralwithDMAsupport.SSP_MasterShowshowtouseSSPblockasamastertosend/receivedatato/fromaslave.SSP_SlaveShowshowtouseSSPblockasaslavetosend/receivedatato/fromamaster.SSP_MicrowireShowshowtouseSSPperipheralwithMicroWireframeformat.SSP_TIShowshowtouseSSPperipheralwithTIframeformat.SYSTICKSystick_10msBaseShowshowtoconfigureSystemTicktimertogenerateinterrupteach10msSystck_StclkShowshowtoconfigureSystemTicktimeruseexternalclocksourceSTCLKTIMERTimer_CaptureShowshowtouseCaptureTimerfunction.Timer_FreqMeasureShowshowtouseTimertomeasurethefrequencyofthesignalinputTimer_MatchInterruptShowshowtoconfiguretheTimertogenerateMatchinterrupt.UARTUart_AutobaudThisisasimpleUARTexampleusingautobaudratemodeUart_DmaShowshowtouseUARTinDMAmodeUart_FullModemThisisasimpleUARTexampleusingUART1willFullmode妹妹odeUart_HWFlowControlShowshowtouseUARTinhardwareflowcontrolmode.Uart_InterruptShowshowtouseUARTininterruptmodeUart_IrDAReceiveShowshowtoconfigureUARTforreceivingdataviaIrDAprotocolUart_IrDATransmitShowshowtoconfigureUARTfortransmittingdataviaIrDAprotocolUart_PollingShowshowtouseUARTinpollingmodeUart_Rs485MasterShowshowtoconfigureUARTforRS485functionalityinMastermode.Uart_Rs485SlaveShowshowtoconfigureUARTforRS485functionalityinSlavemode.USBDEVUSBMassStorageShowshowtoimplementasimpleUSBMassStorageapplicationonLPC177x_8x.USB_AudioShowshowtoimplementUSBspeakeronLPCD177x_8x.USB_HIDShowshowtoimplementHIDdeviceonLPCD177x_8x.Usb_VirtualComShowshowtoconfigureUSBDeviceofasavirtualCOMport.USBHostLiteUsbHost_MassStorageShowshowtoconfigureUSBHostControlleronLPC177x_8x.WDTWdt_InterruptShowshowtouseWDTtogenerateinterruptafteraspecifictime.Wdt_ResetShowshowtouseWDTtogeneratechipresetafteraspecifictime.Wdt_WindowModeTesttheoperationofWindowModeofWindowWatchdogTimeronLPC177x_8x
2023/3/12 4:45:20
58.32MB
LPC177x
LPC178x
CMSIS
driver
1
x-cube-iap-usart
STMicroelectronics针对Cube(HAL)提供的经过URART/UART实现IAP,适用于STM32系列MCU,无需再设置BOOT引脚,仅需一个GPIO设置POR后执行IAP还是APP,分享给坛友,该程序包也可从ST官网(http://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1743/LN1920/PF262163#)下载获得。
同时附带该程序包的APP.Note文档,【STM32Cubein-applicationprogrammingusingtheUSARTembeddedsoftware(AN4657)】。
2023/2/22 8:04:54
39.23MB
STM32
HAL
IAP
1
FT232RLUSB转UART-RS232-RS485AD设计硬件原理图+PCB+2D3D封装库文件.zip
FT232RLUSB转UART-RS232-RS485AD设计硬件原理图+PCB+2D3D封装库文件,,采用2层板设计,板子大小为81x50mm,单面规划双面布线,主要器件为FT232RL,SP213,SP3485EN,实现USB转RS232,RS485,RS422三种接口功能。
AltiumDesigner设计的工程文件,包括完整的原理图PCB文件,可以用Altium(AD)软件打开或修改,可作为你产品设计的参考。
2023/2/18 13:10:42
22.24MB
FT232RL
USB转UART-RS232
RS232-RS485
硬件原理图+PCB+2D3D封装
1
本人写的ARM(s3c2440)的裸板的声卡(wm8976)驱动程序
本人写的ARM(s3c2440)的裸板的声卡(wm8976)驱动程序,包括时钟,sdram,uart,nandflash的初始化,播放之前需要使用u-boot将wav音频文件写入nandflash,非常富有挑战性的一个程序。
2023/2/18 13:58:01
725KB
wm8976
裸板
声卡
ARM
1
共 174 条记录
首页
上一页
下一页
尾页
钉钉无人值守自动打卡脚本 永不迟到的神器 安卓和苹果教程
New!
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03
15KB
钉钉
钉钉打卡
个人信息
点我去登录or注册
|
微信登录
一言
热门下载
双系统双频伪距单点定位程序
飘逸传世引擎源代码
中科院考博英语2009-2018年试题及答案解析(十五套436面).pdf
Docker构建tomcat镜像jdk1.8+tomcat9.zip
CNS2_CN_VW_P0095D_0332.7z
HTML5+CSS3中文参考手册(3手册)chm版中文参考手册打包
vue项目demo(asp.netmvc5+vue2.5)
高光谱和LiDAR多模态遥感图像分类数据集
新升级版TP5商城小程序源码+公众号版+h5一整套源码V3.zip
ABAQUS金属非稳态和稳态切削过程的模拟分析_张东进.pdf
R9390系列BIOS修改和风扇调速工具
ENVI去云补丁Haze_tool文件及其使用说明和安装方法
吉利新金刚2016款车机导航系统
几何画板课件350套.zip
KEPServerEXV6.7.zip
最新下载
极光推送报价表(峰值、频率).pdf
RBMCDAbox-MatlabToolboxofRao-Blackwellized(RB粒子滤波MATLAB工具箱)
gmc国际企业管理挑战赛模型
算法导论epub
LR1分析法C语言子集编译器
javaSwing界面购书商城利用抽象工厂
2014阿里巴巴校园招聘数据分析师职位笔试题目(回忆版).pdf
语义网基础教程(中文版)
STM32F103移植FreeModbus实现modbus主机.zip
Linux网络编程(完美高清文字版).pdf
Nand_Flash详述(绝对经典)
hadoop2.7.6-binaries.rar
大学生数据结构复习题十套卷(含答案).pdf
News_Feed_SPA:React单页应用程序-源码
32位绿色版jre7
其他资源
glibc2.17.tar.gz
BOM助手,原理图自动生成带公司料号的料单
CSS-master.zip
达梦数据库sql言语使用手册
C语言程序设计大赛题目和答案
教学质量评估系统教学质量评估系统
CryptoJSv3.1.2的JS加密算法和JAVA加解密AES.zip
QT帮助文档_中文版
剑桥修整模型在matlab中的实现.zip
二调土地利用与SWAT分类对照表
古代计算机视觉29讲PPT-王伟强
SwipeRefreshLayoutDemo实例源码
linux下python调用c或者c++编写的代码使用案例
SuiteSparse的vs2017库
工业区块链应用白皮书(征求意见稿)
上海各区县shp数据
OpenCV双目的定双目校对于
JDK1.8中文API文档
蓝壳-源码
KineticJS教程