i am new to any sort of programming.i am not going to lie but i have a project too do at university.where the teacher has not taught us anything at all.everyone in the class is in the same boat, that is or already has sunk. we have sent hundreds of complaints to the dean but nothing has been done.
basically he has given us a link to his website (which is http://www.cse.dmu.ac.uk/~sexton/ENGD2003/433page.html )and we have to produce the same. that is all we have been told by him.no help what so ever.
the task is two write an arduino programm in pairs where one arduino is transmitting and the other is recieving.what we have to recieve is shown in the table in the link above.the reciever code is given, but it must be edited to show what the table looks like.if anyone can make sense of it or if anyone is a "G" and would kindly write a tranmitter code i would be great full.
apart from the arduino he has also given us some"433MHz simplex radio frequency link" where one is attached to the transmitter and other to the reciever. if soomeone is willing to help but cant make sense of it please message me, maybe we could figure it out together.
this is what the steps are for writing transmitter code.
step1)include narcoleptic delay library(the program is suppose to send date for 1 second and sleep for 60 seconds), eeprom library store system id and node id in the eeprom), and virtual wire library to transmit data.
system id=0 and node id =2.
step 2)display number zero on 7seg 0 using potentiometer, press button1 to store number in eeprom.display num 2 on 7seg display using potentiometer,press button 2 to store number in eeprom.(note that both numbers should be stored in the same location on the eeprom therfore system id and node id must be 4bits each as one location of eeprom is8bit long.
step3)i dont know, and the teacher woont help us.the only help is the link above.
thanks