You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
maxxir 8c6e189889 Comments and README.md corrected. 7 years ago
..
Application/Blynk Made fix correction blynk.h/blynk.c 16.02.2019 to match BLYNK protocol 7 years ago
Blynk_application Add pics: photo and screenshot 7 years ago
Ethernet Add new project for IOT testing [19_m1284p_WIZNET_blynk] 7 years ago
Internet/DNS Added DNS resolver to [19_m1284p_WIZNET_blynk], 7 years ago
.cproject Add new project for IOT testing [19_m1284p_WIZNET_blynk] 7 years ago
.project Add new project for IOT testing [19_m1284p_WIZNET_blynk] 7 years ago
README.md Comments and README.md corrected. 7 years ago
globals.c Remove my private token from project 7 years ago
globals.h Add push event (P13/PD.5 toggle every 10 sec && send state P13 to BLYNK 7 years ago
main.c Comments and README.md corrected. 7 years ago
spi.c Add new project for IOT testing [19_m1284p_WIZNET_blynk] 7 years ago
spi.h Add new project for IOT testing [19_m1284p_WIZNET_blynk] 7 years ago
uart_extd.c Add new project for IOT testing [19_m1284p_WIZNET_blynk] 7 years ago
uart_extd.h Add new project for IOT testing [19_m1284p_WIZNET_blynk] 7 years ago

README.md

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().