- On sale!

Reference: DWM14042301
Spring antenna is specialized for wireless data transmission. This antenna with good performance of V.S.W.R, small size design, easily installation, stable performance and good anti-shock and anti-aged compatible for Hoperf Modules.
Reference: DWM14032902
SMA rf antenna connector is pallets copper gold andexternal thread needle sma pallets plate rf connector.
Reference: DWM14032102
Whip antenna for sub-1 GHz, 433MHz,868MHz and 915MHz with SMA male connectors.it's used with wireless module recommanded by Hoperf .
Reference: DWM14042401
SMA RG178 extension female cable for GPS, GSM antenna,RF module, SMA cable,IPEX to SMA jumper cable.
Reference: DWM18032302
USD3.0/pcs MOQ100pcs LoRa Antenna designed for Lora application which required for outdoor waterproof highgain and work at ISM free band like 433MHz /868MHz /915MHz SMA Male Whip antenna.
Reference: DWM16121503
DWM-TLB-3.0QB SUB-1GHz / 2.4GHz Whip antenna with a Collapsible SMA male connectors.Which are available for 433MHz,868MHz.915MHz and 2.4GHz..
Reference: DWM17111002
LoRa Antenna-433MHz High Gain internal aerial piamater FPC Antenna with IPEX connctor.
Reference: DWM15101001
Brand: Semtech
RFM50 module series’ design is based on the high performance RF50 SoC chip, It include a CIP-51 core‘ MCU and 100mW transceiver. It operate at 433/470/868/915 MHz ISM band, comply with FCC, ETSI regulation.
M5Stack NEO-M8N GPS Module for ESP32 Development Kit with Internal & External Antenna MCX Interface.
M5Stack NEO-M8N GPS Module for ESP32 Development Kit with Internal & External Antenna MCX Interface.
GPS is build with NEO-M8N, u-blox M8 concurrent GNSS modules and come with an active Antenna.
The NEO-M8 series provides high sensitivity and minimal acquisition times while maintaining low system power.
The NEO-M8N integrates a 72-channel u-blox M8 GNSS engine that supports multiple GNSS systems ( Beidou, Galileo, GLONASS, GPS / QZSS ) and able to receive 3 GNSS systems simultaneously.
The series communicate protocol between M5Core and GPS is UART, physically connected via UART2 (GPIO16, GPIO17)
If you want to Change the uart baudrate,please check here ( u-center-just-for-Windows )
*Notice: GPS signal can only be found outdoors
Operating voltage: 2.7 ~ 3.6
Operating temperature: -40 ~ 80 °C
Antenna type: built-in ceramic antenna and external antenna
external Antenna port: SMA
Can receive data from 3 GNSS systems concurrently
Horizontal position accuracy: minimum 2.5m
GPS module (NEO-M8N) Built-in Flash, so that you can upgrade firmware via u-center-just-for-Windows
Supported protocols: NMEA, UBX, RTCM
Industry leading -167dBm sensitivity
Backward compatibility with NEO‐7 and NEO‐6 series
1x GPS Module
1x external Antenna(cable length : 1 meter)
Application
GPS-based logistics tracking management
Driverless car positioning
To the complete code GPSRaw.ino, please click here.
**Note: The GPS module needs placed outdoors to be able to receive GPS signal **
#include <M5Stack.h>
/* By default, GPS is connected with M5Core through UART2 */
HardwareSerial GPSRaw(2);
void setup() {
M5.begin();
GPSRaw.begin(9600);// GPS init
Serial.println("hello");
termInit();
}
void loop() {
// put your main code here, to run repeatedly:
if(Serial.available()) {
int ch = Serial.read();
GPSRaw.write(ch);
}
if(GPSRaw.available()) {
int ch = GPSRaw.read();// read GPS information
Serial.write(ch);
termPutchar(ch);
}
}
After burnt the example code GPSRaw.ino, m5core and PC serial terminal will display following information
Protocol Specification:
Please refer to the u-blox 8 / u-blox M8 Receiver Description - Manual, , The following table is a instruction of xxRMC message in NMEA protocol.
Reference: DWM18021502
LoRa Module for ESP32 DIY Development Kit Wireless 433MHz Built-in Antenna IOT Development Board.
Reference: DWM18021503
M5Stack ESP32 Basic Core Development Kit Extensible Micro Control Wifi BLE IoT Prototype Board for Arduino.
Reference: DWM18021702
M5Stack ESP32 IoT Development Board with Mpu9250 9Axies Motion Sensor extensible IoT Development Board for Arduino.
Reference: DWM20041501
M5Stack ATOM Matrix ESP32 Development Kit build with ESP32-PICO-D4 chip and MPU6886 IMU sensor.
Reference: DWM18021801
M5Stack PANDA ESP32 Basic Core Development Kit White Color Shell Basic Kit Extensible Micro Control Wifi BLE IoT Prototype Board for Arduino.
Reference: DWM20041503
LoRa Module for ESP32 DIY Development Kit Wireless 868MHz Built-in Antenna IOT Development Board.
Reference: DWM18021806
M5Stack Battery Module for Arduino ESP32 Core Development Kit Capacity700mAh Stackable IoT Development Board.
Reference: DWM20041503
M5StickC ENV Hat in-build with DHT12, BMP280 and BMM150 sensors detect the temperature, humidity, air pressure and magnetic field.
Reference: DWM20041502
M5StickC PIR Hat detect the infrared come from the human body.
Reference: DWM18021803
M5Stack SIM800L GSM Module for ESP32 Development Kit Built-in Antenna Function Modules with MIC & 3.5mm Headphone Jack.
Reference: DWM18021703
M5Stack 4M-PSRAM ESP32 IoT Development Board with Mpu9250 9Axies Motion Sensor extensible IoT Development Board for Arduino.
Reference: DWM18021503
M5Stack ESP32 Basic Core Development Kit Extensible Micro Control Wifi BLE IoT Prototype Board for Arduino.
Reference: DWM18021807
M5Stack ESP32 BTC Ticker ESP32 for Arduino Micropython Open Source Bitcoin Price Ticker.
Reference: DWM20041601
M5StickC compatible speaker integrated PAM8303 amplifier High PSRR and differential inputs eliminate noise and rf interference
Reference: DWM18021502
LoRa Module for ESP32 DIY Development Kit Wireless 433MHz Built-in Antenna IOT Development Board.
Reference: DWM18021805
M5Stack Proto Module Proto Board with Extension & Bus Socket for Arduino ESP32 Development Kit.
Reference: DWM18021702
M5Stack ESP32 IoT Development Board with Mpu9250 9Axies Motion Sensor extensible IoT Development Board for Arduino.
Reference: DWM18021802
M5Stack ESP32 Open Source Pocket Computer with Keyboard/Gameboy/Calculator for Micropython Arduino.
M5Stack NEO-M8N GPS Module for ESP32 Development Kit with Internal & External Antenna MCX Interface.