-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
664 lines (365 loc) · 16.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta name="generator" content="Hugo 0.106.0">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:site_name" content="CWEIB Blog">
<meta property="og:type" content="article">
<meta property="og:image" content="https://cweib.github.io/https://cweib-blogimg.oss-cn-hangzhou.aliyuncs.com/home.jpg?x-oss-process=image/blur,r_2,s_1/bright,-10">
<meta property="twitter:image" content="https://cweib.github.io/https://cweib-blogimg.oss-cn-hangzhou.aliyuncs.com/home.jpg?x-oss-process=image/blur,r_2,s_1/bright,-10" />
<meta name="title" content="" />
<meta property="og:title" content="" />
<meta property="twitter:title" content="" />
<meta name="description" content="CWEIB,硬件工程师, 程序员, 开源爱好者, 天文爱好者, 生活探险家 | 这里是 CWEIB 的博客,与你一起发现更大的世界。">
<meta property="og:description" content="CWEIB,硬件工程师, 程序员, 开源爱好者, 天文爱好者, 生活探险家 | 这里是 CWEIB 的博客,与你一起发现更大的世界。" />
<meta property="twitter:description" content="CWEIB,硬件工程师, 程序员, 开源爱好者, 天文爱好者, 生活探险家 | 这里是 CWEIB 的博客,与你一起发现更大的世界。" />
<meta property="twitter:card" content="summary" />
<meta name="keyword" content="CWEIB, , CWEIB的博客, CWEIB Blog, 博客, 个人网站, 硬件, MicroBlocks">
<link rel="shortcut icon" href="/img/favicon.ico">
<title>CWEIB Blog | CWEIB 博客</title>
<link rel="canonical" href="/">
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/hugo-theme-cleanwhite.min.css">
<link rel="stylesheet" href="/css/zanshang.css">
<link href="https://cdn.jsdelivr.net/gh/FortAwesome/Font-Awesome@5.15.1/css/all.css" rel="stylesheet" type="text/css">
<script src="/js/jquery.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/hux-blog.min.js"></script>
<script src="/js/lazysizes.min.js"></script>
</head>
<nav class="navbar navbar-default navbar-custom navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">CWEIB Blog</a>
</div>
<div id="huxblog_navbar">
<div class="navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="/">Home</a>
</li>
<li><a href="/archive/">ARCHIVE</a></li>
<li><a href="/about/">ABOUT</a></li>
<li>
<a href="/search"><i class="fa fa-search"></i></a>
</li>
</ul>
</div>
</div>
</div>
</nav>
<script>
var $body = document.body;
var $toggle = document.querySelector('.navbar-toggle');
var $navbar = document.querySelector('#huxblog_navbar');
var $collapse = document.querySelector('.navbar-collapse');
$toggle.addEventListener('click', handleMagic)
function handleMagic(e){
if ($navbar.className.indexOf('in') > 0) {
$navbar.className = " ";
setTimeout(function(){
if($navbar.className.indexOf('in') < 0) {
$collapse.style.height = "0px"
}
},400)
}else{
$collapse.style.height = "auto"
$navbar.className += " in";
}
}
</script>
<header class="intro-header" style="background-image: url('https://cweib-blogimg.oss-cn-hangzhou.aliyuncs.com/home.jpg?x-oss-process=image/blur,r_2,s_1/bright,-10')">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1 ">
<div class="site-heading">
<h1>CWEIB Blog </h1>
<span class="subheading">路在脚下,心向远方</span>
</div>
</div>
</div>
</div>
</header>
<div data-pagefind-ignore="all" class="container">
<div class="row">
<div class="
col-lg-8 col-lg-offset-1
col-md-8 col-md-offset-1
col-sm-12
col-xs-12
post-container
">
<div data-pagefind-ignore="all">
<div class="post-preview">
<a href="https://cweib.github.io/post/2022.11.26-microblocks-ble%E5%9B%BA%E4%BB%B6%E7%BC%96%E8%AF%91%E4%B8%8E%E8%B0%83%E8%AF%95/">
<h2 class="post-title">
MicroBlocks-关于BLE固件编译与调试
</h2>
<h3 class="post-subtitle">
MicroBlocks-BLE固件
</h3>
<div class="post-content-preview">
MicroBlocks-关于BLE固件编译与调试 周六的时候,种瓜让我帮忙测试了MicroBlocks官方的VM中自带的ESP32-BLE的固
</div>
</a>
<p class="post-meta">
Posted by CWEIB on Saturday, November 26, 2022
</p>
</div>
<hr>
<div class="post-preview">
<a href="https://cweib.github.io/post/microblocks-%E5%9B%BA%E4%BB%B6%E5%9B%BA%E4%BB%B6%E7%83%A7%E5%BD%95%E7%9A%84%E4%B8%89%E7%A7%8D%E6%96%B9%E5%BC%8F/">
<h2 class="post-title">
MicroBlocks-固件烧录
</h2>
<h3 class="post-subtitle">
MicroBlocks-固件烧录的三种方式
</h3>
<div class="post-content-preview">
MicroBlocks-固件烧录的三种方式 适用各种ESP系列的烧录
</div>
</a>
<p class="post-meta">
Posted by CWEIB on Saturday, November 26, 2022
</p>
</div>
<hr>
<div class="post-preview">
<a href="https://cweib.github.io/post/microblocks-%E5%A4%9A%E4%B8%AAbin%E6%96%87%E4%BB%B6%E5%90%88%E5%B9%B6%E6%88%90%E4%B8%80%E4%B8%AAbin%E5%9B%BA%E4%BB%B6/">
<h2 class="post-title">
MicroBlocks-多个BIN文件合并成一个BIN固件
</h2>
<h3 class="post-subtitle">
MicroBlocks-固件合并
</h3>
<div class="post-content-preview">
MicroBlocks-将生成的多个BIN文件合并成一个BIN文件 适用各种ESP系列生成出来的BIN文件合并成一个BIN文件
</div>
</a>
<p class="post-meta">
Posted by CWEIB on Saturday, November 26, 2022
</p>
</div>
<hr>
<div class="post-preview">
<a href="https://cweib.github.io/post/simplefoc-%E4%BB%8E%E7%A1%AC%E4%BB%B6%E5%88%B0%E8%BD%AF%E4%BB%B6-%E8%B8%A9%E5%9D%91%E8%AE%B0/">
<h2 class="post-title">
SimpleFOC-从硬件到软件 踩坑记
</h2>
<h3 class="post-subtitle">
SimpleFOC 从硬件到软件
</h3>
<div class="post-content-preview">
SimpleFOC 从硬件到软件的踩坑记录
</div>
</a>
<p class="post-meta">
Posted by CWEIB on Saturday, November 26, 2022
</p>
</div>
<hr>
<div class="post-preview">
<a href="https://cweib.github.io/post/2022.11.26-ros%E5%B0%8F%E8%BD%A6%E8%AE%B0%E5%BD%95/">
<h2 class="post-title">
我与我的ROS小车-从硬件-建模-软件
</h2>
<h3 class="post-subtitle">
从零搭建ROS小车-Arduino
</h3>
<div class="post-content-preview">
ROS小车从硬件-建模-软件项目记录
</div>
</a>
<p class="post-meta">
Posted by CWEIB on Saturday, November 26, 2022
</p>
</div>
<hr>
<div class="post-preview">
<a href="https://cweib.github.io/post/2022.11.26-readme/">
<h2 class="post-title">
博客搭建记录
</h2>
<h3 class="post-subtitle">
Hugo+Themes+Github论坛部署过程
</h3>
<div class="post-content-preview">
博客搭建过程记录
</div>
</a>
<p class="post-meta">
Posted by CWEIB on Friday, November 25, 2022
</p>
</div>
<hr>
</div>
</div>
<div class="
col-lg-3 col-lg-offset-0
col-md-3 col-md-offset-0
col-sm-12
col-xs-12
sidebar-container
">
<section class="visible-md visible-lg">
<div class="short-about">
<a href="/about">
<img src="/img/cweib1.png" alt="avatar" style="cursor: pointer" />
</a>
<p>Research fields: Hardware, C++, Python, Linux, Astronomy</p>
<ul class="list-inline">
<li>
<a href="mailto:193662966@qq.com">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-envelope fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a target="_blank" href="https://github.com/cweib">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
</div>
</section>
<section>
<hr class="hidden-sm hidden-xs">
<h5>FEATURED TAGS</h5>
<div class="tags">
<a href="/tags/arduino" title="arduino">
arduino
</a>
<a href="/tags/esp32" title="esp32">
esp32
</a>
<a href="/tags/microblocks" title="microblocks">
microblocks
</a>
<a href="/tags/%E5%9B%BA%E4%BB%B6" title="固件">
固件
</a>
<a href="/tags/%E7%A1%AC%E4%BB%B6" title="硬件">
硬件
</a>
</div>
</section>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<ul class="list-inline text-center">
<li>
<a href="mailto:193662966@qq.com">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fas fa-envelope fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a target="_blank" href="https://github.com/cweib">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href='/index.xml' rel="alternate" type="application/rss+xml" title="CWEIB Blog" >
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fas fa-rss fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
<p class="copyright text-muted">
Copyright © CWEIB Blog 2022
<br>
Powered by <a href="https://gohugo.io/">Hugo</a> | Theme - <a href="https://themes.gohugo.io/hugo-theme-cleanwhite">CleanWhite</a>
</p>
</div>
</div>
</div>
</footer>
<script>
function loadAsync(u, c) {
var d = document, t = 'script',
o = d.createElement(t),
s = d.getElementsByTagName(t)[0];
o.src = u;
if (c) { o.addEventListener('load', function (e) { c(null, e); }, false); }
s.parentNode.insertBefore(o, s);
}
</script>
<script>
if($('#tag_cloud').length !== 0){
loadAsync("/js/jquery.tagcloud.js",function(){
$.fn.tagcloud.defaults = {
color: {start: '#bbbbee', end: '#0085a1'},
};
$('#tag_cloud a').tagcloud();
})
}
</script>
<script>
loadAsync("https://cdn.jsdelivr.net/npm/fastclick@1.0.6/lib/fastclick.min.js", function(){
var $nav = document.querySelector("nav");
if($nav) FastClick.attach($nav);
})
</script>
<script type="text/javascript">
function generateCatalog(selector) {
_containerSelector = 'div.post-container'
var P = $(_containerSelector), a, n, t, l, i, c;
a = P.find('h1,h2,h3,h4,h5,h6');
$(selector).html('')
a.each(function () {
n = $(this).prop('tagName').toLowerCase();
i = "#" + $(this).prop('id');
t = $(this).text();
c = $('<a href="' + i + '" rel="nofollow">' + t + '</a>');
l = $('<li class="' + n + '_nav"></li>').append(c);
$(selector).append(l);
});
return true;
}
generateCatalog(".catalog-body");
$(".catalog-toggle").click((function (e) {
e.preventDefault();
$('.side-catalog').toggleClass("fold")
}))
loadAsync("\/js\/jquery.nav.js", function () {
$('.catalog-body').onePageNav({
currentClass: "active",
changeHash: !1,
easing: "swing",
filter: "",
scrollSpeed: 700,
scrollOffset: 0,
scrollThreshold: .2,
begin: null,
end: null,
scrollChange: null,
padding: 80
});
});
</script>
</body>
</html>