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.
		
		
			
		
		
		
		
			|  | 7 years ago | |
|---|---|---|
| .. | ||
| Application/Blynk | 7 years ago | |
| Blynk_application | 7 years ago | |
| Ethernet | 7 years ago | |
| Internet/DNS | 7 years ago | |
| git_goodies | 7 years ago | |
| .cproject | 7 years ago | |
| .project | 7 years ago | |
| README.md | 7 years ago | |
| globals.c | 7 years ago | |
| globals.h | 7 years ago | |
| main.c | 7 years ago | |
| spi.c | 7 years ago | |
| spi.h | 7 years ago | |
| uart_extd.c | 7 years ago | |
| uart_extd.h | 7 years ago | |
		
			
				
				README.md
			
		
		
	
	AtMega1284p+W5500 IOT Blynk application
I’ve 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().