MacB IT Solutions ESP32-WROVER-IE BuzzBoxx Wi-Fi Module
Mga detalye
- Product Name: BuzzBoxx
- Bersyon: V1.0
- Petsa sa Pagpagawas: 2024.12
Impormasyon sa Produkto
The BuzzBoxx is a hardware platform designed for developing applications using Arduino and ESP32 modules.
Mga Instruksyon sa Paggamit sa Produkto
Pasiuna
The BuzzBoxx is a versatile tool for software development. It supports Arduino and ESP32 modules for creating applications.
Pagsugod
Begin by setting up the basic software development environment as described in the user guide.
I-configure
Follow the menu-based configuration wizard to set up your development environment.
Sumpaysumpaya
Connect the BuzzBoxx hardware to your computer using the appropriate cables.
Test Demo
Run the test demo to ensure that the hardware is functioning correctly.
Pag-upload og Sketch
To upload sketches, follow these steps:
- Build your sketch.
- Flash the sketch to the ESP32 module.
- Monitor the output for any errors.
SSC Command Reference
The BuzzBoxx supports various commands for configuration:
- op: Perform operation commandStata: Configures station mode.App: Configure access point mode.
- Mac: Ibutang ang MAC address.
- dhcp: I-enable ang DHCP.
- Ip: Ibutang ang IP address.
- Pag-reboot: I-reboot ang sistema.
BuzzBoxx
- BuzzBoxx is a development board. It can work independently.
- It consists of an ESP32-WROVER-IE Module supporting the Wi-Fi + BT+ BLE communication protocol and motherboard PCB.
- And this product has a 4G function. The LTE Cat-4 Module is SIM7600G-H.
- Alang sa mga aplikasyon gikan sa mga low-power sensor network hangtod sa labing lisud nga mga buluhaton.
ESP32 integrates Wi-Fi (2.4 GHz band) and Bluetooth 4.2 solutions on a single chip, along with dual high-performance cores and many other versatile peripherals. Powered by 40 nm technology, ESP32 provides a robust, highly integrated platform to meet the continuous demands for efficient power usage, compact design, and security. - We provides the basic hardware and software resources that empowers application developers to build their ideas around the ESP32 series hardware. The software development framework provided is intended for rapidly developing Internet-of-Things (IoT) applications, with Wi-Fi, Bluetooth, flexible power management and other advanced system features.
Arduin
Usa ka hugpong sa mga aplikasyon sa cross-platform nga gisulat sa Java. Ang Arduino Software IDE nakuha gikan sa Processing programming language ug ang integrated development environment sa Wiring program. Ang mga tiggamit makahimo og mga aplikasyon sa Windows/Linux/MacOS base sa Arduino. Girekomenda nga gamiton ang Windows 10. Ang Windows OS gigamit isip exampsa niini nga dokumento alang sa mga katuyoan sa paghulagway.
Pagpangandam
To develop applications for ESP32, you need:
- PC loaded with either Windows, Linux,x or Mac operating system
- Toolchain sa paghimo sa Aplikasyon para sa ESP32
- Arduino nga esensya adunay sulod nga API para sa ESP32 ug mga script aron magamit ang Toolchain
- Ang ESP32 board mismo ug usa ka USB cable aron makonektar kini sa PC
I-download ang Arduino Software
Ang labing kadali kung giunsa ang pag-install sa Arduino Software (IDE) sa mga makina sa Windows
Quick Starid
- Ang webAng site naghatag usa ka dali nga pagsugod nga panudlo
- Windows:
- Linux:
- Mac OS X:
Mga lakang sa pag-install alang sa Windows platform Arduino
Pagsulod sa download interface, pilia ang Windows installer aron direktang i-install
I-install ang Arduino Software
Pag-download sa Git
Download the installation package Git.exe.
Pre-build configuration Click the Arduino icon, then right-click and select “Open folder where “ Select hardware ->
- Mouse ** Pag-right click ** ->
- I-klik ang Git Bash Dinhi
Pag-clone sa usa ka hilit nga tipiganan
- $ mkdir nga espressif
- $ cd espressif
- $ git clone –recursive https://github.com/espressif/arduino-esp32.git esp32
Sumpaysumpaya
Hapit na ka. Aron makapadayon pa, ikonektar ang ESP32 board sa PC, susiha ubos sa unsa nga serial port ang board makita, ug susiha kon ang serial communication nagtrabaho.
Test Demo
Pagpili File>>Example >> WiFi >> WiFiScan
Pag-upload og Sketch
Pilia ang Lupon
Mga himan<
Pag-upload
Sketch << Pag-upload
Serial nga Monitor
Mga himan << Serial Monitor
SSC Command Reference
op
Ania ang pipila ka sagad nga Wi-Fi nga mga sugo aron imong sulayan ang module.
Deskripsyon
op nga mga sugo gigamit sa pag-set ug pagpangutana sa Wi-Fi mode sa sistema.
Example
op -Q
op: S -o wmode
Parameter
-Q | Pangutana Wi-Fi mode. |
-S | Set the Wi-Fi mode. |
wmode |
Adunay 3 Wi-Fi mode:
• mode = 1: STA mode • mode = 2: AP mode • mode = 3: STA+AP mode |
sta
Deskripsyon
Ang mga sugo sa sta gigamit sa pag-scan sa interface sa network sa STA, pagkonektar o pagdiskonekta sa AP, ug pagpangutana sa status sa pagkonektar sa interface sa network sa STA.
Example
sta -S [-s ssid] [-b bssid] [-n channel] [-h] sta -Q
sta -C [-s ssid] [-p password] sta -D
Parameter
-s ssid | I-scan o ikonektar ang mga Access Point sa ssid. |
-b bssid | I-scan ang mga Access Point gamit ang bssid. |
-n kanal | I-scan ang channel. |
-h | Ipakita ang mga resulta sa pag-scan gamit ang gitago nga ssid Access Points. |
-Q | Ipakita ang STA connect stutus. |
-D | Wala’y koneksyon sa karon nga Mga Punto sa Pag-access. |
ap
Deskripsyon
ap nga mga sugo gigamit sa pagtakda sa parameter sa AP network interface.
Example
ap -S [-s ssid] [-p password] [-t encrypt] [-n channel] [-h] [-m max_sta] ap –Q
ap-L
Parameter
-S | Ibutang ang AP mode. |
-s ssid | Ibutang ang AP ssid. |
-p password | Ibutang ang AP password. |
-t encrypt | Ibutang ang AP encrypt mode. |
-h | Tagoa ssid. |
-m max_sta | Ibutang ang AP max nga mga koneksyon. |
-Q | Ipakita ang mga parameter sa AP. |
-L | Ipakita ang MAC Address ug IP Address sa konektado nga estasyon. |
mac
Deskripsyon
Ang mga sugo sa Mac gigamit sa pagpangutana sa MAC address sa interface sa network.
Example
mac -Q [-o mode]
-Q | Ipakita ang MAC address. |
-o mode |
• mode = 1: MAC address sa STA mode.
• mode = 2: MAC address sa AP mode. |
Parameter
-Q | Ipakita ang MAC address. |
-o mode |
• mode = 1: MAC address sa STA mode.
• mode = 2: MAC address sa AP mode. |
Deskripsyon
Ang mga sugo sa dhcp gigamit aron mahimo o ma-disable ang dhcp server/kliyente.
. Example
dchp -S [-o mode] dhcp -E [-o mode] dhcp -Q [-o mode]
Parameter
Pagsugod sa DHCP (Client/Server). | |
-E | Tapuson ang DHCP (kliyente/Server). |
-Q | Show the DHCP status. |
-o mode |
• mode = 1: DHCP kliyente sa STA interface.
• mode = 2: DHCP server sa AP interface. • mode = 3: pareho. |
ip
Deskripsyon
ip command is used to set and query the IP address of the network interface.
Example
ip -Q [-o mode] ip -S [-i ip] [-o mode] [-m mask] [-g gateway]
-Q | Ipakita ang IP address. |
-o mode |
• mode = 1: IP address sa interface STA.
• mode = 2: IP address sa interface AP. • mode = 3: pareho |
-S | Ibutang ang IP address. |
-ako ip | IP adres. |
-m maskara | Subnet address mask. |
-g ganghaan | Default nga ganghaan. |
reboot
Deskripsyon
Ang reboot command gigamit sa pag-reboot sa board.
Example
rebot
ramThe
Ang ram command gigamit sa pagpangutana sa gidak-on sa nahabilin nga pundok sa sistema.
Example
laking karnero
FCC Pasidaan:
Ang bisan unsang mga Pagbag-o o mga pagbag-o nga dili dayag nga aprobahan sa partido nga responsable sa pagsunod mahimong makawala sa awtoridad sa tiggamit sa pag-operate sa kagamitan.
Kini nga device nagsunod sa bahin 15 sa FCC Rules. Ang operasyon gipailalom sa mosunod nga duha ka kondisyon:
- Kini nga aparato mahimong dili hinungdan sa makadaot nga interference, ug
- kinahanglan nga dawaton niini nga device ang bisan unsang interference nga nadawat, lakip ang interference nga mahimong hinungdan sa dili gusto nga operasyon.
Kini nga transmitter kinahanglan dili co-locate o naglihok kauban sa bisan unsang uban nga antenna o transmitter.
IMPORTANTE NGA NOTA:
Mubo nga sulat: Kini nga kagamitan gisulayan ug nakit-an nga nagsunod sa mga limitasyon alang sa usa ka Class B nga digital device, ubos sa bahin 15 sa FCC Rules. Kini nga mga limitasyon gidesinyo sa paghatag og makatarunganon nga proteksyon batok sa makadaot nga pagpanghilabot sa usa ka instalasyon sa residensyal. Kini nga ekipo nagmugna, naggamit, ug maka-radiate sa enerhiya sa frequency sa radyo ug, kung dili ma-install ug magamit sumala sa mga panudlo, mahimong hinungdan sa makadaot nga interference sa mga komunikasyon sa radyo. Apan, walay garantiya nga ang pagpanghilabot dili mahitabo sa usa ka partikular nga instalasyon. Kung kini nga ekipo nagpahinabog makadaot nga pagpanghilabot sa pagdawat sa radyo o telebisyon, nga matino pinaagi sa pagpalong ug pag-on sa kagamitan, giawhag ang tiggamit sa pagsulay sa pagtul-id sa interference pinaagi sa usa o daghan pa sa mga musunud nga lakang:
- I-reorient o ibalhin ang nagdawat nga antenna.
- Dugangi ang pagbulag tali sa kagamitan ug tigdawat.
- Ikonektar ang kagamitan sa usa ka outlet sa usa ka sirkito nga lahi sa kung diin konektado ang tigdawat.
- Konsultaha ang tigbaligya o usa ka eksperyensiyadong radio/TV technician para sa tabang.
Pahayag sa Exposure sa FCC Radiation:
Kini nga ekipo nagsunod sa mga limitasyon sa pagkaladlad sa radiation sa FCC nga gilatid alang sa dili makontrol nga palibot .Kini nga ekipo kinahanglang i-install ug operahan sa minimum nga gilay-on nga 20cm tali sa radiator ug sa imong lawas.
FAQ
Q: Can I use BuzzBoxx for other hardware platforms?
A: The BuzzBoxx is specifically designed for use with Arduino and ESP32 modules. Compatibility with other platforms is not guaranteed.
P: Unsaon nako pagsulbad ang mga isyu sa koneksyon?
A: Ensure that all connections are secure and that the drivers are properly installed. Restarting both the hardware and software can often resolve connectivity issues.
Mga Dokumento / Mga Kapanguhaan
![]() |
MacB IT Solutions ESP32-WROVER-IE BuzzBoxx Wi-Fi Module [pdf] Giya sa Gumagamit ESP32-WROVER-IE, ESP32-WROVER-IE BuzzBoxx Wi-Fi Module, BuzzBoxx Wi-Fi Module, Wi-Fi Module, Module |