Hello and welcome to SparkFun! Trying to contact us? For general support questions please utilize our chats and email options and for technical support questions please utilize our forum at forum.sparkfun.com.
Member Since: September 10, 2009
Country: United States
Tutorial - WiFly Wireless SpeakJet Server about 10 years ago
oooo disregard my previous post, I was having an issue with the delay loop. Nothing is wrong with the _println! :)
lol sorry guys!
Tutorial - WiFly Wireless SpeakJet Server about 10 years ago
Hey, Thank you for the terrific tutorial! I ran into a little issue though. I was working with your "WiFly_Page_Host" file and for some reason it would not close the connection to the laptop I was connecting with and would just hang forever. I looked at the code and found...
SPI_Uart_print("$$$");
delay(500);
SPI_Uart_println("close");
delay(1000);
SPI_Uart_println("exit");
delay(500);
Flush_RX();
I took out the "ln" after both _print commands and the code ran perfect, it closed the connection and served up the images. So the code was changed to the following...
SPI_Uart_print("$$$");
delay(500);
SPI_Uart_print("close");
delay(1000);
SPI_Uart_print("exit");
delay(500);
Flush_RX();
Thanks again for the tutorial, have a good one!
No public wish lists :(
Forgot your password?
No account? Register one!