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 (43.1 KiB) Viewed 79 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 Ox100 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) 3) For a car that is designed write a code that will restrain from obstacles and if it is stucked from an obstacle tries to make maneuvers to rescue from it. 4) A sample collecting device has a timer and an interrupt occurs every 2 hours. At that time use measure function and a counter from 1 to 100 creating a 500ms delay and outputs this value to a port and samples one additional input pin and changes its state from 0 to 1 if this input is active. Write a code that will stores this 0 to 1 transitions..