megaTinyCore + wifi101: ATtiny3216SN #875
Replies: 2 comments 2 replies
-
I have not worked with wifi stuff yet (and would be using ESP8266's when I
do, cause they're cheap and I'm cheap.
There;s a port of Ethernet. but I don't think there is of wifi
…On Wed, Dec 21, 2022 at 3:32 AM Hai-Elec ***@***.***> wrote:
https://forum.arduino.cc/t/megatinycore-wifi101-attiny3216sn/1062893
I only need control some buttons and log some data byte to server, so I
use ATtiny3216SN with module ATWINC1500, I think ATtiny3216SN 20 pin is
very cheap and suitable for all small MCU PCB, (I have built a single touch
button PCB with ATtiny3216SN, it worked OK with me).
At first, I use MPLAB X IDE to generate library to connect ATtiny3216SN
and ATWIC1500 module, then, after that, I do not know how to do next steps
to continue coding for my applicant. I do not understand how to use the
sample code of microchip with atmega4808 or SAMD21 for my ATtiny3216.
Then I switch to Arduino DUE R3, I connected DUE to ATWINC1500 module, and
it work with sample WebServerWiFi of Arduino WIFI101 library, and DUE can
also log data to XAMPP server with coding line from guidance DOC.
Very happy with result on DUE, I continue to use ATtiny3216 and
ATWINC1500, (although ATtiny3216 can work with 3.3V but I use it for 5V, so
I use shift logic level to connect ATtiny3216 with ATWINC1500 module).
But I have trouble with client.read() command and example WebServerWiFi do
not work with ATtiny3216.
I post it to Arduino forum already. Now, I hope someone here, who more
familiar with megaTinyCore, can help me.
if you have time, you can check my post on Arduino forum at link below:
https://forum.arduino.cc/t/megatinycore-wifi101-attiny3216sn/1062893
—
Reply to this email directly, view it on GitHub
<#875>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTXEW2FHG5CTEGH5DJS53LWOK6A3ANCNFSM6AAAAAATFLPTFA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
____________
Spence Konde
Azzy’S Electronics
New products! Check them out at tindie.com/stores/DrAzzy
GitHub: github.com/SpenceKonde
ATTinyCore <https://github.com/SpenceKonde/ATTinyCore>: Arduino support for
all pre-2016 tinyAVR with >2k flash!
megaTinyCore <https://github.com/SpenceKonde/megaTinyCore>: Arduino support
for all post-2016 tinyAVR parts!
DxCore <https://github.com/SpenceKonde/DxCore>: Arduino support for the AVR
Dx-series parts, the latest and greatest from Microchip!
Contact: ***@***.***
|
Beta Was this translation helpful? Give feedback.
-
Thanks SpenceKonde for your comments! I think I should add some comment below, just for someone else need similar project for ATtiny3216: |
Beta Was this translation helpful? Give feedback.
-
https://forum.arduino.cc/t/megatinycore-wifi101-attiny3216sn/1062893
I only need control some buttons and log some data byte to server, so I use ATtiny3216SN with module ATWINC1500, I think ATtiny3216SN 20 pin is very cheap and suitable for all small MCU PCB, (I have built a single touch button PCB with ATtiny3216SN, it worked OK with me).
At first, I use MPLAB X IDE to generate library to connect ATtiny3216SN and ATWIC1500 module, then, after that, I do not know how to do next steps to continue coding for my applicant. I do not understand how to use the sample code of microchip with atmega4808 or SAMD21 for my ATtiny3216.
Then I switch to Arduino DUE R3, I connected DUE to ATWINC1500 module, and it work with sample WebServerWiFi of Arduino WIFI101 library, and DUE can also log data to XAMPP server with coding line from guidance DOC.
Very happy with result on DUE, I continue to use ATtiny3216 and ATWINC1500, (although ATtiny3216 can work with 3.3V but I use it for 5V, so I use shift logic level to connect ATtiny3216 with ATWINC1500 module).
But I have trouble with client.read() command and example WebServerWiFi do not work with ATtiny3216.
I post it to Arduino forum already. Now, I hope someone here, who more familiar with megaTinyCore, can help me.
if you have time, you can check my post on Arduino forum at link below:
https://forum.arduino.cc/t/megatinycore-wifi101-attiny3216sn/1062893
Beta Was this translation helpful? Give feedback.
All reactions