Teensy 4.1 - Support or configuration #1
-
Hi, I am trying to run an example script with the Teensy 4.1 using Please forgive my ignorance, but am I missing something? Any help would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Thanks for your interest in the library. Due to some issues with past Teensy cores (too long time ago I don't remember now), the support to Teensy has been dropped from Release v1.0.1. You can try using the Release v1.0.0 which supports Teensy to see if OK for you. I'm sorry I don't have time to retest to see if latest Teensy cores is OK now and add Teensy back to the supported boards because ESP_AT command shield is not popular now. Good Luck, |
Beta Was this translation helpful? Give feedback.
-
Hi Khoi, Thanks for getting back to me. I'll give it a try and see where I land with it. I've made a board that pairs a Teensy 4.1 with an ESP32-C3, so will be interesting to see how far I get before get in over my head (probably not very far in all honesty!). Thanks again for your work on this. :) Cheers, |
Beta Was this translation helpful? Give feedback.
-
Oh, awesome, thanks for the tip.
I'll check that out first then. Might need to do a little board rewiring to
access the SPI ports but I'll happily bow to your experience in these
matters. :D
Do you know if the ESP32-C3 has been used with this library too?
Cheers,
Michael.
…On Wed, 27 Oct 2021, 11:32 Khoi Hoang, ***@***.***> wrote:
If you're using *Teensy 4.1 and ESP32*, I suggest you have a look at this
thread in Teensy forum
*WiFiNINA_Generic Library for WiFiNINA modules to support Teensy and more
boards*
<https://forum.pjrc.com/threads/60245-WiFiNINA_Generic-Library-for-WiFiNINA-modules-to-support-Teensy-and-more-boards>
where ESP32, loaded with WiFiNINA firmware, is working with Teensy 4.1,
via SPI bus, using my *WiFiNINA_Generic* Library
<https://github.com/khoih-prog/WiFiNINA_Generic>.
The AT-command is not worth to use as it's slow and buggy. Using it with
the most powerful board of Arduino world Teensy 4.1 will destroy the
prestigious beauty of the Teensy solution.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABUO6K573CE66ZLHVSBG7ZLUI5CDHANCNFSM5GW5EPEQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
Oh interesting. Ok, no problem - If I make any headway with it, I'll let
you know. :)
If I end up redesigning the PCB I made, I'd probably go with an ESP32
module for that reason - out of curiosity, do you know whether any of the
ESP32 modules have significantly better antenna designs, connectivity,
power etc?
…On Thu, 28 Oct 2021 at 01:39, Khoi Hoang ***@***.***> wrote:
Do you know if the ESP32-C3 has been used with this library too?
Not yet, possibly you're first and we'd appreciate if you can share any
experience.
If having issue, still easy and cheap to use ESP32.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABUO6K474FUPWTROS5ZJE6LUJAFKXANCNFSM5GW5EPEQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
Thanks for your interest in the library.
Due to some issues with past Teensy cores (too long time ago I don't remember now), the support to Teensy has been dropped from Release v1.0.1.
You can try using the Release v1.0.0 which supports Teensy to see if OK for you.
I'm sorry I don't have time to retest to see if latest Teensy cores is OK now and add Teensy back to the supported boards because ESP_AT command shield is not popular now.
Good Luck,