-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproducts.json
More file actions
54 lines (54 loc) · 2.1 KB
/
products.json
File metadata and controls
54 lines (54 loc) · 2.1 KB
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
{
"hardware": [
{
"id": "1",
"title": "Bee Nest",
"description": "A powerful development board for multiple applications. | #ESP32 #SD-Card-Log #USB-C #IO-Expansion On board",
"image": "https://drive.google.com/thumbnail?id=1yqbWKQfi4f54O3lW4L4r3rbJQMK3j5a_&sz=w1000",
"brochure": "https://drive.google.com/file/d/1l0AwTR3oGCuGoYiWYhMmn6NNKoQDeYuA/view?usp=sharing",
"price": "₹1299"
},
{
"id": "2",
"title": "Buzz32 Servo Shield",
"description": "32 Servo Controller Arduino Uno Form Factor Compatible Shield | #Robotics #Mini-Humanoid #Spider-Bot",
"image": "./assets/img/comingsoon.png",
"brochure": "#",
"price": "₹708"
},
{
"id": "3",
"title": "Buzzy Room R1",
"description": "A powerful STEM Board | #ESP32 #OLED #LORA #WiFi #BLT #RDB #I2C #BME28 #MPU9250 #SD-Card-Log #USB-C",
"image": "./assets/img/comingsoon.png",
"brochure": "#",
"price": "₹1779"
}
],
"software": [
{
"id": "1",
"title": "BuzzyScreenOS",
"description": "Raspberry Pi 3 and above, Kiosk Specific OS | #WiFi based Update #Dinamic #Light Weight",
"image": "./assets/img/comingsoon.png",
"brochure": "#",
"price": "Free"
},
{
"id": "2",
"title": "BuzzTheBot",
"description": "Python Based GUI Software for Robot Testing (Win,Linux,Mac) and Above | Robotic : Humanoid, Dog. For init. Body Parts",
"image": "./assets/img/comingsoon.png",
"brochure": "#",
"price": "Free"
},
{
"id": "3",
"title": "WEB BuzzyIDE",
"description": "Web Based IDE for all Bebotix Board | NO-CODE Platform (Block Coding) for Kids STEM Education, Plug -> Drag -> Run",
"image": "./assets/img/comingsoon.png",
"brochure": "#",
"price": "Free"
}
]
}