Skip to content

HelTecAutomation/SnapEmu-Device

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

SnapEmu-Device: SnapEmu Device Library

How to add?

/device/Manufacturers Directory/Device Directory/

Representing a single device using a json file,

Example: AB01.json

{
  "name": "AB01",
  "picture": "ab01.webp",
  "description": "HTCC-AB01 (V2) is based on ASR6052, the chip is already integrated with the PSoC® 4000 series MCU (ARM® Cortex® M0+ Core) and SX1262.",
  "demo": "https://docs.heltec.org/en/node/asr650x/htcc_ab01/index.html",
  "manufacturer": "Heltec Automation",
  "type": "Node",
  "protocol": "LoRaWAN"
}
  • name: Device Name
  • picture: Relative path to the device image
  • description: Device Description
  • demo: Example Tutorial
  • manufacturer: Manufacturer Name
  • type: Device type, Node or Gateway
  • prorocol: Device protocol, LoRaWAN or MQTT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published