Thank you for your interest in contributing to CubeCellMeshCore! This project aims to bring MeshCore compatibility to Heltec CubeCell boards.
The most valuable contribution right now is testing with official MeshCore devices. We need to verify interoperability.
- Packet reception from official MeshCore devices
- Packet forwarding (does the CubeCell repeater successfully relay messages?)
- Packet format compatibility
- Timing and collision avoidance behavior
- Long-term stability
Open an issue with:
## Test Report
**Hardware:**
- CubeCell board model: [e.g., HTCC-AB01]
- Antenna: [e.g., stock, external 868MHz]
- Power source: [e.g., USB, battery, solar]
**Configuration:**
- Region: [e.g., EU868]
- Firmware version: [e.g., v0.2.0]
**MeshCore Devices Tested:**
- Device 1: [e.g., Heltec V3 with MeshCore v1.10.0]
- Device 2: [e.g., T-Deck Plus]
**Results:**
- Packets received: [Yes/No]
- Packets forwarded: [Yes/No]
- Any errors: [describe]
**Serial Log:**
[paste relevant log output]If you find a bug, please open an issue with:
- Clear description of the problem
- Steps to reproduce
- Expected vs actual behavior
- Serial log output
- Hardware and configuration details
We welcome feature suggestions! Please consider:
- Does it align with the project's goal (minimal repeater)?
- Is it feasible on the CubeCell hardware?
- Does it maintain low power consumption?
- Check existing issues to avoid duplicate work
- For major changes, open an issue first to discuss
- Keep changes focused and minimal
# Clone the repository
git clone https://github.com/YOUR_USERNAME/CubeCellMeshCore.git
cd CubeCellMeshCore
# Install PlatformIO (if not already installed)
pip install platformio
# Build
pio run -e cubecell_board
# Upload and monitor
pio run -e cubecell_board -t upload
pio device monitor -b 115200- Use 4 spaces for indentation
- Keep lines under 100 characters
- Use descriptive variable names
- Add comments for non-obvious logic
- Follow existing code patterns
- Fork the repository
- Create a feature branch:
git checkout -b feature/my-feature - Make your changes
- Test thoroughly on real hardware
- Update documentation if needed
- Commit with clear messages
- Push and open a PR
Use clear, descriptive commit messages:
Add SNR-weighted TX delay for fair channel access
- Implement getTxDelayWeighted() based on received SNR
- Higher SNR = longer delay, giving priority to weaker nodes
- Configurable slot time based on LoRa parameters
Help improve documentation:
- Fix typos or unclear explanations
- Add examples or use cases
- Translate to other languages
- Create tutorials or guides
This project aims to be:
- Minimal - Simple repeater, not a full MeshCore client
- Efficient - Optimized for low power consumption
- Compatible - Work with official MeshCore networks
- Reliable - Stable operation with error recovery
- Features that significantly increase power consumption
- Complex functionality beyond repeating
- Breaking changes to packet format
- Dependencies on additional hardware
- Be respectful and constructive
- Focus on the technical merits
- Help newcomers learn
- Give credit where due
- Open a GitHub issue for project-related questions
- Check the MeshCore Discord for protocol questions
- Review the MeshCore documentation
Andrea Bernardi - Project creator and lead developer
By contributing, you agree that your contributions will be licensed under the MIT License.
Thank you for helping make CubeCellMeshCore better!