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