- 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 105 times
1) Assume we have Wifi board connected to the AVR. Write a code that will send 1kB data.(either in C or assembler assemb
-
- Posts: 43759
- Joined: Sat Aug 07, 2021 7:38 am
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) 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)