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

Support for Teensy 4.0 Boards #25

Closed
gannaramu opened this issue Oct 28, 2020 · 1 comment
Closed

Support for Teensy 4.0 Boards #25

gannaramu opened this issue Oct 28, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@gannaramu
Copy link

Is your feature request related to a problem? Please describe.
I was trying to connect to the AWS IOT from my teensy 4.0 board referring to issue #17 but after successful compilation i get a warning saying:

WARNING: library SSLClient claims to run on samd, sam, tivac, stm32, esp32 architecture(s) and may be incompatible with your current board which runs on avr architecture(s).

and the Command Window I get this error message:

Attempting MQTT connection...(SSLClient)(SSL_WARN)(m_run_until): Terminating because the ssl engine closed

(SSLClient)(SSL_ERROR)(m_start_ssl): Failed to initlalize the SSL layer

(SSLClient)(SSL_ERROR)(m_print_br_error): Unknown error code: 298

Describe the solution you'd like
I wanted to check if this library supports Teensy4.0 if not are there any similar ones that support teensy 4.0 boards.

Additional context
Teensy 4.0 features an ARM Cortex-M7 processor at 600 MHz, with a NXP iMXRT1062 chip. https://www.pjrc.com/store/teensy40.html

@gannaramu gannaramu added the enhancement New feature or request label Oct 28, 2020
@gannaramu
Copy link
Author

I think I had figured out the issue I didn't initialize few things. Sorry for the Trouble.

@gannaramu gannaramu mentioned this issue Oct 28, 2020
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant