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.


Messages - jgavlik

Pages: 1 2 3 4
1
General Discussion / Re: TinyScreen+ Sleep Mode Question
« on: January 24, 2023, 01:08:16 PM »
Looks like it....let me check it out further...if it, indeed is, consider offering it to all of those of us who would like to reduce the power consumption of this processor.

Thanks again....
-john

2
General Discussion / Re: TinyScreen+ Sleep Mode Question
« on: January 23, 2023, 01:37:39 PM »
Réna,

Thanks for your quick reply.

Now to a related question....

Can one get a hold of some sort of RTC (Real Time Clock) interrupt software to 'wake up' the processor. - I'm thinking of once each second.   This solution would suit many applications and peripheral types that only use the I2C bus.

Thanks again,

-john

3
General Discussion / TinyScreen+ Sleep Mode Question
« on: January 21, 2023, 01:57:53 PM »
Can the TinyScreen+ board be woken up by an external accelerometer signal (interrupt, I suppose) instead of one of the push buttons as this link suggests  ... https://tinycircuits.com/blogs/learn/tinyscreen-external-interrupt-sleep-mode?_pos=1&_sid=7de2a5d9b&_ss=r

That is, without any hardware changes...just software.

Thanks,
-john

4
TinyTV & Tiny Video Player / Re: #include "src/IRremote/IRremote.h"
« on: August 16, 2022, 12:56:03 PM »
OK...I think I see the difference...there are actually two (2) Tiny TV video player Arduino S/W files on the website....they are...

//  TinyCircuits TinyTV Video Player - that uses the IR controller and probably is the one that goes into the 3D printed TV
and
//  TinyCircuits Tiny Arcade Video Player - that doesn't - and is sort of a stand-alone board set that can work with the Arcade

I guess I compiled the latter (//  TinyCircuits Tiny Arcade Video Player) that is somewhat different from the former

-john

5
TinyTV & Tiny Video Player / Re: #include "src/IRremote/IRremote.h"
« on: August 16, 2022, 12:14:56 PM »
Thanks!....but what is this https://learn.tinycircuits.com/Kits/Tiny-Video-Player-Kit_Tutorial/

It came with all the tabs at the top and I got it to compile instantly and see videos...which is which??

-john

6
TinyTV & Tiny Video Player / Re: #include "src/IRremote/IRremote.h"
« on: August 15, 2022, 06:33:31 PM »
That works (thanks!)....but now I'm getting a  tcConfigure(30720) was not declared in this scope (see below)....and after commenting that line below out, it pops up another "readCodes() not declared in this scope" message on another instruction....I'm attempting to simply compile TinyTV....what am I missing.  -john

void setup(void) {
  analogWrite(A0, analogRead(A0));//Set audio output to avoid picking up noise, even if audio isn't used
//  tcConfigure(30720);
  display.begin();
  display.setBitDepth(1);
  display.setFlip(true);
  display.setFont(thinPixel7_10ptFontInfo);
  display.initDMA();
  irrecv.enableIRIn(); // Start the receiver
  pinMode(RECV_PIN, INPUT_PULLUP);
  SPI.begin();
  delay(50);
  if (!sd.begin(10, SPI_FULL_SPEED)) {
    cardNotFound();
  }
  SPI.setClockDivider(0);
  if (display.getButtons(TSButtonUpperRight)) {
    delay(10);
    if (display.getButtons(TSButtonUpperRight)) {
      settingsMainMenu();
    }
  }
  readCodes();
  readSettings();
  if (!fullVolume) {
    volume = 3;
  }

7
TinyTV & Tiny Video Player / Re: #include "src/IRremote/IRremote.h"
« on: August 15, 2022, 03:24:00 PM »
Thanks Réna...but help me out here...how does one go about putting the contents of the folder into the Arduino lib??

-john

8
TinyTV & Tiny Video Player / #include "src/IRremote/IRremote.h"
« on: August 15, 2022, 12:46:08 PM »
Since the TinyCircuits TinyTV Video Player (Arduino code) has the #include "src/IRremote/IRremote.h" ...where can one find the lib?


Thanks,

john

9
TinyTV & Tiny Video Player / Re: Tiny TV Remote Power ON-OFF
« on: July 22, 2022, 12:39:50 PM »
Réna,

Thanks, again!

-john

10
TinyTV & Tiny Video Player / Re: Tiny TV Remote Power ON-OFF
« on: July 21, 2022, 06:12:22 PM »
Réna,

Then based on your comments, can one assume that this is the part of the code that does the Tiny TV ON-OFF without the power switch?

-john

  if (IRresult == powerCode || checkNewButtonPress(TSButtonLowerLeft)) {
    if (!isOff) {
      if (!isStopped()) {
        requestPause();
        delay(10);
        display.endTransfer();
      }
      display.off();
      isOff = true;
    } else {
      display.on();
      if (!isStopped()) {
        display.goTo(0, 0);
        display.startData();
        requestUnPause();
      }
      isOff = false;
    }
  }

11
TinyTV & Tiny Video Player / Tiny TV Remote Power ON-OFF
« on: July 21, 2022, 03:05:17 PM »
Question....does either the remote control or OLED push button actually turn power OFF; i.e., no battery power to the circuitry...or...does this simply blank the display as in display.off()

-john

12
General Discussion / Re: Tiny TV Software
« on: July 21, 2022, 02:50:12 PM »
Réna,

Thanks!

-john

13
General Discussion / Tiny TV Software
« on: July 20, 2022, 06:58:57 PM »
Is this the Tiny TV software that's loaded onto the OLED board?? 

https://raw.githubusercontent.com/TinyCircuits/TinyCircuits-TinyTV-ASK4002/master/examples/TinyTV.zip

Thanks,

John


14
General Discussion / Re: newer Nordic BLE module
« on: July 13, 2021, 08:18:39 PM »
Réna,,

Thanks for the update.

John

15
General Discussion / newer Nordic BLE module
« on: July 09, 2021, 06:25:01 PM »
Would your newer TinyCircuits Nordic BLE module be the Nordic Semiconductor nrf52811 with 32bit ARM processor and integrated Bluetooth Low Energy communication?   

Like in this product https://flightsketch.com/store/catalog/flightsketch-mini_1/

Thanks,

John


Pages: 1 2 3 4
SMF spam blocked by CleanTalk