Jump to content
OGXbox.com

shawly

Members
  • Posts

    21
  • Joined

  • Last visited

  • Days Won

    2

shawly last won the day on July 23 2019

shawly had the most liked content!

1 Follower

Recent Profile Visitors

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

shawly's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

11

Reputation

  1. Awesome! Only bummer would be that most printers wouldn't be able to print this in one piece.
  2. @ShinGoutetsu did you design the 3D model of the motherboard yourself?
  3. You're welcome! Hope you'll keep us updated on how it works.
  4. Jacob Elektronik should ship to the UK: https://direkt.jacob.de/produkte/inter-tech-inter-tech-88882190-artnr-6675717.html?utm_source=geizhals&utm_medium=cpc&utm_campaign=Preisvergleich&ref=103
  5. @ShinGoutetsu yeah you also mentioned this on the bitbuilt forums, nice custom case btw! I found some PicoPSUs on Aliexpress (here & here) that are apparently capable of providing 10A on the 5V line, the 450W ones you can find there. But I'm not quite sure how much chinesium they used for building these since there also are not datasheets one has to "trust" that the product they sell is actually capable of what the description says. Yet I'm quite tempted to try one of these. Edit: I also asked the manufacturer of the Nanum SE-P180Q how much it can deliver on the 5V line, and they said it can deliver up to 8A peak. Also found the Inter-Tech mini-ITX PSU 200W which apparently can deliver 12A on the 5V line, without the DVD drive and a 2.5" HDD/SSD it should be even capable to drive the Xbox without removing capacitors, right?
  6. So I've been reading a lot about using PicoPSUs for the OG Xbox and I've often read that most of them aren't able to supply the necessary current over the 5V line. I've seen some people recommend the picoPSU-160-XT as it is able to supply up to 8A on the 5V line, but is that what most people use for their slim projects? It doesn't look like there is a real consensus which PicoPSUs are the most ideal, but is there anything better than the picoPSU-160-XT? I've seen the "M4-ATX" from Minibox which is capable of providing a whopping 15A but it's not exactly small anymore. Could anyone enlighten me on this topic?
  7. That's what I hoped for. Thanks for the quick answer!
  8. Hey @N64 freak, I bought some of your Rev1.2-Rev1.5 PCBs a few weeks ago. Now I got a 1.0 a couple of days ago and I'd rather use that one for my ultra slim mod, so I wanted to ask if the Rev1.2-Rev1.5 PCBs could technically also be used for 1.0's? Looking at the pinout I don't see why it wouldn't work, but I wanted to ask if there is any difference between the PCBs apart from the Xbox connector.
  9. Yeah this is what I'm scared of! With the 3v3SB line I could technically even power the ESP32 when the Xbox is off, that would make it possible for me to turn it on via the ESP32, that's neat. Thanks for the pinout image!
  10. So a while back I had the plan of driving RGB LEDs from my Xboxes LPC header with the help of an ESP32. Because of reasons we haven't really worked on that project any further yet. In the meantime @Ryzee119 created the OpenXenium project, which effectively makes things waaay easier than before as we can use the OpenXenium's SPI for communication with the ESP32. Now the only question is, where is the best place on the Xbox to take 3.3V from for powering the ESP32 and two single LEDs (+ some headroom for leds on the controller ports maybe)? Would it be safe to power that many components though the OpenXenium's or rather the LPC's 3.3V line? Also where can I take 5V from for the 24 LED pixel ring I want to put under the jewel?
  11. We did it. The problem was our hardware, after looking at the datasheet of the ATmega 328P we noticed that the HIGH voltage for the I2C is Vcc*0.7 and the Arduino was powered with 5V over USB. After that we tried an ESP8266, which also was a fail since it doesn't have hardware I2C and the software implementation is too slow. Hence we bought an ESP32 devkit and we finally got it working! We are now able to change between LED modes solid and cycle and we can control the colors for solid. Next step would be designing a new PCB to replace the front panel completely and to easier integrate the ESP. Last thing would be adding a separate web interface so it can be controlled via smartphone.
  12. Awesome you're da man! Just preordered one. But do you make any profit out of this? I'd gladly donate a little more.
  13. That could actually be the issue here, we only tried 8 bit addresses.. And we were wondering how it's possible to set the read and write bit when our address is 8 bit, oh god... Edit: Just remembered we also tried 0x5A and I just talked to my friend and he knew about the Arduino being one bit off so he corrected it and it still didn't work. But are there any other steps necessary to put the Arduino into slave mode other than calling Wire.begin(<address>)?
  14. Yeah, but the LCD mod for the Aladdin only reads data from existing devices. My goal is to register a new slave on the SMBus so we can send data to it. Which in theory should work, but in reality it doesn't, at least not like we expected. We ordered a proper logic analyzer now and we'll debug again this weekend, maybe we can find out more. I guess the problem is that the hardware address we set on our Arduino is wrong and that the real address is shifted further than one bit like the xboxdev wiki says.
  15. So my friend and I are trying to replace the front panel LEDs with RGB LEDs using a separate microcontroller. We were able to read the status from the current front panel so we can react to error codes properly, so it isn't just a "dumb" LED replacement with an external controller. Our next goal was to send commands over the SMBus to the Arduino (Nano, ATmega328P) we use to control the RGB LEDs. I customized the XBMC code to send data to the new address I defined for the Arduino, in our case we used 0xE9. Since the Wire library of the Arduino already shifts the bits, we set the Arduino's address to 0xE9 too. The thing is, the Xbox sends the signal, but the Arduino isn't reacting to the given address. We already tried to analyze the signal and we can confirm that there is data being sent through the SMBus. OFC we wired up SDA and SCL correctly, we checked twice and since the logic analyzer is able to sniff data, it should be correct. Has anyone ever tried this yet? I've seen a couple of threads talking about controlling Ambilight over the SMBus but it seems like nobody has tried it yet. I guess we are doing something wrong, but we haven't yet figured out what it is that we are missing. Next thing would be buying a proper logic analyzer, but maybe somebody here has some experience and could lead us in the right direction before we spend the money. Is there any more documentation on the SMBus of the Xbox out there? I've just found the documented stuff on the xboxdevwiki. Thanks in advance!

Board Life Status


Board startup date: April 23, 2017 12:45:48
×
×
  • Create New...

Important Information

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