-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
830 lines (694 loc) · 52.4 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
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
<!DOCTYPE html>
<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 8)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!--- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>ANAVI Technology - Certified Open Source Hardware IoT</title>
<meta name="description" content="Certified by OSHWA open source hardware IoT powered by free and open source software">
<meta name="keywords" content="ANAVI, Thermometer, Controller, Light, ANAVI Infrared pHAT, Raspberry Pi, HAT, IoT, open source, sensor, IR, Linux, ESP8266" />
<meta name="author" content="Leon Anavi">
<link rel="canonical" href="https://anavi.technology/" />
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/layout.css">
<link rel="stylesheet" href="css/media-queries.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Script
================================================== -->
<script src="js/modernizr.js"></script>
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="favicon.ico" >
<meta name="google-site-verification" content="HMvkQ8XuRWXPq01wPC0GciKahemhBQE10pN4OPBJITQ" />
</head>
<body>
<!-- Header
================================================== -->
<header id="home">
<nav id="nav-wrap">
<a class="mobile-btn" href="#nav-wrap" title="Show navigation">Show navigation</a>
<a class="mobile-btn" href="#" title="Hide navigation">Hide navigation</a>
<ul id="nav" class="nav">
<li class="current"><a class="smoothscroll" href="#home">Home</a></li>
<!--<li><a class="smoothscroll" href="#about">About</a></li>-->
<li><a class="smoothscroll" href="#products">Products</a></li>
<li><a class="smoothscroll" href="#story">Story</a></li>
<li><a href="http://blog.anavi.technology/">Blog</a></li>
</ul> <!-- end #nav -->
</nav> <!-- end #nav-wrap -->
<div class="row banner">
<div class="banner-text">
<h1 class="responsive-headline">ANAVI Technology</h1>
<h3>Certified open source hardware Internet of Things and Raspberry Pi add-on boards. Explore our products and fork the source code in <a href="https://github.com/AnaviTechnology" target="_blank">GitHub</a>. Our products are available at:</h3>
<ul class="social">
<li><a href="https://www.crowdsupply.com/anavi-technology/" target="_blank"><img src="images/crowd-supply.png" alt="Crowd Supply"></a></li>
<li><a href="https://www.mouser.com/manufacturer/anavi-technology/" target="_blank"><img src="images/mouser.png" alt="Mouser"></a></li>
<li><a href="https://www.tindie.com/stores/anavi/?ref=offsite_badges&utm_source=sellers_anavi&utm_medium=badges&utm_campaign=badge_medium"><img src="https://d2ss6ovg47m0r5.cloudfront.net/badges/tindie-mediums.png" alt="I sell on Tindie" width="150" height="78"></a></a></li>
<li><a href="https://thepihut.com/collections/anavi-technology"><img src="images/the-pi-hut-logo.jpg" alt="The Pi Hut"></a></li>
<li><a href="http://www.neven.cz/vyhledavani/?search=ANAVI" target="_blank"><img src="images/neven.png" alt="Neven 7"></a></li>
<li><a href="https://uk.pi-supply.com/search?type=product&q=anavi" target="_blank"><img src="images/pisupply.png" alt="Pi Supply"></a></li>
<li><a href="https://www.amazon.com/s?i=merchant-items&me=A2V4DOMZNGA67Y&rh=p_4%3AANAVI&dc&marketplaceID=ATVPDKIKX0DER&qid=1599400359&ref=sr_nr_p_4_6" target="_blank"><img src="images/sports-internet-solutions.png" alt="Sports Internet Solutions"></a></li>
<li><a href="https://lectronz.com/stores/anavi" target="_blank"><img src="images/lectronz.png" alt="Lectronz"></a></li>
</ul>
<hr />
<ul class="social">
<li><a href="https://github.com/AnaviTechnology" target="_blank"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.facebook.com/AnaviTechnology/" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/AnaviTechnology" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.youtube.com/user/leonanavi" target="_blank"><i class="fa fa-youtube"></i></a></li>
</ul>
</div>
</div>
<p class="scrolldown">
<a class="smoothscroll" href="#blog"><i class="icon-down-circle"></i></a>
</p>
</header> <!-- Header End -->
<section id="blog">
<div class="row">
<div class="">
<h2><span>Recent Blog Posts</span></h2>
</div>
<div id="blog-posts"></div>
</div>
</sector>
<!-- Products Section
================================================== -->
<section id="products">
<div class="row education">
<div class="three columns header-col">
<h1><span>Keyboards</span></h1>
</div>
<div class="nine columns main-col">
<div class="row item">
<div class="twelve columns">
<h3>ANAVI Macro Pad 12</h3>
<img src="images/anavi-macro-pad-12.jpg" alt="ANAVI Macro Pad 12" />
<p>ANAVI Macro Pad 10 is an open source hardware mini mechanical keypad with Seeed XIAO RP2040. It offers twelve hot-swappable Gateron red mechanical switches with translucent keycaps, mini yellow-blue OLED display, yellow backlighting under each key, RGB LED on the front and six WS2812B LEDs for under-lighting. The hot-swappable sockets allow you to change the mechanical switches easily, with no soldering required. It features:</p>
<p>
<ul style="list-style-type: circle; padding: 0px 0px 0px 20px;">
<li><strong>Keys:</strong> Twelve Gateron red, linear, non-clicky hot-swap mechanical switches and transparent keycaps with yellow LED backlighting</li>
<li><strong>Peripherals:</strong> RGB LED on top, six WS2812B addressable LED strip for bottom-lighting, I²C slot for mini OLED display or other peripherals</li>
<li><strong>MCU:</strong> Raspberry Pi RP2040</li>
<li><strong>Connectivity:</strong> USB-C</li>
<li><strong>Firmware:</strong> KMK firmware</li>
<li><strong>Compatibility:</strong> Windows, macOS, and Linux support</li>
<li><strong>Dimensions:</strong> 73.0 x 116.7 mm (2.87 x 4.60 inches)</li>
</ul>
</p>
<p>
<a href="https://github.com/AnaviTechnology/anavi-docs/blob/main/anavi-macro-pad-12-arrows/anavi-macro-12-arrows.md" target="_blank"><i class="fa fa-book"></i> User 's Manual</a><br />
<a href="https://github.com/KMKfw/kmk_firmware/tree/master/boards/anavi/macro-pad-12" target="_blank"><i class="fa fa-keyboard-o"></i> Open Source KMK Firmware</a><br />
<a href="https://github.com/qmk/qmk_firmware/tree/master/keyboards/anavi/macropad12" target="_blank"><i class="fa fa-keyboard-o"></i> Open Source QMK Firmware</a><br />
</p>
</div>
</div>
<div class="row item">
<div class="twelve columns">
<h3>ANAVI Macro Pad 10</h3>
<img src="images/anavi-macro-pad-10.jpg" alt="ANAVI Macro Pad 10" />
<p>ANAVI Macro Pad 10 is an open source hardware mini mechanical keypad with Seeed XIAO RP2040. It offers a rotary encoder with clickable switch, yellow backlighting under each key, RGB LED on the front and four WS2812B LEDs for under-lighting and nine hot-swappable Gateron red mechanical switches with translucent keycaps. The hot-swappable sockets allow you to change the mechanical switches easily, with no soldering required. It features:</p>
<p>
<ul style="list-style-type: circle; padding: 0px 0px 0px 20px;">
<li><strong>Inputs:</strong> Rotary encoder with clickable switch and nine hot-swappable Cherry MX-style switches</li>
<li><strong>Keys:</strong> Nine Gateron red, linear, non-clicky mechanical switches and transparent keycaps with yellow LED backlighting</li>
<li><strong>Peripherals:</strong> RGB LED on top, WS2812B addressable LED strip for bottom-lighting</li>
<li><strong>MCU:</strong> Raspberry Pi RP2040</li>
<li><strong>Connectivity:</strong> USB-C</li>
<li><strong>Firmware:</strong> KMK or Quantum Mechanical Keyboard (QMK) open source firmware</li>
<li><strong>Compatibility:</strong> Windows, macOS, and Linux support</li>
<li><strong>Dimensions:</strong> 73.0 x 91.0 mm (2.87 x 3.58 inches)</li>
</ul>
</p>
<p>
<a href="https://github.com/AnaviTechnology/anavi-docs/blob/main/anavi-macro-pad-10-knobs-3-knob-1/anavi-macro-pad-10-knobs-3-knob-1.md" target="_blank"><i class="fa fa-book"></i> User 's Manual</a><br />
<a href="https://github.com/KMKfw/kmk_firmware/tree/master/boards/anavi/macro-pad-10" target="_blank"><i class="fa fa-keyboard-o"></i> Open Source KMK Firmware</a><br />
<a href="https://github.com/qmk/qmk_firmware/tree/master/keyboards/anavi/macropad10" target="_blank"><i class="fa fa-keyboard-o"></i> Open Source QMK Firmware</a><br />
</p>
</div>
</div>
<div class="row item">
<div class="twelve columns">
<h3>ANAVI Macro Pad 8</h3>
<img src="images/anavi-macro-pad-8.jpg" alt="ANAVI Macro Pad 8" />
<p>ANAVI Macro Pad 8 is an open source, custom programmable, mini 8-key mechanical keyboard/keypad. Each key allows you to reprogram and use it as macro keypad or even dedicated shortcut keys without any coding experience! Powered by the advanced and yet easy-to-use Quantum Mechanical Keyboard (QMK) open source firmware. It features:</p>
<p>
<ul style="list-style-type: circle; padding: 0px 0px 0px 20px;">
<li><strong>Keys:</strong> 8 Gateron red mechanical switches with transparent keycaps</li>
<li><strong>Peripherals:</strong> Mini OLED display, backlit and WS2812B addressable LED strip</li>
<li><strong>MCU:</strong> Microchip ATmega32U4</li>
<li><strong>Connectivity:</strong> microUSB</li>
<li><strong>Firmware:</strong> Quantum Mechanical Keyboard (QMK) open source firmware or Arduino sketches</li>
<li><strong>Compatibility:</strong> Windows, MacOS and Linux support</li>
<li><strong>Dimensions:</strong> 135x47mm (5.32 x 1.86 inches)</li>
</ul>
</p>
<p>
<a href="https://github.com/AnaviTechnology/anavi-docs/blob/main/anavi-macro-pad-8/anavi-macro-pad-8.md" target="_blank"><i class="fa fa-book"></i> User 's Manual</a><br />
<a href="https://github.com/qmk/qmk_firmware/tree/master/keyboards/anavi/macropad8" target="_blank"><i class="fa fa-keyboard-o"></i> Open Source QMK Firmware</a><br />
<a href="https://github.com/AnaviTechnology/anavi-examples" target="_blank"><i class="fa fa-pencil"></i> Examples</a><br />
</p>
</div>
</div>
<div class="row item">
<div class="twelve columns">
<h3>ANAVI Arrows</h3>
<img src="images/anavi-arrows.jpg" alt="ANAVI Arrows" />
<p>ANAVI Arrows is a small, fully programmable, mechanical keyboard. The device offers a single rotary encoder with a clickable switch, a RGB LED, and four Gateron red, linear, non-clicky mechanical switches with transparent keycaps and yellow LED back-lighting. An I²C slot allows adding peripherals, such as our included mini OLED display.</p>
<p>
<ul style="list-style-type: circle; padding: 0px 0px 0px 20px;">
<li><strong>Keys:</strong> Four Gateron red, linear, non-clicky hot-swap mechanical switches and transparent keycaps with yellow LED back-lighting</li>
<li><strong>Inputs:</strong> One rotary encoder with clickable switch</li>
<li><strong>Peripherals:</strong> RGB LED on front and four addressable WS2812B LED strip for bottom-lighting, I²C slot for mini OLED display or other peripherals</li>
<li><strong>MCU:</strong> Raspberry Pi RP2040</li>
<li><strong>Connectivity:</strong> USB-C</li>
<li><strong>Firmware:</strong> KMK firmware</li>
<li><strong>Compatibility:</strong> Windows, macOS, and Linux support</li>
<li><strong>Dimensions:</strong> 80.0 x 63.2 mm (3.15 x 2.49 inches)</li>
</ul>
</p>
<p>
<a href="https://github.com/AnaviTechnology/anavi-docs/blob/main/anavi-macro-pad-12-arrows/anavi-macro-12-arrows.md" target="_blank"><i class="fa fa-book"></i> User 's Manual</a><br />
<a href="https://github.com/KMKfw/kmk_firmware/tree/master/boards/anavi/anavi-arrows" target="_blank"><i class="fa fa-keyboard-o"></i> Open Source KMK Firmware</a><br />
<a href="https://github.com/qmk/qmk_firmware/tree/master/keyboards/anavi/arrows" target="_blank"><i class="fa fa-keyboard-o"></i> Open Source QMK Firmware</a><br />
</p>
</div>
</div>
<div class="row item">
<div class="twelve columns">
<h3>ANAVI Knobs 3</h3>
<img src="images/anavi-knobs-3.jpg" alt="ANAVI Knobs 3" />
<p>ANAVI Knobs 3 offers three rotary encoders with clickable switches and a RGB LED. The black, gold-plated PCB also features an I²C slot for adding peripherals such as a mini OLED display. It features:</p>
<p>
<ul style="list-style-type: circle; padding: 0px 0px 0px 20px;">
<li><strong>Inputs:</strong> Three rotary encoders with clickable switches</li>
<li><strong>Peripherals:</strong> RGB LED, I²C slot</li>
<li><strong>MCU:</strong> Raspberry Pi RP2040</li>
<li><strong>Connectivity:</strong> USB-C</li>
<li><strong>Firmware:</strong> KMK or Quantum Mechanical Keyboard (QMK) open source firmware</li>
<li><strong>Compatibility:</strong> Windows, macOS, and Linux support</li>
<li><strong>Dimensions:</strong> 35.0 x 90.0 mm (1.38 x 3.54 inches)</li>
</ul>
</p>
<p>
<a href="https://github.com/AnaviTechnology/anavi-docs/blob/main/anavi-macro-pad-10-knobs-3-knob-1/anavi-macro-pad-10-knobs-3-knob-1.md" target="_blank"><i class="fa fa-book"></i> User 's Manual</a><br />
<a href="https://github.com/KMKfw/kmk_firmware/tree/master/boards/anavi/knobs3" target="_blank"><i class="fa fa-keyboard-o"></i> Open Source KMK Firmware</a><br />
<a href="https://github.com/qmk/qmk_firmware/pull/18624" target="_blank"><i class="fa fa-keyboard-o"></i> Open Source QMK Firmware</a><br />
</p>
</div>
</div>
<div class="row item">
<div class="twelve columns">
<h3>ANAVI Macro Pad 2</h3>
<img src="images/anavi-macro-pad-2.jpg" alt="ANAVI Macro Pad 2" />
<p>Open source, programmable two-key mechanical keyboard/keypad with backlighting. Each of the keys on ANAVI Macro Pad 2 can be reprogrammed for use as a macro or even as a dedicated shortcut key, making it perfect for a number of applications across various industries. It features:</p>
<p>
<ul style="list-style-type: circle; padding: 0px 0px 0px 20px;">
<li><strong>Keys:</strong> 2 Gateron red mechanical switches with transparent keycaps</li>
<li><strong>MCU:</strong> Microchip ATtiny85</li>
<li><strong>Connectivity:</strong> microUSB</li>
<li><strong>Firmware:</strong> Quantum Mechanical Keyboard (QMK) 0.13.19 open source firmware</li>
<li><strong>Compatibility:</strong> Windows, MacOS and Linux support</li>
<li><strong>Dimensions:</strong> 40x38 mm (1.60 x 1.50 inches)</li>
</ul>
</p>
<p>
<a href="https://github.com/AnaviTechnology/anavi-docs/blob/main/anavi-macro-pad-2/anavi-macro-pad-2.md" target="_blank"><i class="fa fa-book"></i> User 's Manual</a><br />
<a href="https://github.com/qmk/qmk_firmware/tree/0.13.19/keyboards/anavi/macropad2" target="_blank"><i class="fa fa-keyboard-o"></i> Open Source QMK Firmware</a><br />
<a href="https://github.com/AnaviTechnology/anavi-examples" target="_blank"><i class="fa fa-pencil"></i> Examples</a><br />
</p>
</div>
</div>
<div class="row item">
<div class="twelve columns">
<h3>ANAVI Knob 1</h3>
<img src="images/anavi-knob-1.jpg" alt="ANAVI Knob 1" />
<p>ANAVI Knob 1 offers a rotary encoder with clickable switch. The black, gold-plated PCB also features an I²C slot for adding peripherals such as a mini OLED display. It features:</p>
<p>
<ul style="list-style-type: circle; padding: 0px 0px 0px 20px;">
<li><strong>Inputs:</strong> Rotary encoders with a clickable switch</li>
<li><strong>Peripherals:</strong> RGB LED, I²C slot</li>
<li><strong>MCU:</strong> Raspberry Pi RP2040</li>
<li><strong>Connectivity:</strong> USB-C</li>
<li><strong>Firmware:</strong> KMK or Quantum Mechanical Keyboard (QMK) open source firmware</li>
<li><strong>Compatibility:</strong> Windows, macOS, and Linux support</li>
<li><strong>Dimensions:</strong> 35.0 x 49.0 mm (1.38 x 1.93 inches)</li>
</ul>
</p>
<p>
<a href="https://github.com/AnaviTechnology/anavi-docs/blob/main/anavi-macro-pad-10-knobs-3-knob-1/anavi-macro-pad-10-knobs-3-knob-1.md" target="_blank"><i class="fa fa-book"></i> User 's Manual</a><br />
<a href="https://github.com/KMKfw/kmk_firmware/tree/master/boards/anavi/knob1" target="_blank"><i class="fa fa-keyboard-o"></i> Open Source KMK Firmware</a><br />
<a href="https://github.com/qmk/qmk_firmware/tree/master/keyboards/anavi/knob1" target="_blank"><i class="fa fa-keyboard-o"></i> Open Source QMK Firmware</a><br />
</p>
</div>
</div>
<div class="row item">
<div class="twelve columns">
<h3>ANAVI Handle</h3>
<img src="images/anavi-handle-nunchuck-controller.jpg" alt="ANAVI Handle with Nunchuk controller" />
<p>An open-source USB-C adapter that allows you to connect a Nunchuck controller or other Wiimote attachments to a PC as a keyboard, a mouse or a joystick. It features:</p>
<p>
<ul style="list-style-type: circle; padding: 0px 0px 0px 20px;">
<li><strong>MCU:</strong> Raspberry Pi RP2040</li>
<li><strong>Connectivity:</strong> USB-C</li>
<li><strong>Firmware:</strong> <a href="https://github.com/AnaviTechnology/anavi-handle-sw" target="_blank">open-source based on CircuitPython</a></li>
<li><strong>Compatibility:</strong> Windows, macOS, and Linux support</li>
<li><strong>Dimensions:</strong> 35.0 mm x 33.3 mm (1.38 x 1.31 inches)</li>
</ul>
</p>
<p>
<a href="https://github.com/AnaviTechnology/anavi-docs/blob/main/anavi-handle/anavi-handle.md" target="_blank"><i class="fa fa-book"></i> User 's Manual</a><br />
<a href="https://github.com/AnaviTechnology/anavi-handle-sw" target="_blank"><i class="fa fa-keyboard-o"></i> Open Source Firmware</a><br />
</p>
</div>
</div>
</div>
</div>
</div>
<div class="row iot">
<div class="three columns header-col">
<h1><span>Internet of Things</span></h1>
</div>
<div class="nine columns main-col">
<div class="row item">
<div class="twelve columns">
<h3>ANAVI Thermometer</h3>
<img src="images/anavi-thermometer.jpg" alt="ANAVI Thermometer" />
<p>ANAVI Thermometer is an open source hardware, Wi-Fi development board for measuring temperature that’s powered by an ESP8266 processor. It comes with a built-in DHT22/AM2302 temperature and humidity sensor and has slots for a mini OLED display, waterproof DS18B20 temperature sensor, and empty slots for up to three additional I2C sensor modules. All these features make ANAVI Thermometer appropriate for developers, makers, students and open source enthusiasts interested in home automation. The board features:</p>
<p>
<ul style="list-style-type: circle; padding: 0px 0px 0px 20px;">
<li>CPU: Tensilica L106 32-bit processor (ESP8266)</li>
<li>Connectivity: WiFi 802.11 b/g/n</li>
<li>Build-in sensor: temperature and humidity (AM2302/DHT22)</li>
<li>Input voltage: 5 V (microUSB)</li>
<li>Peripherals: Mini OLED display, terminal block DS18B20 waterproof temperature sensor, UART pins, button, three slots for I2C sensors</li>
<li>Compatibility: Arduino IDE, Home Assistant, MQTT, and any modern web browser</li>
<li>Certification: Open Source Hardware Association (OSHWA) BG000017</li>
<li>Dimensions: 75 mm x 40 mm</li>
</ul>
</p>
<p>
<a href="https://github.com/AnaviTechnology/anavi-docs/blob/main/anavi-thermometer/anavi-thermometer.md" target="_blank"><i class="fa fa-book"></i> User 's Manual</a><br />
<a href="https://github.com/AnaviTechnology/anavi-docs/blob/main/anavi-thermometer/anavi-thermometer-de.md" target="_blank"><i class="fa fa-book"></i> User 's Manual in German</a><br />
<a href="https://github.com/AnaviTechnology/anavi-thermometer-sw" target="_blank"><i class="fa fa-keyboard-o"></i> Open Source Arduino Sketch for ANAVI Thermometer</a><br />
<a href="https://github.com/AnaviTechnology/anavi-examples" target="_blank"><i class="fa fa-pencil"></i> Examples</a><br />
</p>
</div>
</div>
<div class="row item">
<div class="twelve columns">
<h3>ANAVI Fume Extractor</h3>
<img src="images/anavi-fume-extractor.jpg" alt="ANAVI Fume Extractor" />
<p>ANAVI Fume Extractor is a smart, open source, solder smoke absorber. It is powered by a Wi-Fi development board with an ESP8266, an 80 mm fan, and a replaceable filter. ANAVI Fume Extractor has dedicated slots for a mini OLED I²C display and a MQ-135 gas sensor module, as well as slots for up to three additional I²C sensor modules for measuring temperature, humidity, light, and barometric pressure.</p>
<p>
<ul style="list-style-type: circle; padding: 0px 0px 0px 20px;">
<li>Fan: 80 mm, 5 V DC, 0.25 A with replaceable filter</li>
<li>CPU: Tensilica L106 32-bit processor (ESP8266)</li>
<li>Connectivity: Wi-Fi 802.11 b/g/n</li>
<li>Gas sensor support: MQ-135 for air quality or any other 5 V MQ analog gas sensor</li>
<li>Peripherals: Mini OLED display, UART pins for flashing custom firmware, button, three slots for I²C sensors</li>
<li>Compatibility: Arduino IDE, PlatformIO, Home Assistant, OpenHAB, ThingSpeak, MQTT, and any modern web browser</li>
<li>Certification: Open Source Hardware Association (OSHWA) BG000060</li>
<li>Dimensions: 80x129x54 mm</li>
</ul>
</p>
<p>
<a href="https://github.com/AnaviTechnology/anavi-docs/blob/main/anavi-fume-extractor/anavi-fume-extractor.md" target="_blank"><i class="fa fa-book"></i> User 's Manual</a><br />
<a href="https://github.com/AnaviTechnology/anavi-fume-extractor-sw" target="_blank"><i class="fa fa-keyboard-o"></i> Open Source Arduino Sketch for ANAVI Fume Extractor</a><br />
<a href="https://github.com/AnaviTechnology/anavi-examples" target="_blank"><i class="fa fa-pencil"></i> Examples</a><br />
</p>
</div>
</div>
<div class="row item">
<div class="twelve columns">
<h3>ANAVI Gas Detector</h3>
<img src="images/anavi-gas-detector.jpg" alt="ANAVI Gas Detector" />
<p>ANAVI Gas Detector is an open source, easy-to-use, Wi-Fi compatible development board for monitoring air quality and detecting dangerous gases. It supports popular analog MQ gas sensor modules such as MQ-135, MQ-2, MQ-3, etc. Furthermore, it comes with slots for mini OLED display and up to three additional I²C sensor modules, including the precise digital sensor HTU21D for measuring temperature and humidity. The board features:</p>
<p>
<ul style="list-style-type: circle; padding: 0px 0px 0px 20px;">
<li>CPU: Tensilica L106 32-bit processor (ESP8266)</li>
<li>Connectivity: WiFi 802.11 b/g/n</li>
<li>Build-in indication LEDs</li>
<li>Input voltage: 5 V (microUSB)</li>
<li>Peripherals: slot for 5 V analog gas sensor (MQ-135), slot for mini OLED display, UART pins, button, three slots for I2C sensors</li>
<li>Compatibility: Arduino IDE, Home Assistant, OpenHAB2, ThinkSpeak, MQTT, and any modern web browser</li>
<li>Certification: Open Source Hardware Association (OSHWA) BG000018</li>
<li>Dimensions: 75 mm x 40 mm</li>
</ul>
</p>
<p>
<a href="https://github.com/AnaviTechnology/anavi-docs/blob/main/anavi-gas-detector/anavi-gas-detector.md" target="_blank"><i class="fa fa-book"></i> User 's Manual</a><br />
<a href="https://github.com/AnaviTechnology/anavi-gas-detector-sw" target="_blank"><i class="fa fa-keyboard-o"></i> Open Source Arduino Sketch for ANAVI Gas Detector</a><br />
<a href="https://github.com/AnaviTechnology/anavi-examples" target="_blank"><i class="fa fa-pencil"></i> Examples</a><br />
</p>
</div>
</div>
<div class="row item">
<div class="twelve columns">
<h3>ANAVI Light Controller</h3>
<img src="images/anavi-light-controller.jpg" alt="ANAVI Light Controller" />
<p>ANAVI Light Controller is a certified open source hardware WiFi device for controlling a low-cost 12 V RGB (non-addressable) LED strip. It also supports sensors for light, temperature, humidity, and gesture recognition. ANAVI Light Controller is fully compliant with the popular open source platform, Home Assistant. That means that when paired with Amazon Alexa, the device can be turned on and off with voice commands. The board features:</p>
<p>
<ul style="list-style-type: circle; padding: 0px 0px 0px 20px;">
<li>CPU: Tensilica L106 32-bit processor (ESP8266)</li>
<li>Connectivity: WiFi 802.11 b/g/n</li>
<li>Input voltage: 12 V</li>
<li>Peripherals: Terminal block for 12 V RGB LED strip, UART pins, button, three slots for sensors</li>
<li>Compatibility: Arduino IDE, Home Assistant, MQTT, and any modern web browser</li>
<li>Certification: Open Source Hardware Association (OSHWA) BG000005</li>
<li>Dimensions: 75 mm x 40 mm</li>
</ul>
</p>
<p>
<a href="https://github.com/AnaviTechnology/anavi-docs/blob/main/anavi-light-controller/anavi-light-controller.md" target="_blank"><i class="fa fa-book"></i> User 's Manual</a><br />
<a href="https://github.com/AnaviTechnology/anavi-light-controller-sw" target="_blank"><i class="fa fa-keyboard-o"></i> Open Source Arduino Sketch for ANAVI Light Controller</a><br />
<a href="https://www.anavi.org/article/219/" target="_blank"><i class="fa fa-book"></i> Getting Started with ANAVI Light Controller</a><br />
<a href="https://www.anavi.org/article/220/" target="_blank"><i class="fa fa-book"></i> Flashing Custom Firmware on ANAVI Light Controller</a><br />
<a href="https://www.cnx-software.com/2018/06/17/esp8266-rgb-led-strip-arduino-mqtt-html5/" target="_blank"><i class="fa fa-book"></i> ESP8266 RGB LED Strip Control with ANAVI Light Controller, Arduino, MQTT, and HTML5</a><br />
<a href="https://github.com/AnaviTechnology/anavi-examples" target="_blank"><i class="fa fa-pencil"></i> Examples</a><br />
</p>
</div>
</div>
<div class="row item">
<div class="twelve columns">
<h3>ANAVI Miracle Controller</h3>
<img src="images/anavi-miracle-controller.jpg" alt="ANAVI Miracle Controller" />
<p>ANAVI Miracle Controller is an open source hardware Wi-Fi development board powered by the ESP8266 and designed to control two 5 V or 12 V addressable LED strips simultaneously. It supports popular LEDs including Neopixel, WS2811, WS2812B, TM1809, etc. It also has a dedicated slot for a mini OLED I²C display and slots for up to three additional I²C sensor modules. Furthermore, there are UART pins for easy flashing of custom software and an extra GPIO for connecting external peripherals. The board features:</p>
<p>
<ul style="list-style-type: circle; padding: 0px 0px 0px 20px;">
<li>CPU: Tensilica L106 32-bit processor (ESP8266)</li>
<li>Connectivity: WiFi 802.11 b/g/n</li>
<li>Input voltage: 5 V or 12 V (manually set with a jumper)</li>
<li>Peripherals: Terminal blocks for 2 addressable RGB LED strips, UART pins, button, slot for mini OLED display, three slots for sensors</li>
<li>Compatibility: Arduino IDE, Home Assistant, MQTT, and any modern web browser</li>
<li>Certification: Open Source Hardware Association (OSHWA) BG000050</li>
<li>Dimensions: 75 mm x 40 mm</li>
</ul>
</p>
<p>
<a href="https://github.com/AnaviTechnology/anavi-docs/blob/main/anavi-miracle-controller/anavi-miracle-controller.md" target="_blank"><i class="fa fa-book"></i> User 's Manual</a><br />
<a href="https://github.com/AnaviTechnology/anavi-miracle-controller-sw" target="_blank"><i class="fa fa-keyboard-o"></i> Open Source Arduino Sketch for ANAVI Miracle Controller</a><br />
<a href="https://blog.anavi.technology/?p=128" target="_blank"><i class="fa fa-book"></i> Flashing Custom Firmware on ANAVI Miracle Controller</a><br />
<a href="https://github.com/AnaviTechnology/anavi-examples" target="_blank"><i class="fa fa-pencil"></i> Examples</a><br />
</p>
</div>
</div>
</div>
</div>
<div class="row education">
<div class="three columns header-col">
<h1><span>Raspberry Pi HATs</span></h1>
</div>
<div class="nine columns main-col">
<div class="row item">
<div class="twelve columns">
<h3>ANAVI Gardening uHAT</h3>
<img src="images/anavi-gardening-uhat.jpg" alt="ANAVI Gardening uHAT" />
<p>ANAVI Gardening uHAT is a low-cost, open source Raspberry Pi add-on board that helps you develop smart solutions for monitoring and growing plants. ANAVI Gardening uHAT supports multiple sensors for soil moisture, temperature, humidity, barometric pressure, and light. The board features:</p>
<p>
<ul style="list-style-type: circle; padding: 0px 0px 0px 20px;">
<li>Slots for up to two capacitive soil moisture sensors</li>
<li>Slot for a waterproof temperature sensor</li>
<li>Slots for up to two plug-and-play I2C sensors</li>
<li>UART pins for serial communication</li>
<li>GPIO pins for controlling irrigation systems and peripherals</li>
<li>Green and red indication LEDs</li>
<li>Microchip MCP3002 analog-to-digital converter (ADC)</li>
<li>Follows uHAT mechanical specification with a valid ID EEPROM</li>
<li>Excellent software support, documentation, and open source examples</li>
</ul>
</p>
<p><strong>Note:</strong> ANAVI Gardening uHAT is compatible with any model and version of Raspberry Pi with 40 pin header.</p>
<p>
<a href="https://github.com/AnaviTechnology/anavi-docs/blob/main/anavi-gardening-uhat/anavi-gardening-uhat-datasheet.pdf" target="_blank"><i class="fa fa-book"></i> Datasheet</a><br />
<a href="https://github.com/AnaviTechnology/anavi-docs/blob/main/anavi-gardening-uhat/anavi-gardening-uhat.md" target="_blank"><i class="fa fa-book"></i> User 's Manual</a><br />
<a href="https://github.com/AnaviTechnology/anavi-examples" target="_blank"><i class="fa fa-pencil"></i> Examples</a><br />
</p>
</div>
<div class="twelve columns">
<h3>ANAVI Info uHAT</h3>
<img src="images/anavi-info-uhat.jpg" alt="ANAVI Info uHAT" />
<p>ANAVI Info uHAT is a low-cost, open source Raspberry Pi add-on board with mini OLED display, 3 buttons, red and green indication LEDs as well as slots for various sensors. Each kit includes 0.96" yellow-blue I²C OLED display with resolution of 128x64 individual white OLED pixels. ANAVI Info uHAT is a perfect open source solution for headless Raspberry Pi applications for use cases such as weather station or showing system information and status on setup with Pi-hole, OctoPrint, Kodi, Homebridge, openHAB, etc. The board features:</p>
<p>
<ul style="list-style-type: circle; padding: 0px 0px 0px 20px;">
<li>Slots for up to two capacitive soil moisture sensors</li>
<li>Replaceable 0.96" yellow-blue I²C OLED display</li>
<li>Slots for up to 3 plug-and-play I²C sensors</li>
<li>UART pins for serial communication</li>
<li>Green and red indication LEDs</li>
<li>3 buttons</li>
<li>Follows uHAT mechanical specification with a valid ID EEPROM</li>
</ul>
</p>
<p><strong>Note:</strong> ANAVI Info uHAT is compatible with any model and version of Raspberry Pi with 40 pin header.</p>
<p>
<a href="https://github.com/AnaviTechnology/anavi-docs/raw/main/anavi-info-uhat/anavi-info-uhat-datasheet.pdf" target="_blank"><i class="fa fa-book"></i> Datasheet</a><br />
<a href="https://github.com/AnaviTechnology/anavi-docs/blob/main/anavi-info-uhat/anavi-info-uhat.md" target="_blank"><i class="fa fa-book"></i> User 's Manual</a><br />
<a href="https://github.com/AnaviTechnology/anavi-examples" target="_blank"><i class="fa fa-pencil"></i> Examples</a><br />
</p>
</div>
<div class="twelve columns">
<h3>ANAVI Infrared pHAT</h3>
<img src="images/anavi-infrared-phat.jpg" alt="ANAVI Infrared pHAT" />
<p>ANAVI Infrared pHAT is an add-on that converts your Raspberry Pi to a powerful remote control and brings your old TV, HiFi or air conditioning to the era of Internet of Things (IoT). The board features:</p>
<p>
<ul style="list-style-type: circle; padding: 0px 0px 0px 20px;">
<li>2x 5mm IR transmitters (IR LEDs)</li>
<li>IR receiver (IR photo sensor)</li>
<li>Slots for up to 3 plug and play sensors</li>
<li>UART pins for debugging</li>
</ul>
</p>
<p><strong>Note:</strong> ANAVI Infrared pHAT is compatible with any model and version of Raspberry Pi with 40 pin header.</p>
<p>
<a href="http://anavi.technology/files/anavi-infrared-phat.pdf" target="_blank"><i class="fa fa-book"></i> User 's Manual</a><br />
<a href="http://www.instructables.com/id/Transforming-Raspberry-Pi-Into-a-Remote-Control/" target="_blank"><i class="fa fa-book"></i>Transforming Raspberry Pi Into a Remote Control</a><br />
<a href="http://www.cnx-software.com/2017/03/12/how-to-control-your-air-conditioner-with-raspberry-pi-board-and-anavi-infrared-phat/" target="_blank"><i class="fa fa-book"></i>Instructions for controlling an air conditioner with ANAVI Infrared pHAT and Raspberry Pi</a><br />
<a href="https://github.com/AnaviTechnology/anavi-examples" target="_blank"><i class="fa fa-pencil"></i> Examples</a><br />
</p>
</div>
<div class="twelve columns">
<h3>ANAVI Light pHAT</h3>
<img src="images/anavi-light-phat.jpg" alt="ANAVI Light pHAT" />
<p>ANAVI Light pHAT is an open source hardware, Raspberry Pi add-on board for controlling a 12 V RGB LED strip. Furthermore, the board supports sensors for light, temperature, humidity, gesture recognition, and motion detection. ANAVI Light pHAT was designed using the free and open source application, KiCAD. It is fully compliant with the popular open source home automation platform, Home Assistant. The board features:</p>
<p>
<ul style="list-style-type: circle; padding: 0px 0px 0px 20px;">
<li>Terminal block for attaching 12 V RGB LED strip</li>
<li>Slots for up to three plug and play I2C sensor modules</li>
<li>Slot for PIR motion sensor</li>
<li>UART pins for debugging</li>
<li>EEPROM with board manufacturer information and a device tree fragment</li>
</ul>
</p>
<p><strong>Note:</strong> ANAVI Light pHAT is compatible with any model and version of Raspberry Pi with 40 pin header.</p>
<p>
<a href="https://github.com/AnaviTechnology/anavi-docs/blob/main/anavi-light-phat/anavi-light-phat.md" target="_blank"><i class="fa fa-book"></i> User 's Manual</a><br />
<a href="https://github.com/AnaviTechnology/anavi-examples" target="_blank"><i class="fa fa-pencil"></i> Examples</a><br />
</p>
</div>
<div class="twelve columns">
<h3>ANAVI Play pHAT</h3>
<img src="images/anavi-play-phat.jpg" alt="ANAVI Play pHAT" />
<p>ANAVI Play pHAT is a super simple, low cost open source hardware add-on board for Raspberry Pi with buttons for retro gaming and slots for up to 3 I2C sensor modules. The board features:</p>
<p>
<ul style="list-style-type: circle; padding: 0px 0px 0px 20px;">
<li>8 buttons for playing games</li>
<li>Slots for up to three plug and play I2C sensor modules</li>
<li>EEPROM with board manufacturer information and a device tree fragment</li>
</ul>
</p>
<p><strong>Note:</strong> ANAVI Play pHAT is compatible with any model and version of Raspberry Pi with 40 pin header.</p>
<p>
<a href="https://github.com/AnaviTechnology/anavi-docs/blob/main/anavi-play-phat/anavi-play-phat.md" target="_blank"><i class="fa fa-book"></i> User 's Manual</a><br />
<a href="https://github.com/AnaviTechnology/anavi-examples" target="_blank"><i class="fa fa-pencil"></i> Examples</a><br />
</p>
</div>
<div class="twelve columns">
<h3>ANAVI Flex HAT</h3>
<p>
Flexible HAT for Raspberry Pi suitable for do it yourself (DIY) weather station, automated desk assistant or prototyping Internet of Things (IoT).
</p>
<p>
Anavi Flex Raspberry Pi HAT includes:
<ul style="list-style-type: circle; padding: 0px 0px 0px 20px;">
<li>Relay</li>
<li>IR LED and IR photo sensor</li>
<li>Buzzer</li>
<li>Button</li>
<li>RGB LED</li>
<li>Slot for modular LCD character display</li>
<li>Slots for up to 5 plug and play I2C sensors</li>
</ul>
</p>
<p><strong>Note:</strong> ANAVI Flex HAT is compatible with any model and version of Raspberry Pi with 40 pin header.</p>
<p><a href="http://anavi.technology/files/rabbitmax-flex.pdf" target="_blank"><i class="fa fa-book"></i> User 's Manual</a><br />
<a href="https://github.com/AnaviTechnology/anavi-examples" target="_blank"><i class="fa fa-pencil"></i> Examples</a><br /></p>
</div>
</div> <!-- item end -->
</div> <!-- main-col end -->
</div> <!-- End Education -->
<div class="row work">
<div class="three columns header-col">
<h1><span>Sensors</span></h1>
</div>
<div class="nine columns main-col">
<div class="row item">
<div class="twelve columns">
<h3>BMP180 temperature and barometric pressure sensor</h3>
<p>Easy to mount I2C sensor for measuring temperature and barometric pressure.</p>
</div>
</div> <!-- main-col end -->
<div class="row item">
<div class="twelve columns">
<h3>HTU21D temperature and humidity sensor</h3>
<p>Easy to mount I2C sensor for measuring humidity and temperature.</p>
</div>
</div>
<div class="row item">
<div class="twelve columns">
<h3>BH1750 light sensor</h3>
<p>Easy to mount I2C sensor for measuring illuminance.</p>
</div>
</div>
<div class="row item">
<div class="twelve columns">
<h3>APDS-9960 color and gesture detection sensor</h3>
<p>Easy to mount I2C sensor for detecting RGB colors and simple gestures.</p>
</div>
</div>
<div class="row item">
<div class="twelve columns">
<h3>DS18B20 waterproof temperature sensor</h3>
<p>Waterproof 1-wire sensor for measuring temperature in liquids, for example fish tanks.</p>
</div>
</div>
<div class="row item">
<div class="twelve columns">
<h3>MQ-135 gas sensor</h3>
<p>Air quality analog sensor for buildings and offices. Compatible with ANAVI Gas Detector. Suitable for detecting of NH3,NOx, alcohol, Benzene, smoke, CO2, etc.</p>
<p><a href="https://www.youtube.com/watch?v=Ku4Y29XPyyo" target="_blank"><i class="fa fa-youtube"></i>MQ-135 Gas Sensor Module</a><br /></p>
</div>
</div>
</div>
</div> <!-- End Work -->
<div class="row work">
<div class="three columns header-col">
<h1><span>Displays</span></h1>
</div>
<div class="nine columns main-col">
<div class="row item">
<div class="twelve columns">
<h3>0.96" OLED Display</h3>
<p>Yellow-blue OLED I2C display. Compatible with any dev board with I2C.</p>
</div>
<div class="twelve columns">
<h3>16x2 LCD Module</h3>
<p>Simple and easy to mount LCD display module with 16 characters on 2 rows. Compatible with ANAVI Flex HAT.</p>
</div>
</div> <!-- main-col end -->
</div>
</div>
</section> <!-- Products Section End-->
<!-- Story Section
================================================== -->
<section id="story">
<div class="row">
<div class="twelve columns main-col">
<h2>The Story</h2>
<p>My name is Leon Anavi. I am a software engineer and an open source enthusiast. I am passionate about open source technologies and you might know me as a speaker on various conferenes. I also maintain a YouTube channel and an <a href="https://www.anavi.org/">unfashionable old style personal blog</a> where I publish geek videos and tutorials for programming and do it yourself (DIY) devices. I have been a proud Raspberry Pi owner since 2012 and I still enjoy experimenting with the new versions of the board in my spare time.</p>
<p>I have been fascinated by open source for many years. I have huge experiece with open source software but making hardware is completely different story. In 2016 I started my new exciting journey in the world of the open source hardware. With some help from faithful friends I stared making hobby add-on boards for Raspberry Pi. Later on also Internet of Things (IoT) and mechanical keyboards. My goal is to create open source hardware with free and open source only. Therefore I use KiCad on Ubuntu Linux distribution for designing the printed circuit boards and OpenSCAD for the enclosures.</p>
<p>Since the beginning of 2017 our open source hardware devices have been made locally in my hometown and they proudly wear the sign <b>Made in Plovdiv, Bulgaria, EU</b>. They are certified by the <a href="https://www.oshwa.org/">Open Source Hardware Association</a>. I am running modest crowdfunding campaigns to fund low-volume manufacturing of each new product. I launched my first crowdfunding with IndieGoGo but after that I quickly switched to <a href="https://www.crowdsupply.com/anavi-technology">Crowd Supply</a> because they value open source and provide better support. You can purchase our open source hardware from <a href="https://www.crowdsupply.com/anavi-technology">Crowd Supply</a>, <a href="https://www.mouser.com/manufacturer/anavi-technology/">Mouser</a>, <a href="https://thepihut.com/collections/anavi-technology">The Pi Hut</a>, <a href="https://www.amazon.com/s?i=merchant-items&me=A2V4DOMZNGA67Y&rh=p_4%3AANAVI&dc&marketplaceID=ATVPDKIKX0DER&qid=1599400359&ref=sr_nr_p_4_6">Sports Internet Solutions</a>, <a href="https://uk.pi-supply.com/collections/anavi-technology">Pi Supply</a>, <a href="#">Oak Tree</a> and <a href="http://www.neven.cz/vyhledavani/?search=ANAVI">Neven.cz</a>.</p>
<p>To keep low carbon footprint and low retail prices of the open source hardware we are manufacturing locally, optimizing transportation, sourcing components carefully and relying on trusted distrubutors around the world. <a href="https://www.crowdsupply.com/anavi-technology">Crowd Supply</a> ships from Portland, Oregon, US, <a href="https://www.mouser.com/manufacturer/anavi-technology/">Mouser</a> from Texas, US, <a href="https://thepihut.com/collections/anavi-technology">The Pi Hut</a> from the UK, <a href="https://www.amazon.com/s?i=merchant-items&me=A2V4DOMZNGA67Y&rh=p_4%3AANAVI&dc&marketplaceID=ATVPDKIKX0DER&qid=1599400359&ref=sr_nr_p_4_6">Sports Internet Solutions</a> from the US, <a href="https://uk.pi-supply.com/collections/anavi-technology">Pi Supply</a> from the UK, <a href="#">Oak Tree</a> from the UK, and <a href="http://www.neven.cz/vyhledavani/?search=ANAVI">Neven.cz</a> from Brno, Czech Republic. All ANAVI products and kits are with eco friendly packaging from recyclable cardboard boxes.</p>
<p>Over the years as a software engineer I learned that the major difference between a printed circuit board and a stone is the software. Without proper drivers and software support any circuit board is useless. My goal is to make developer friendly hardware by providing software support and documentaion with the exact steps how to use it. Suggestions, recommendations and GitHub pull requests are always welcome!</p>
<p>Please do not hesitate to contact us at <a href="mailto:[email protected]">[email protected]</a> if you are interested in learning more, ordering any of our products or becoming a reseller.<p>
</div> <!-- end .main-col -->
</div>
</section> <!-- Story Section End-->
<!-- Testimonials Section
================================================== -->
<section id="testimonials">
<div class="text-container">
<div class="row">
<div class="two columns header-col">
</div>
<div class="ten columns flex-container">
<div class="flexslider">
<ul class="slides">
<li>
<blockquote>
<p>Talk is cheap. Show me the code.
</p>
<cite>Linus Torvalds</cite>
</blockquote>
</li> <!-- slide ends -->
<li>
<blockquote>
<p>A program that has not been tested does not work.
</p>
<cite>Bjarne Stroustrup</cite>
</blockquote>
</li> <!-- slide ends -->
<li>
<blockquote>
<p>Those that can, do. Those that can't, complain.
</p>
<cite>Linus Torvalds</cite>
</blockquote>
</li> <!-- slide ends -->
</ul>
</div> <!-- div.flexslider ends -->
</div> <!-- div.flex-container ends -->
</div> <!-- row ends -->
</div> <!-- text-container ends -->
</section> <!-- Testimonials Section End-->
<!-- Contact Section
================================================== -->
<section id="contact">
<div class="row section-head">
<div class="two columns header-col">
<h1><span>Get In Touch.</span></h1>
</div>
<div class="ten columns">
<p class="lead">Please send any inquiries to <a href="mailto:[email protected]">[email protected]</a>.
</p>
</div>
</div>
</section> <!-- Contact Section End-->
<!-- footer
================================================== -->
<footer>
<div class="row">
<div class="twelve columns">
<ul class="social-links">
<li><a href="https://github.com/AnaviTechnology" target="_blank"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.facebook.com/AnaviTechnology/" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/AnaviTechnology" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.youtube.com/user/leonanavi" target="_blank"><i class="fa fa-youtube"></i></a></li>
</ul>
<ul class="copyright">
<li>© 2017-2024 ANAVI Technology</li>
<li><a href="./disclaimer.txt">Disclaimer</a></li>
</ul>
</div>
<div id="go-top"><a class="smoothscroll" title="Back to Top" href="#home"><i class="icon-up-open"></i></a></div>
</div>
</footer> <!-- Footer End-->
<!-- Java Script
================================================== -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.10.2.min.js"><\/script>')</script>
<script type="text/javascript" src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/waypoints.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/magnific-popup.js"></script>
<script src="js/init.js"></script>
<script src="js/blog.js"></script>
</body>
</html>