Forum Rule: Always post complete source code & details to reproduce any issue!
Tab Content
  • SteveCS's Avatar
    03-05-2023, 04:20 PM
    Well deleting literally every file with the word Arduino in it appears to have worked. We are talking 6000+ files (after an uninstall). But, the IDE seems to be back to normal again. I understand that a lot of files...
    24 replies | 348 view(s)
  • SteveCS's Avatar
    03-01-2023, 09:16 PM
    Well, binned all the files it would let me (except for ones that I obviously want to keep like CAD files etc named Arduino) There were a few it would not let me delete (system) Re-installed. Early signs are good. ...
    24 replies | 348 view(s)
  • SteveCS's Avatar
    03-01-2023, 08:21 PM
    6.2GB - 61,000 files. That's what a search of 'arduino' on the the 'C' drive has brought up. Uninstalled my *rse
    24 replies | 348 view(s)
  • SteveCS's Avatar
    03-01-2023, 07:56 PM
    You see THIS IS WHAT ANNOYS ME I uninstalled everything. Deleted the arduino folder in x86. Could find no other associated folders. Then I re-installed version 1.8.19 and it starts up with the file I last had...
    24 replies | 348 view(s)
  • SteveCS's Avatar
    03-01-2023, 07:35 PM
    Weird that it's worked fine for ages. Uninstalled all of it now.
    24 replies | 348 view(s)
  • SteveCS's Avatar
    02-28-2023, 08:46 PM
    exec: "C:\\Users\\steve\\AppData\\Local\\Arduino15\\packages\\teensy\\tools\\teensy-tools\\1.57.2/precompile_helper": file does not exist Error compiling for board Teensy 3.2 / 3.1. WTF
    24 replies | 348 view(s)
  • SteveCS's Avatar
    02-28-2023, 07:58 PM
    The Teensy installer doesn't work, can't find lib/version.txt. But I have checked at that file is there. Is it because I am currently running IDE 1.8.18? It worked fine before. The IDE is screwed too, as it...
    24 replies | 348 view(s)
  • SteveCS's Avatar
    02-28-2023, 11:51 AM
    Hi all I have a project that displays basic currency information on a 2x16 LCD screen. It has arisen that they would like to show that information on a standard LCD screen. Ideas? Not sure how you would even set...
    2 replies | 135 view(s)
  • SteveCS's Avatar
    02-27-2023, 10:20 PM
    I have had lots of problems with the latest Arduino IDE. In fact, I find version 1.8.5 to be the most stable for my needs. Higher than that breaks quite a lot of my projects for various reasons. I just wish that...
    24 replies | 348 view(s)
  • SteveCS's Avatar
    02-27-2023, 09:25 PM
    I think the whole thing is a mess. I only re-installed the IDE a few weeks ago after it corrupted and messed up a whole pile of things. Tonight I went to edit my Teensy 3.2 project and realised the Teensy boards had...
    24 replies | 348 view(s)
  • SteveCS's Avatar
    02-27-2023, 08:54 PM
    What the hell is going on. OK. The apparently dead 3.2 didn't show up at all in Device manager. Another Teensy 3.2 however did. So I put the 'probably dead' Teensy 3.2 onto my cheapy backup laptop and all is fine....
    24 replies | 348 view(s)
  • SteveCS's Avatar
    02-27-2023, 08:37 PM
    I am so angry.... dead 3.2? Looks like it for no apparent reason. This project board worked fine for weeks and then I left it a while. Back to it tonight and dead. Just grabbed my last 3.2 from the workshop...
    24 replies | 348 view(s)
  • SteveCS's Avatar
    02-27-2023, 08:21 PM
    Hi all Been programming my Teensy 3.2 fine. Today, it throws up: Previously selected Teensy port is offline. 1 other Teensy board found. Please select this Teensy from the Tools > Ports menu.
    24 replies | 348 view(s)
  • SteveCS's Avatar
    02-11-2023, 08:51 AM
    AAAHHHH.... That schematic is wrong. Pin 2 on the output is pin 3 on a DMX lead and vice-versa Swapped them around and now it works (with dmxTx.setRefreshRate set to 20)
    8 replies | 203 view(s)
  • SteveCS's Avatar
    02-11-2023, 08:12 AM
    In that DMX circuit diagram, there is a 4k7 pullup on the exit of the opto-coupler. Is it possible that the output signal cannot overcome that pullup? I dropped the input resistor to a 100R (maybe that was too low?). ...
    8 replies | 203 view(s)
  • SteveCS's Avatar
    02-11-2023, 07:28 AM
    Well, I have to admit defeat. I think this may be a timing issue or software related, as I have changed out all the components again, and tested again, and all seems fine. I have read the readme file for the...
    8 replies | 203 view(s)
  • SteveCS's Avatar
    02-09-2023, 08:59 AM
    Hmm. Doesn't show pin 7 of the opto isolators connected in the schematic or in the 6n137 datasheet. I have built this circuit before on an UNO and it worked. I could try it I suppose
    8 replies | 203 view(s)
  • SteveCS's Avatar
    02-09-2023, 07:36 AM
    I dropped the opto isolator resistors to 82R (R4 and R6 - transmit and direction). DMX light randomly flashes occasionally. Something still screwy
    8 replies | 203 view(s)
  • SteveCS's Avatar
    02-09-2023, 06:21 AM
    I have made this optically isolated DMX board. But, I want to use it with a Teensy 3.2 Doesn't appear to work, yet I have tested all the board and all seems to be operating correctly (Opto isolators etc). Would it...
    8 replies | 203 view(s)
  • SteveCS's Avatar
    02-02-2023, 02:19 PM
    I converted the images to C and loaded it into Progmem Then I used the Adafruit GFX.h library's bitmap routine and that seems to work well. I used: const uint16_t Border PROGMEM = { 0x0000, 0x0000, 0x0000,...
    23 replies | 921 view(s)
  • SteveCS's Avatar
    02-02-2023, 08:46 AM
    Thanks. I will look at that. This is supposed to convert images to C source code..... but of course, it doesn't work https://github.com/bitbank2/image_to_c
    23 replies | 921 view(s)
  • SteveCS's Avatar
    02-02-2023, 07:40 AM
    These examples are great (such as the https://github.com/bitbank2/JPEGDEC), but they don't appear to show you how to get the images into the flash memory to start with. There always seems to be some critical piece of...
    23 replies | 921 view(s)
  • SteveCS's Avatar
    02-01-2023, 04:05 PM
    Wow. I have to say at this point I am baffled. Just adding a PSRAM chip to the smaller pads, as I think that will be enough. But I have literally found about 6 different ways of implementing LittleFS and I just...
    23 replies | 921 view(s)
  • SteveCS's Avatar
    02-01-2023, 10:44 AM
    Thank you Paul. I will look into that asap and report back
    23 replies | 921 view(s)
  • SteveCS's Avatar
    02-01-2023, 06:38 AM
    We always put the audio board on the Teensy. However in this instance, we didn't have the headroom. Pretty sure that isn't the issue, as we have the problem on several other projects where they are stacked. I am...
    23 replies | 921 view(s)
  • SteveCS's Avatar
    01-31-2023, 08:25 AM
    No it's not the SD library. Well, maybe it is in this case, but the screeching noise has been a constant on several much simpler projects. At first, we thought it was a power supply issue, but we ruled that out. ...
    23 replies | 921 view(s)
  • SteveCS's Avatar
    01-31-2023, 06:55 AM
    It is a shame. I do like these modules, but we used them for several large installations on some commercial projects and had nothing but issues with them (those were all 3.2's + audio boards). I am not the main...
    23 replies | 921 view(s)
  • SteveCS's Avatar
    01-30-2023, 08:58 AM
    OK. Decided these Teensy Audio boards suck. Having so many problems with them that I just can't rely on them. This weird screeching issue is affecting a ew of our projects. Seems to be some issue with the comms to...
    23 replies | 921 view(s)
  • SteveCS's Avatar
    01-29-2023, 09:08 PM
    Hmm. Not sure how to fix this. I always put a line in to make sure the sound file has finished playing (+ a slight delay), before it tries to retrieve an image from the SD card (where the sound files are also...
    23 replies | 921 view(s)
  • SteveCS's Avatar
    01-28-2023, 02:56 PM
    Hi all I'll dig out the code tonight, but I am having consistant issues on many projects with 3.2's and their associated Teensy sound boards and 4.1's and their sound boards. They randomly emit a horrific screeching...
    23 replies | 921 view(s)
No More Results
About SteveCS

Basic Information

Statistics


Total Posts
Total Posts
76
Posts Per Day
0.23
Last Post
Arduino IDE gone all screwy 03-05-2023 04:20 PM
General Information
Last Activity
Yesterday 04:23 PM
Join Date
04-28-2022