R. van Twisk
R. van Twisk
You are re-assigning custom_mqtt_broker in your setup pfunction , don’t do it like that.
Not sure if it helps, this is what I use in a docker container: ``` FROM arm32v7/debian:buster-slim as buildbase LABEL maintainer="R. van Twisk " ENV DEBIAN_FRONTEND noninteractive RUN echo 'APT::Get::Assume-Yes...
Pins of what OGN is using for the BMP280 is not the same as what GxAirCom is using. OGN is using: ``` #define PIN_I2C_SCL GPIO_NUM_22 // SCL pin => this...
Great question, I don't know well enough about OGN and understand what it does when two BMP's are connected. Nowdays I always use a connector to connect the stuff so...
What sort of power savings are we getting ?
If I am not mistaken, this is already in the code : https://github.com/gereic/GXAirCom/blob/master/src/main.cpp#L413 @gereic I did notice that this bit of code needs to be wrapped in a conditional compiler,...
We are currently working on having multi-GPS possibilities. This should allow to connect the t-beam and a GPS pug connected on stratux. Here is an example of 3 GPS connected...
V2 for modules was used because... if I remember correctly I had issues setting up a good module structure. If you think I was wrong then I can check that...
@Rush, from a quick look, the application could push out the right data. However, that means running an application at the background of the telephone? I am not sure if...
Note relevant at this moment