Skip to content
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

ESP32 T-Call 1.4 based PCB #13

Open
haklein opened this issue Oct 4, 2024 · 4 comments
Open

ESP32 T-Call 1.4 based PCB #13

haklein opened this issue Oct 4, 2024 · 4 comments

Comments

@haklein
Copy link

haklein commented Oct 4, 2024

I've created a PCB and a platformio sketch for the T-Call v1.4. The PCB supports two hx711, a BME, a 1 wire temp sensor and allows to carry the waveshare MPPT solar charger. It's made to fit a Boxexpert ‎BXPKABS12516782-H01 waterproof box. The ESP32 does RTC based deep sleep and the included GSM module sends the measurements to thingspeak. Is there interest to add this to the HoneyPi repo?
photo_2024-10-02_12-18-39

@JavanXD
Copy link
Member

JavanXD commented Nov 28, 2024

Hi @haklein , this looks pretty cool, specially with the GSM module. Was there additional need to run any scripts (like the SIM880L Installer) on the firmware, to make it work? Or does this work without firmware changes?
If you don't mind, you can attach the files here into this "Issue" #13 and then I will publish it. WOuld be good to have some more instructions, maybe the parts that are needed to be purchases.

@haklein
Copy link
Author

haklein commented Nov 30, 2024

Bienenwaage.ino.txt

This works ootb, no need for any sim800 installers etc.

`[env:ttgo-t-call]
src_dir = src
platform = espressif32
board = esp-wrover-kit
framework = arduino
monitor_speed = 115200
lib_deps =
TinyGSM
adafruit/Adafruit Unified Sensor@^1.1.14
adafruit/Adafruit BME280 Library@^2.2.4
paulstoffregen/OneWire@^2.3.8
bogde/HX711@^0.7.5
milesburton/DallasTemperature@^3.11.0

build_flags=
-D MODEM=1
-D DO_DEEP_SLEEP=1
-D TIME_TO_SLEEP=900

`

@haklein
Copy link
Author

haklein commented Nov 30, 2024

@haklein
Copy link
Author

haklein commented Nov 30, 2024

BOM:
T-Call v1.4
Waveshare solar power management module: https://www.waveshare.com/solar-power-manager.htm
BME280
DS18b20
BOXEXPERT Abzweigdose Serie Hanse 125x167x82mm
2x HX711 + strain gauge (mind the footprint on the PCB)

Photo-View_2024-11-30

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

No branches or pull requests

2 participants