Page 1 of 1

1) Assume we have Wifi board connected to the AVR. Write a code that will send 1kB data.(either in C or assembler assemb

Posted: Fri Jun 10, 2022 11:58 am
by correctanswer
1 Assume We Have Wifi Board Connected To The Avr Write A Code That Will Send 1kb Data Either In C Or Assembler Assemb 1
1 Assume We Have Wifi Board Connected To The Avr Write A Code That Will Send 1kb Data Either In C Or Assembler Assemb 1 (19.38 KiB) Viewed 107 times
1) Assume we have Wifi board connected to the AVR. Write a code that will send 1kB data.(either in C or assembler assembler) Use Wifi_send(), wifi_get() named functions. 2) Write a code that will collect data from 3 sensors and stores every hour at memory addre4ss 0x100 and every 10 hour sends data stored via an ethernet device plugged to the ip address=192.168.1.xx data_send(ip,data[]), data_get(buffer)