This repository has been archived on 2023-01-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
05_wickler/19_m1284p_WIZNET_blynk/README.md
2019-03-16 22:59:51 +04:00

15 lines
578 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# AtMega1284p+W5500 IOT Blynk application
Ive made porting from W5500_EVB(NXP LPC13xx + W5500) to AtMega1284p+W5500 custom board.
This is NO Arduino. Used C language project with WIZNET native sockets API , only for experienced programmers.
Building in Eclipse Kepler with AVR-Eclipse plugin and avr-gcc 4.9.2 toolchain.
I made correction blynk.h/blynk.c to match BLYNK protocol 0.6.0,
because original W5500_EVB project based on BLYNK 0.2.1.
Tested and worked:
GPIO IN-OUT, Analog READ-WRITE, Virtual IN-OUT, PUSH values, PUSH messages, blynk_syncAll().