Jump to content

MarkTilles

Members
  • Posts

    85
  • Joined

  • Last visited

Contact Methods

  • Website URL
    www.american-voice.se

Profile Information

  • Location
    Stockholm Sweden

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

MarkTilles's Achievements

Advanced Member

Advanced Member (3/3)

17

Reputation

  1. Back in Sweden I built a nicely running controller from jbruces early GitHub posts, helped him enhance the code for the better thermocouple board, added many new features and tweaks and it’s been running reliably for three years without a hiccup. I now help my friend in Sweden manage it from the USA via CPN. I moved last year to LA and tomorrow am picking up a kiln … and plan on building another. I have my last code branch on GitHub as well. Mark
  2. I have cheap 40A SSRs from Banggood and Wish and am not having any off issues with my operations, even with 15 foot long cables strung all over the place. Very stable measurements, no operational errors I’ve seen. Just lucky maybe?
  3. Ah!! That’s why my use of DPDT toggle switches to switch between two different kiln thermocouple cables and a terminal block is still providing reliable results! Thanks for this!
  4. No problem I use Mac for my hobbies as well. Just use the raspberry pi imager tool and select my file as the source image to write onto your sd card. I can send a link you can download the image from my OneDrive. But I need to genericize it first. Please note my image has features not in Jbruce’s fork (not to mention a link to swapping between two instances of the kiln controller located in two separate folders). I use the same hardware to control two different kilns with toggle switches to swap between thermocouples- and this is working for me … Email me at markt3ATATATATtilles.net
  5. Rondoc, i have a working ISO image of 7.5 GB card I can share with you on MS OneDrive. It’s set up with a Pi zero w and max31856 if you might want to give it a whirl? (But I can’t get to it until next week, need to change passwords etc first). Send me your email address if you’d like to give it a try
  6. What country are you in? My only thought is to send your board to someone else that has a working system to plug it in and see if it works there. I suspect the hardware. Like I said, I followed Jason’s instructions to the tee and had absolutely no trouble getting my clean test install to work. You might also try without using the hat, or try using a complete second set of cables, every connection you make is a potential connection point that could go wrong.
  7. Looks to me like some of your solder joints are VERY cold. I would bet your problem lies right there. You might want to recheck them, maybe desolder and put on new solder with some flux.
  8. I should’ve clarified that those red lines in my sketch are where I cut the traces, so GPI05 is going all the way around to the other pin that I show on the diagram. The same thing with the other pin on the other side.
  9. In my ugly sketch above, I show the PIN numbers of the pi zero w, not GPIO numbers on the top. Below on each pin definition on the Max board I mentioned the GPIO numbers these connections represent. Vän here is my config file except for my heating GPIO ### Thermocouple Adapter selection: # max31855 - bitbang SPI interface # max31856 - bitbang SPI interface. must specify thermocouple_type. max31855 = 0 max31856 = 1 # see lib/max31856.py for other thermocouple_type, only applies to max31856 thermocouple_type = MAX31856.MAX31856_S_TYPE ### Thermocouple Connection gpio_sensor_cs = 5 gpio_sensor_clock = 11 gpio_sensor_data = 9 gpio_sensor_di = 10 # only used with max31856
  10. Good point, but I’m waiting for a 12 V DC electromagnet version, and I’m going to run it from an old computer power supply have in the garage.
  11. Personally I’m using GPIO 17. But I can also use 16, 22 or 27 which I’ve also wired in and am currently blinking LEDs and switching SSR relays on for fun! I still need to finish designing and then print out a new chassis to put everything into before I swap this one out with my current production unit. I’m also waiting for an electromagnet lock mechanism to put into my ceramic room door jamb :-)
  12. I wanted to be able to easily replace my max31856 in case of failure and easily connect or disconnect auxiliary devices, so I made a board with socket and pins to connect devices. I have four GPIOs pulled down and two pulled up so I can interface other functions with the outside world more than just the heater control output. You can see how I am using two single-sided boards mounted opposite each other, was a little tricky but managed to get it working. Having wired in extra GPIO ports also gives me the option of shifting the heating control port to another GPIO in case of one port failure.
  13. Guys I don’t know what the problem is. I just took a fresh installation of pi OS (The default 32-bit Debian Bullseye with desktop option) from the raspberry pi imager, enabled SSH and VNC, connected with VNC and followed all the set up prompts including updating the system. I next followed Jason’s instructions to the tee. I ran start-on boot, rebooted, and am using the exact same hardware I’ve been using earlier with an S-type thermocouple and my adafruit max31856, everything works perfectly. Could someone be wiring up the interface card wrong? Here’s my sketch connecting the max31856 to my pi zero w, it’s ugly but you get the idea. Please note: the red lines are where I have cut the traces on my circuit board, so that the wires for those pins go all the way around to the other round two other pins on the pi
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.