Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Pat ONeil

Pages: 1
1
Can you charge Tiny Screen battery when switch is off or does the switch need to be on?

Can you use a standard USB phone charger?

Thanks

2
General Discussion / Problem with Serial_Monitor with TinyScreen+
« on: July 20, 2016, 08:41:06 PM »
I am using Arduino 1.6.9 and cannot get this very basic script to work.    I have TinyScreen+ and GPS module and am just trying to get started.    I finally found and modified a SoftwareSerial module that allowed the sample GPS code to compile but got no output. 

So,  I simplified my code to the bare minimum.   No includes whatsoever. but not output to serial monitor.

Any ideas what is wrong? 
--------------------------------------------------------------------------

#define SERIAL_MONITOR Serial


void setup()
{
  SERIAL_MONITOR.begin(115200);
  delay(100);
  SERIAL_MONITOR.print("Attempting to wake GPS module.. ");
  SERIAL_MONITOR.println("done.");
  delay(1000);

 
void loop() {
  SERIAL_MONITOR.println("next done.");
  delay(1000);
}

Pages: 1
SMF spam blocked by CleanTalk