MIKHANYA

Results 11 comments of MIKHANYA

Don't support my Pi zero

> @dewenni Try this one > > ```python > Import("env") > > APP_BIN = "$BUILD_DIR/${PROGNAME}.bin" > MERGED_BIN = "$BUILD_DIR/${PROGNAME}_merged.bin" > BOARD_CONFIG = env.BoardConfig() > > > def merge_bin(source, target, env):...

> > @dewenni Try this one > > ```python > > Import("env") > > > > APP_BIN = "$BUILD_DIR/${PROGNAME}.bin" > > MERGED_BIN = "$BUILD_DIR/${PROGNAME}_merged.bin" > > BOARD_CONFIG = env.BoardConfig() >...

Same question, how to make this library work on ESP32 ? (I use esp-c3-32s) Guide described here https://github.com/PaulStoffregen/CapacitiveSensor/issues/24#issuecomment-444718037 don't work.

@ejri Hello, can you please post your code for ESP32 + SIM7000G for IoT Hub to which you came two years ago, is it still working, is it relevant? https://github.com/Azure/azure-iot-sdk-c/issues/1914#issuecomment-808452681

@Gavo4 I also had problems with my LTE connection, I solved it by setting commands from another example. https://github.com/botletics/Botletics-SIM7000/blob/main/examples/ESP32_LTE_Demo/ESP32_LTE_Demo.ino (Maybe this is a problem with my SIM card support of...

> I have re-followed the example code for the Azure IOT Hub and I keep getting stuck here, any ideas? > > Modem Connected to Rogers' LTE (channel--> 38) CAT-M...

@Gavo4 How did you manage to solve the problem with freezing at the ``` Modem On --> True IoT Hub Info: Initializing SNTP ``` initialization, my esp32 just restarts after...

> Initializing SNTP error means that you're not really connected to a network. > > the way the esp32 hardware architecture is set up is that you must enable and...

> I mean, I have been using those in the field where there is no wifi, as it is running only on cellular. I have been using those for over...