Forum Rule: Always post complete source code & details to reproduce any issue!

Search:

Type: Posts; User: snowsh

Page 1 of 3 1 2 3

Search: Search took 0.00 seconds.

  1. Thread: eurocards

    by snowsh
    Replies
    2
    Views
    244

    Paul, I have a recording console from the late...

    Paul,

    I have a recording console from the late 80s that uses eurocard backpane connectors. Its was based on a z80 and follows that standard. I have attached the connector detail schematic for the...
  2. #WS2812 + i2c combo breakout from case - what connector to use?

    So my project is nearing rev2 - hopefuly the last prototype. Thankfuly all issues have been ironed out with REV1.0 pcb...

    I have a load of WS2812 inside the main unit, and I break out to another...
  3. Thread: The Machine

    by snowsh
    Replies
    6
    Views
    584

    video showing the prototype with paper and window...

    video showing the prototype with paper and window tint film....

    https://www.youtube.com/shorts/AxZwknXfylM
  4. Thread: The Machine

    by snowsh
    Replies
    6
    Views
    584

    So far my prototype uses a sheet of paper to...

    So far my prototype uses a sheet of paper to diffuse the WS2812s, and a sheet of car window tint. Works really well and the OLEDs look great through the tint. SO the thinking is to use acrylic with...
  5. Thread: The Machine

    by snowsh
    Replies
    6
    Views
    584

    The front panel will be black tint transparent....

    The front panel will be black tint transparent. for initial prototypes I will use an acrylic. Its hard to tell from the pcb render, but there are also OLED screens..... The body will likely be formed...
  6. Thread: The Machine

    by snowsh
    Replies
    6
    Views
    584

    The Machine

    Today I ordered the first batch of PCBs for my project "The Machine".
    It is a sequencer unlike any other. Until I have proper videos made to explain it, I have just made public my development...
  7. Replies
    7
    Views
    372

    brilliant, thanks Paul! To continue this line...

    brilliant, thanks Paul!

    To continue this line of thought, I am using the redundant RX pin for my IRQ. Are there any tricks I could use to maybe send a serial ID value to interrupt line so the main...
  8. Replies
    7
    Views
    372

    @BriComp - no I dont want to use the UART. The...

    @BriComp - no I dont want to use the UART. The question is about how WS2812 functions - whether or not it engages UART as it has to run on one of the hardware serial ports..... I want to know if the...
  9. Replies
    7
    Views
    372

    @defragster - yes the irq pin it needs to be read...

    @defragster - yes the irq pin it needs to be read as an input. How about this based on your suggestion:




    #define SUB_PROCESSOR_IRQ 34 // RX8 //...
  10. Replies
    7
    Views
    372

    bueller......

    bueller......
  11. Replies
    7
    Views
    385

    Thanks Paul, that gets me on the path.... lcsc...

    Thanks Paul, that gets me on the path.... lcsc good as I will use jlcpcb anyway ;)
  12. Replies
    7
    Views
    385

    I really should stop posting late at night... ...

    I really should stop posting late at night...

    My question was a bit vague at best...

    Yes I know this connector is not a hub and I do realise I am going to need some extra hardware to do this....
  13. Replies
    7
    Views
    385

    T4.1 USB host - dual port?

    In this thread https://forum.pjrc.com/threads/64122-Connecting-a-USB-active-HUB-to-the-Teensy-4-1 paul says yes, you can use a hub on the usb host....

    Because I would like to hook up a midi...
  14. Replies
    7
    Views
    372

    WS2812Serial non blocking question

    main hardware:
    T4.1
    arduino nano v3
    WS2812 - lots of them.....
    ADUM1201ARZ-RL7 logic level shifter

    Im using https://github.com/PaulStoffregen/WS2812Serial library, works great.

    I am using...
  15. Replies
    9
    Views
    1,213

    AHA! got it. I was thinking the volume was set by...

    AHA! got it. I was thinking the volume was set by the SGTL5000, but I see now the Audioboard is just holding a pot and connecting the wiper back to the t4.1 for processing..... How did I not see...
  16. Replies
    9
    Views
    1,213

    Paul, I think I see, so the volume change is...

    Paul, I think I see, so the volume change is achived by changing the AGND in some way? Im a bit lost in the analogue side, much more of a programmer but keen to know more about how this works.....
  17. Replies
    9
    Views
    1,213

    Well looking at the schematic:...

    Well looking at the schematic:
    https://www.pjrc.com/store/teensy3_audio.html
    29752

    pin 15 goes past a cap into a pot then via a solder bridge (default to GND) to the "ADDR" line (pin 31) on the...
  18. Replies
    9
    Views
    1,213

    im thinking the pin 15 connection to the teensy...

    im thinking the pin 15 connection to the teensy being analogue, is going to allow the teensy to digitally set the volume. Before I wade into the library, I thought I would ask. I doubt I want to use...
  19. Replies
    9
    Views
    1,213

    audioboard REV d voume pin 15

    Teensy 4.1
    Audio board Rev D

    I am designing a board with option to add the rev D audioboard, however I am pin limited.

    I dont need the SD card or the memory expansion, so I have omited those...
  20. Replies
    1
    Views
    243

    In the attached screen shot below, you can see...

    In the attached screen shot below, you can see the top two rows of 14 pins are the main sockets for the audio board to sit over. the lower set of paired pins are for the teensy. On the left are some...
  21. Replies
    1
    Views
    243

    Ground plane for audio board

    Im designing a PCB to mount a t4.1 and an audio board rev d side by side. I have dealt with all the ground traces for line in / out and the headphones etc. Question is, I note the photos of the board...
  22. Replies
    3
    Views
    601

    ok yes that is what I was thinking. I intend to...

    ok yes that is what I was thinking. I intend to commnicate between the two teensy. Are there issues connecting pins if they are powered separately?
  23. Replies
    3
    Views
    601

    multiple teensy on one board

    I am working on a project that now requires two or more teensy 4.1.

    I have not yet decided on how to communicate between them. Serial UART or i2c maybe... My question is about power. 3v3.....
    ...
  24. Thanks Luni, thats some reading for me!

    Thanks Luni, thats some reading for me!
  25. using multiple teensy 4.1 boards in one sketch

    just mulling some ideas I have...

    I am thinking of a design that uses two teensy 4.1 boards. Is it possible to use one teensy as master for USB upload from arduino, and have the master flash code...
  26. Replies
    0
    Views
    248

    MIDI 5 pin DIN and TRS swiching circuit

    As part of my soon to be revealed project, I am working on a circuit that offers both 5 pin DIN MIDI and 3.5mm TRS jack conectors. I have a load of TRS switching jacks which are readily available....
  27. Replies
    2
    Views
    445

    well i sorted it by reinstalling teensyduino and...

    well i sorted it by reinstalling teensyduino and removing all the other instances of SD and SDFat. guess I will have to reinstall these libs if I use a nano etc.....
  28. Replies
    2
    Views
    445

    SD library issues

    So I decided to have a look at Arduino ide 2. I checked to see if I could run the new version 2 alongside my original Arduino (1.8.15) Teensyduino 1.54 - results said yes and that my libraries would...
  29. Thanks for the help, got it running now. Here...

    Thanks for the help, got it running now.

    Here is a working example sketch:


    /*
    example sketch to drive up to 1 + 8 monochome OLED displays using a TCA9548A i2c MUX

    display on wire 0...
  30. how to create a structured array of diplay objects

    I have declarations for multiple OLED displays running via an 8 channel i2c Mux:


    Adafruit_SSD1306 display1(SCREEN_WIDTH, SCREEN_HEIGHT, &Wire2, OLED_RESET);

    Adafruit_SSD1306...
  31. Apologies for bumping a thread from 2018, but I...

    Apologies for bumping a thread from 2018, but I suspect i am experiencing a similar problem. Was a solution ever found? Right now I have fixed a crash that was happening very quickly during runtime....
  32. Replies
    1
    Views
    349

    midi sequencer. timed events

    t4.1

    I am developing a midi sequencer. At present its timer is based on a couple of counters. the first counter measures the steps in each pattern, and the second increments on each round of the...
  33. Replies
    2
    Views
    458

    @MarkT Thanks for the advice, how does this look?...

    @MarkT Thanks for the advice, how does this look?

    26757

    I was thinking if two diodes to just keep the line from being driven in reverse as I have patch points everywhere to modify the...
  34. Replies
    2
    Views
    458

    help needed to choose 2 dioodes.

    I have the following circuit block:

    26751

    I am building a prototyping board that allows me allot of options. I may be skipping this part of the circuit and driving AAT-REQ-5V or ATT-REQ-3.3V...
  35. Replies
    7
    Views
    1,049

    I keep running into dead ends on this. Im thiking...

    I keep running into dead ends on this. Im thiking I will be moving midi over the serial lines from the t4.1 to the mega and back. Now I wonder if I go with opto isolators as you would with a midi...
  36. Replies
    7
    Views
    1,049

    link a teensy 4.1 to an arduino mega 2560 R3

    I want to link a teensy 4.1 to an arduino mega 2560 R3.

    What is the best way to hook these two together to exchange data? Serial? a parallel bus? SPI etc? Are there any libraries available to...
  37. Replies
    4
    Views
    1,319

    found it:...

    found it:
    https://forum.pjrc.com/threads/25549-What-is-the-difference-between-the-74HCT245-and-sparkfun-s-logic-level-converter



    I suppose in this case Paul is talking about using it in one...
  38. Replies
    4
    Views
    1,319

    I still havent found the post where paul explains...

    I still havent found the post where paul explains more, but here is somthing:

    https://forum.pjrc.com/threads/68108-WS2812E-teensy4-1-logic-level-shifting?p=287739#post287739
  39. Replies
    4
    Views
    1,319

    74hct245 3.3 to 5v level shifting

    I am working on a project to replace a z80 based controller board on a large studio mixing console.

    I have a fully functioning replacement using an arduino mega2560 rev 3. Now I move to building a...
  40. yep its seems to be passing data through now. BRD...

    yep its seems to be passing data through now. BRD is already taken are of. the motherboard select bits set all the trancievers to active and the chip select line decoder ICs1 and 5.

    Nice console!...
  41. thanks for the advice Foxhood. In reference to...

    thanks for the advice Foxhood. In reference to your query if the pin mode was set correctly, I was running a check within my write function to determine if it was in read mode. You will note the...
  42. What console do you have? Im working on a...

    What console do you have? Im working on a Soundtracs Eric, its quite a beast.
  43. well I think I may have found a solution. ...

    well I think I may have found a solution.

    reading this thread using answer #4 from Fungus, this seems to allow me to pass data through this 74LS245

    here is my modified function to put data on...
  44. Thats correct. I have removed motherboard id 3...

    Thats correct. I have removed motherboard id 3 for my bench testing. The jumpers set the address and IC2 is a comparater. writeBoardAddress() does exactly that and works fine.



    yes conn 2 is...
  45. I just double checked the board. The line showing...

    I just double checked the board. The line showing pin 19 connected to the common of the resistor package is an error. It is only connected to pin 19 on IC2, 18 IC1 and IC5 19 The is the motherboard...
  46. yes there are some ommisions in the schematic. I...

    yes there are some ommisions in the schematic. I have spent weeks noting the circuit and tracing lines. Pin one is connected to RD, and when the motherboard is selected, the OE pin (19) is pulled low...
  47. I should make it clear: I can see the voltage...

    I should make it clear: I can see the voltage change HIGH / LOW on the a side (a0 - a7) of the LS245 which is connected to the mega. The b side (b0-b7) is allways HIGH - dont forget the 22k pullup...
  48. The OE is LOW, and the DIR pin is HIGH. ...

    The OE is LOW, and the DIR pin is HIGH.

    Schematic for the motherboard is here:

    https://drive.google.com/file/d/1qv4...ew?usp=sharing

    I am connecting at conn 4 top right. The LS245 in...
  49. some trouble with a 74LS245 octal bus tranceiver...

    OK, start at the start....

    I have a mixing console that was built in the 80s and uses a z80 to control switching of audio routing, leds and detect button presses.

    The console consists of 7...
  50. correct: digitalWrite(ADDR[0], ((j &...

    correct:



    digitalWrite(ADDR[0], ((j & 0x01) ? HIGH : LOW)); // bit-fiddle to set the i-th pin to HIGH IFF binary version of j
    digitalWrite(ADDR[1], ((j & 0x02) ? HIGH :...
Results 1 to 50 of 102
Page 1 of 3 1 2 3