wwatson's latest activity

  • wwatson
    wwatson replied to the thread SD.open()?.
    Best practice, treat all filenames as case sensitive...
  • wwatson
    wwatson reacted to jim lee's post in the thread SD.open()? with Like Like.
    Well.. It seems to be when I'm putting out a PWM to the display backlight while "Doing stuff". I had this nifty fade to black, do the display updates then fade back to full backlight. I spent forever testing all of the code I could think of. I...
  • wwatson
    If anybody is interested in playing, I have gone through the QNEthernet_WIFI library and cleaned it up. This is just until @shawn decides if and when he is going to do his updated API. This is a list of the major changes: - Converted all files to...
  • wwatson
    Is your "little kit" shipped with a sufficiently sized battery (and connected) to keep Teensy powered during shipping? This would have to be the case for @shawn's scenario to play out. If Teensy is not powered, then pressing the program/restore...
  • wwatson
    wwatson replied to the thread Teensyduino 1.62 Released.
    Something changed for the better with this release over TD1.62B5. Starting with TD1.61B1 up to TD1.62.B5, I would compile and run my DiskioMB library for the T4.1. This is a terminal version of the Micro Box mini OS. Running the 'ls' command on...
  • wwatson
    The support will develop. There are some talented groups starting to develop real products. Places like CERN, The European Laboratory for Particle Physics where the World Wide Web (WWW) was invented in 1989. I worked at CERN on ATLAS experiment...
  • wwatson
    wwatson reacted to mjs513's post in the thread Teensyduino 1.62 Released with Like Like.
    Will second what @KurtE said. I tested MTP with my simple MTP test sketch to check SD Card, progmem, f4 different flash chips etc. Worked no issues.
  • wwatson
    wwatson reacted to KurtE's post in the thread Teensyduino 1.62 Released with Like Like.
    Downloaded, and rebuilt MTP picture viewer and it still works :D Note: with current IDE releases, As soon as I close the preferences with the updated boards list, Arduino automatically reloads the board file, and detects that Teensy board can...
  • wwatson
    wwatson reacted to Dogbone06's post in the thread Call to arms | Teensy + WiFi = true with Like Like.
    I missed all these updates, been running around all kinds of places the past week. I am sooo happy to see that the project is alive and well. This is really engaging the people of this community. Absolutely wild, great work everyone! :love:
  • wwatson
    wwatson reacted to sparkfro's post in the thread Call to arms | Teensy + WiFi = true with Like Like.
    Very helpful, thank you! Ok, here's a quickly-put-together schematic and board layout. Haven't yet done any controlled impedance or length matching for traces, and definitely need more GND vias. Will do that later, want to first get feedback to...
  • wwatson
    Morning all, I installed it last night and tried my main MTP sketch (picture viewer) and it did not show any of the issues. But again it times out: void setup(void) { // mandatory to begin the MTP session. #ifdef MTP_TEENSY_H MTP.begin()...
  • wwatson
    Sorry, I was gifted the wife's flu and haven't been able to keep up. Looks like things are progressing well...
  • wwatson
    wwatson reacted to KurtE's post in the thread Call to arms | Teensy + WiFi = true with Like Like.
    For me, I would probably use it in one of the simple boards @Paul has made in the past, like: Would be great if Sparkfun sold some like these. Especially the later ones that have qwiic connectors. Sorry for the dust in the image
  • wwatson
    @KurtE - Nice, that appears to be like the one I have ( SS2211007)...
  • wwatson
    Good luck. You probably have tons of boxes, drawers and closet to look through like I do ;) Took me a half hour to locate Paul's T4.0 breakout board yesterday...
  • wwatson
    Ok, I found our schematic: Also, here is a link to my GitHub repo containing most of the information we all collected. It may be of use to you... EDIT: It looks like we are using the HOST_WAKE pin for int. 1DX pin #27.
    • image (1).png
  • wwatson
    @sparkfro - I am trying to find the schematic used for @Dogbone06 1DX board. Don't quote me on this but I think it is HOST_WAKE signal. Our current software is not using the In-band interrupt. //////////////////// // In-band interrupt...
  • wwatson
    @KurtE - This one: And the one I do not have is the SD card slot version: It would be nice to see if this SD slot version works with QNEthernet_WIFI on the uSDHC1(did I get that right this time?) :)
    • image.png
    • T41_WIFI_2_800x600.jpg
    • 1750936045120.png
    • 1750936089409.png
  • wwatson
    wwatson reacted to KurtE's post in the thread Call to arms | Teensy + WiFi = true with Like Like.
    I am trying to remember which wifi unit that you are using now... Any photos? Sorry been a bit distracted with other things. Might be fun to start testing again. And believe it or not, sometimes my desk/work area is not overly organized :D I...
  • wwatson
    wwatson reacted to mjs513's post in the thread Call to arms | Teensy + WiFi = true with Like Like.
    Morning Rewired and used shorter wires for the heck of it - found I had a couple of wires shifted by a pin -- cant count :) Once I did that it started working CPU speed: 600 MHz =========================== CYW4343W Card::begin: SDIO2...
  • wwatson
    One last post and then I have to take care of a sick wife. I tested several more of the sketches in QNEthernet_WIFI and they all worked without issue...
  • wwatson
    Dang that copy and paste stuff:D I did not try to trip you up on purpose🤣 But seriously I have not run into blank output with the scan sketch so it might really be a problem with the antenna. I live in a apartment complex and sometimes I get 60...
  • wwatson
    @defragster - The "cyw43_scan.ino" sketch does not use SSID or PWD. I'm in windows right now. Also @mjs513 I ran the sketch in windows with this result: CPU speed: 600 MHz =========================== CYW4343W Card::begin: SDIO2...
  • wwatson
    @KurtE - I always like seeing your busy work bench:D
  • wwatson
    wwatson reacted to KurtE's post in the thread Using TD1.62B3 with Dev Board 4 or 5 with Like Like.
    I pulled out the DB5 that has my own shield on it and am running HiLow test on it, and it is seeing other pins. Have not verified all of them, but at least some of the higher ones match... Sorry have not done a lot of testing on it yet, been...
  • wwatson
    Glad to here it :D I am using short 3" wires but I also have had problems with bad connections on the breadboard. I have to move the wires around a bit to get a good connection. I need some new breadboards again...
  • wwatson
    I will have to fire up the windows machine and check it out...
  • wwatson
    As a FYI they have released 2.3.10
  • wwatson
    wwatson replied to the thread SD.open()?.
    Odd, what version of Arduino and Teensyduino are you using? Good practice is to match upper and lower case. Try setting all the path names in the sketch to upper case again and see if it works.
  • wwatson
    Go to "Arduino/libraries/QNEthernet_WIFI/src/qnethernet_opts.h" and open it up with a text editor. The very beginning of the file should look like this: // SPDX-FileCopyrightText: (c) 2024-2026 Shawn Silverman <shawn@pobox.com> //...
  • wwatson
    wwatson reacted to sparkfro's post in the thread Call to arms | Teensy + WiFi = true with Like Like.
    FWIW I've tried using SDIO with jumper wires before (different project) and had a bad time. Use the shortest wires you can if you're using jumpers.
  • wwatson
    wwatson reacted to defragster's post in the thread Call to arms | Teensy + WiFi = true with Like Like.
    @mjs513 : seems it is this: https://github.com/wwatson4506/QNEthernet_WIFI Post somewhere in thread ... You have to watch this line as it converted wired to WiFi: https://github.com/wwatson4506/QNEthernet_WIFI/blob/main/src/qnethernet_opts.h#L12...
  • wwatson
    Yes, The latest is using a version of QNEthernet found here. I have not tried that library in a while. It was working. I will test it and see if there is a problem. For now it looks like there is a problem with SDIO communication to the CYW4343...
  • wwatson
    wwatson reacted to defragster's post in the thread Call to arms | Teensy + WiFi = true with Like Like.
    Indeed those pins work as tested here, see p#73 with board shown as received from @Dogbone06 https://forum.pjrc.com/index.php?threads/call-to-arms-teensy-wifi-true.77099/post-366611
  • wwatson
    @sparkfro - Sorry. You are correct uSDHC1 is the SD card slot and uSDHC2 is the external SDIO pins. Been awhile. I checked the driver to make sure...
  • wwatson
    wwatson replied to the thread SD.open()?.
    Glad to here it. Most Windows fans don't have to deal with case sensitive path names. In Linux the path names are case sensitive. SDfat uses Linux style path names including the forward slash, "/" as a directory separator.
  • wwatson
    wwatson reacted to mjs513's post in the thread Using TD1.62B3 with Dev Board 4 or 5 with Like Like.
    @wwatson Just tried using your method and its seems to work at least for the blink sketch. Have to try more later :)
  • wwatson
    :D - It is a pain, but also some interesting stuff as well. Sorry, I am also distracted, as trying to get a Pull Request into Zephyr code base, for changes to the Camera Support. I both appreciate and curse the process of getting stuff in. It...
  • wwatson
    wwatson replied to the thread SD.open()?.
    @jim lee - Is this what you were looking for? Path /System Directory Path /System/icons Directory Path /System/icons/standard Directory Path /System/icons/standard/cross32.bmp File Path /System/images Directory Path...
  • wwatson
    Completely forgot about that! If I remember right I use to get a message that I forgot to select MTP Serial. Its been awhile since I played. Been playing with the Arduino Uno Q. @PaulStoffregen - please dont ever make a board like that, its...
  • wwatson
    NIce, will test it out :)
  • wwatson
    wwatson reacted to KurtE's post in the thread Using TD1.62B3 with Dev Board 4 or 5 with Like Like.
    Quick update: I know there is about %.01 chance of any of this stuff merging, but I know a few may want to play with it. I could not simply rebase... Could not squash commits... So I created a new branch and cherry picked...
  • wwatson
    @PaulStoffregen Been playing with 1.61.4 and decided your MTP_Teensy library (https://github.com/PaulStoffregen/MTP_Teensy) and tried the example that you posted a while ago: #include <SD.h> #include <USBHost_t36.h> #include <MTP_Teensy.h>...
  • wwatson
    wwatson reacted to jmarsh's post in the thread why is this in RAM1? with Like Like.
    You want PROGMEM for const data in flash, FLASHMEM is for code/functions. Since your structs are actually holding pointers to string literals, those will need to be stored separately in flash; F() is documented as intended for this but does not...
  • wwatson
    wwatson reacted to defragster's post in the thread Call to arms | Teensy + WiFi = true with Like Like.
    Good Answers. #1 - @Dogbone06 had to work to find the 1DX back then. 1YN was in hand IIRC -active with reduced cost. #2 - Not sure SPI was supported? @KurtE did the work to expose SDIO/uSDHC2 support on the presented pins. #6 - Same. If the...
  • wwatson
    wwatson reacted to shawn's post in the thread Call to arms | Teensy + WiFi = true with Like Like.
    ✋ I'd love two so I can integrate all the WiFi things into the QNEthernet library. (I'm the author.) The reason I'm asking for two is so I can also test Teensy-to-Teensy communication.
  • wwatson
    Thanks for replying. Question: 1. Agreed. The 1YN would be the best choice. 2. uSDHC1 is broken out and so is the SDIO Interface we are using now. The pins described above are using uSDHC1. The current software can use uSCHD2 (SD card slot) by...
  • wwatson
    I'm planning to merge a lot of stuff in 1.63, but variant.h support is not in the plans. Probably not the answer you want to hear, but hopefully a clear and honest answer is better than silence and uncertainty.
  • wwatson
    wwatson reacted to KurtE's post in the thread Using TD1.62B3 with Dev Board 4 or 5 with Love Love.
    I am trying to decide if I have it in me, to update my Branch variants_override PR #750 to be up to date. Looks like the last time I did that was two years ago. My guess is it is still unlikely that any of this stuff would be pulled in to the...
  • wwatson
    Back in beta2, @h4yn0nnym0u5e asked if I want community help. Well, this is the moment! I can fix known issues, but I can't test everything and find all unknown problems. Please test this release candidate with any large projects you have...
Back
Top