hiya,
Software Serial library that works?
I have a yellowtail and using the 1.3 library, the plan is to use the yellow tail as a wireless coms module transceiving for a seeeduino mega, which is driving my robot.
ide arduino 17
got udp working not from the included example but the simplified sketch posted on the forum. The sockets ddi not work they way I wanted at the moment.
I have modified this and happy, until I run out od\f resources....
I have this working as a single serial port, but that has been alot of hassle I am disabled and it's taken me alot of time to manage the bootoader, debug and getting the serial to serial comms to work reliably.
I tried the newsoftserial, and as the prvious post states, it works with wifi, it works with newsoftserial, but not together. The initial Wifi.Run(); never gets there.
I tried to edit the line(s) in newsoftserial.c to comment out line 315 and or 316 and then the whole block.
The first 2 lines either singley or togther you get a hard compile error!
If you comment out the whole block down to end if the compiler does not finish and you get red lines up pointing to uip.h
from newseoftserial.cpp
line 315
#if defined(PCINT0_vect)
ISR(PCINT0_vect)
{
NewSoftSerial::handle_interrupt();
}
#endif
line320
from C:\Documents and Settings\davo.GECKO-1\My Documents\Arduino\libraries\WiShield/uip-conf.h:141,
from C:\Documents and Settings\davo.GECKO-1\My Documents\Arduino\libraries\WiShield/uipopt.h:104,
from C:\Documents and Settings\davo.GECKO-1\My Documents\Arduino\libraries\WiShield/uip.h:89,
Is there another software serial library known to work, or is there a fix ? I had some issues with getting the hardware serial to hardwares serial to work reliably. Newsoft just seemed to work better anyway.
Another issue is when the yellowtail is starting up, do not send anything to the serial line until it has started or it hanges. With WPA a 40 seconds inhinit on the Mega link works fine.
My skill lelvels are low.......but I have enjoyed this project. C/CPP String manipulation ......????
On another topic could n't find too much on this when I was researching, indoors I am getting 20M easy, and thats in a difficult environment, the worst area my sons laptop wireless and all the clss 2 bluetooth devices fail or suffer, the yellowtail seems to be fine.
and Get a boost regulator, a big one!
thanks
Dave