Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Latest commit

 

History

History

This folder contains python code that runs on a PC, e.g. to communicate with a robotling via WLAN, as well as hexbug/robotling configuration examples:

  • test_mqtt.py - Simple example script that illustrates how to receive MQTT telemetry from a robotling
  • hexbug_relay.py Script that resends HexBug robotling MQTT messages under "proper" topics
  • "Typical" configuration examples for different robotlings:

The subfolder robotling contains the code that runs on the roboter.

Drawing IMPORTANT: The robotling code now relies on the drivers in robotling_lib, which has to be clones into the robotling folder on the development PC.

The folder modules/blob contains the C code for a simple module that takes a camera image (i.e. from the thermal camera), detects "blobs" and returns them as a list. This module has to be built into the Micropython firmware; see notes in the module/blob folder.

The subfolder firmware contains precompiled images of the current MicroPython firmware including umqtt and blob.