-
Notifications
You must be signed in to change notification settings - Fork 1
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
SetupClient_GSM does not compile #4
Comments
@narangmayank please take a look at this new issue. using gsm is important for our use case. ideally I'd like to be able to use both WiFi and GSM. Our codebase has routines to use SSLClients for each one depending on what is available. |
Can you try compiling with the following
|
@narangmayank Yes, updating This is my log output:
These are my installed libraries:
The same device (esp32) and device configuration json from Bytebeam works over WiFi as per the issue you just closed. |
I'm able to connect and send the data to bytebeam successfully. I've used the following board https://robu.in/product/ttgo-sim7600e-h-module-esp32-wrover-b-chip-wifi-bluetooth-18560-battery-holder-solar-charge-development-board-unsoldered/ Unfortunately, I don't have ESP32-S3 alternative at the moment to test. Can you test with ESP32?
|
@narangmayank what is it that you want me to test? have you updated the examples? I tried running the tinyGsm example and the output is what I pasted above, no information about why the connection failed. |
@reusables-official I tested ESP32 <> SIM7600 and it worked for me. Can you tell me which ESP and Modem you are using? |
@reusables-official Are you able to connect to bytebeam? |
esp32s3-dekvit-C1 no I was not able to connected and we ended up using a different provider |
@reusables-official Okay. Can you tell me which backend solution you are using now |
Board
esp32s3
Device Description
dev kitc1
Arduino-ESP32 Version
latest
Bytebeam Arduino SDK Version
latest
IDE Name
arduino IDE
Operating System
macOs 13.6.6
Problem Description
Running the SetupClient_GSM does not compile. The first error is due to a bad signature for
Bytebeam.begin(&modem)
, which can be resolved by adding:#define BYTEBEAM_ARDUINO_USE_MODEM
to the top of the file.However, the errors (pasted below) cannot be resolved with this line:
#undef BYTEBEAM_ARDUINO_USE_WIFI
and it is unclear how to override the definitions set in
BytebeamArduinoDefines.h
Sketch
Debug Message
The text was updated successfully, but these errors were encountered: