Prok drum modules:
https://prok.co.uk/pages/eurorack/
Bassdrum, Snare, Hi-Hat and Hand Clap.
Type: Posts; User: mortonkopf
Prok drum modules:
https://prok.co.uk/pages/eurorack/
Bassdrum, Snare, Hi-Hat and Hand Clap.
hi there, I have had some panels fabricated and am looking for a bit of testing. I have two SPI port expander panels for 16 RGB rotary encoders available if there is someone out there who can use one...
@KurtE, many thanks for the clarification. As suspected, but good to hear / see RE Class.
priority is SD, I will run tests to see how SPI or SPI1 handle mixed CS for the different chips on same...
this thread feels like the best place to ask: support for SPI2 on the pin set
pin 54 - MISO2
pin 49 - SCK2
pin50 - MOSI2
is this impacted if SDIO (42,43,45) is being used? On KurtE's card...
22148
I am almost complete with my Teensy 3.5 euclidean sequencer for eurorack. Should have the code sorted in a couple of weeks
I have some code available on GitHub for the stand alone version...
@recursinging - very useful, thanks. I saw some discussion on Muff Wiggler and Axoloti forums mentioning the polyend poly, and I see that there is some hope for a stable voltage output and reasonable...
well, probably 30 quid after some postage.... but yes, I take your point, still cheap and very accessible for the DIYer
that droop rate was interesting. sample and hold on Mutable Instruments...
Hi all,
does anyone on the forum have practical experience of using the MAX11300 chip as Control Voltage output?
The MAX11300 chip, particularly the MAX11300PMB1 peripheral module seems to have...
Teensy eurorack simple drum module:
https://github.com/mortonkopf/Teensy_simple_drum
Here is a short video of the drum module with the step divider
https://www.youtube.com/watch?v=7iTxoKPSAh0
Hi Paul,
I will put video up in the next day or two and link it from the git repo if that helps. In the meantime: step divider is a utility module, it doesn't produce sound on its own, it takes...
for the list: Teensy eurorack Step Divider
https://github.com/mortonkopf/Teensy-eurorack-rotating-step-divider
yes, I have had untold problems with Wordpress since their update to "blocks", and most of the pages will not now render properly. A major rewrite is needed. I will dig it out and post tomorrow as I...
hi there. Does it still glitch when all Serial.print comments are removed? There is still one in the file read section that should not be there when in operation. Thats about all I can think of,...
you can use the code in message #381 of this thread with the converter on orchardelica. You should be able to use webpages offline by keeping a copy saved for offline use. That way you don't need to...
to me it looks like red and blue values in the RGB are switched. You can alter the way that the colours are put back together when they are retrieved from the SD File, and ensure that they are put...
glad that it helps.
hi. you might find the post here useful as it describes reading a bmp for image display, and later in the thread describes how to use this for light painting. This is useful as it reads one line at a...
you may find that boards is greyed out unless you change output mapping mode to "boards of pixels" rather than "single pixels". this is under menu>options>output. but I have not used this option, so...
hi there, I had a look at my Glediator settings for a project last year using the octoboard, and I had Pixel Order = HL_TL and Board Order = HS_TL. so perhaps your pixel order should be HL_TR and...
@misterwilling. glad you got it working with the approach we discussed, it seems like a lot of work at first, but actually makes everything very straight forward and whats more, reuseable for...
@nouk, following on from the above post, your led reference array would therefore be something like:
int myled[] = {3,4,5,8,9,10,11,12,20,21,22,23,24,25,26,35,36,...etc};
you image data is held...
Hi, the way to get the led colour from the array of all the pixel data is to imagine the whole frame of pixel data in the buffer as a consecutive list of pixel values, and not to worry about what...
personally, I would leave all processing, Jinx and glediator output as standard, and do the pixel shifting at the Teensy end. This way you repurpose the code more easily for different input streams....
It looks to be like you could use a led reference array. This is where you put the led number into an array that can be looped through in the usual plus one loop, but will grab the correct pixel info...
does this help: https://forum.pjrc.com/threads/57153-FastLED-not-compiling-on-Teensy-LC-SysTick-not-defined
you might have a look to Ensure you have the latest fastled
midi to analogue synth applications (CV out)
?
explore non-blocking ws2811/12 library if using less than 600 leds? https://github.com/PaulStoffregen/WS2812Serial
for setting the function of the chip, see page 21 of the data sheet : IOCON: I/O EXPANDER CONFIGURATION REGISTER
this sets out why you have the bit settings as described above.
hi, datasheet: http://ww1.microchip.com/downloads/en/devicedoc/20001952c.pdf
if you have a read of the GitHub repository for the library https://github.com/sumotoy/gpio_expander
, read the...
good to know that you know which mcp chip is which re addresses. hopefully you can see which teensy pins are being used for the spi bus, this is going to be crucial in getting the mcp working. on the...
I think that you will save yourself a lot of time by seeing if the manufacturer will reprogramme the Teensy. Anyhow, can you see from the traces which pins are being used for SPI? it may be there is...
It looks like this is going to be a long haul. your best best is to get used to the serial monitor built in with the Arduino IDE, it makes life very simple when Debugging, as you can insert simple...
here is an schematic of the mcp23s17 using inputs and outputs set and read by the bit read functions
16945
you might some reaction from the chips using this code if you know which chip is address...
hi there @Gr8guitar. Happy to try and help out, I am not sure of how familiar you are with the language and the programming environment, the support for these chips is not the easiest to get your...
The best course of action is to return for reprogramming
these chips have the option to use interrupts, so there may have been a set up in code to wait, or it may have been set up to poll. I use Sumotoys library and use polling with the Teensy 3.5, as this...
for multiple strips, follow crees direction and instantiate fastled for each pin you want: https://github.com/FastLED/FastLED/wiki/Multiple-Controller-Examples
void setup() {
...
Also, MCP23S17 port expanders. These are SPI based, and work on a single chain, with each of the MCP chips having a separate hardware address. The chain length is limited to 8 chips. there are so...
well, this is my barebones code:
/*
*This sketch outputs images to persistence of vision led strips
*It uses FastLed to drive APA102 leds, sending colour values from
*arrays held in flash...
@po ting, these look great.
@abrownnm - sorry, but I haven't used that abstraction of the poi code so can't help with that. However, have you run your setup with just using the firstlight Fastled example in the examples...
oh, nope, its all cool as is its all for sharing, but thanks for the offer. It s been a collaborative effort by a lot people on this thread / forum...
regarding voltage for lef strips, there have been a lot of different experiences from users here on the forum. I successfully run the 5v led strips from a single. IT seems to be the difference in...
Hi, enjoy build the POV. you don't need to use the charging circuit, you can use a battery sled. I used one on an earlier version when testing, it was 4 AAA rechargeable (but recharging using a stand...
Hi there. For standard Octows2811 setup, you can use the following to generate scolling text:
#include "OctoWS2811.h"
//fixed values for octoWS2811
const int ledsPerStrip = 60;
DMAMEM...
great that it's all going now, no need for anything other than the thanks you have already said.
check the spelling of the BMP file in the code. At the moment you have a comma, not a point. That may or may not be the issue, but the code should work if you have the right file name, and the file...
@johnwatterson, sorry, missed this, perhaps keep all questions to the same bitmap thread. Anyhow, you need to put in a timer function of some sort. the easiest way is to count milliseconds. We mark...
I buy regularly from chinese stores on Alibaba. the led strips have been fine, but occasionally I have had to pay duty / tax.
I see that the apa102 2020 strips are just starting to be produced. It...
static text display using the Teensy OctoWS2811 library
@JohnWatterson, below is an example of displaying static text using the OctoWS2811 library for Teensy. It should get you going. Just change...