Skip to content

Add new hardware: Heltec MeshPocket #6533

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Heltec-Aaron-Lee
Copy link
Contributor

MeshPocket is not only a Qi2 magnetic power bank but also an emergency communications device. Withch includes:

  • Bluetooth (nRF52840)
  • LoRa(SX1262)
  • 2.13" e-ink display
  • 5000/10000 mAh battery.

It can be used for daily work like a normal magnetic power bank and also has full Meshtastic support.

What was added in this commit:

  • MeshPocket 5000mAh version;
  • MeshPocket 10000mAh version;
    The only difference between the two is the battery capacity, and the other hardware configurations are exactly the same.

What are the main features of firmware changes:

  • Add Meshtastic 2.6 InkHUD support;
  • Added 5000/10000mAh discharge curve data to improve the accuracy of the power display icon.

Copy link
Contributor

@todd-herbert todd-herbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done for setting up a new InkHUD variant and display driver! I think you might be the the first person to take on that challenge so far.

Do you know what the exact model of the display is?

],
"usb_product": "HT-n5262",
"mcu": "nrf52840",
"variant": "heltec_mesh_node_t114",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be "variant": "heltec_mesh_pocket" or similar?

"require_upload_port": true,
"wait_for_upload_port": true
},
"url": "FIXME",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@caveman99 caveman99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the 2 edits in the json file are made (they don't affect the actual working of the board' i think this is good to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants