Skip to main content

Posts

Intel Atom and BIOS updates

Probably you allready hear about intel low power system on chips like intel z37XX and Z8XXX family.Powerfull little beast with Android or/and Windows on top of it. I have some device powered with z3537F Soc and I like it.And here come CHINA and poor software engineering.I upgraded my operating system and my BIOS was corrupted! What a blame! So no image no blinking led nothing just black screen. What can you do? Reading chinese forums to bring back your BIOS from usb OR flashing the right BIOS back to your flashchip. You know what this is mean :D ... Turn on your iron! MeegoPad T02 Flash chip sitting and waiting for flahing on the right bottom side.This is an 8Mbyte super fast SPI flash memory and it is supported by the FlahRom utility. I desoldered the chip because I dont know it is inSystemProgramabel or not.It is requred 1.8V logic levels so I can't hook up to bananaPi direcly. And as I said I used my Bpi to flashing the chip but any SPI capable programer can handle the j...

What about BGA?

BGA is not the best package ever for hobbyest.Small pads under the chip make really hard to work with it.But if you  get challenged this can be interesting adventure. Here is the situation, I get a Nexus 7 (2013) main board in my hands. Sadly the eMMC was corrupted and of course not work. This is why I'm holding in my hands :D Looking the eMMC specs it is an SDCARD with 8bit bus, same protocol for communication, nothing too complicated and luckily exist something called 1bit mode. In this mode the chip is using only 1 bit to transfering data.So you need to breaking out only 6 pins. 2 type of power ground of course CMD pin for command or data flag Clock for synchronous operation Data0 for transferring data My eMMC is type 4.5 so I can use 3.3V for logic levels.Be carefull! eMMC 5 and up support only 1.8V logic levels. Turn on your iron and let it flow! Wires soldered on the eMMC uSD card reader and eMMC are connected After soldering and gluing everything th...

How I F*CKED the HDMI port on my ODROID C1

How many plug-unplug can be made on a HDMI connector while it is operating correcly? What can I say? Sadly, no more on my Odroid C1. I used a cheap MictoHDMI to HDMI adapter on my HDMI cable and this is what cause the problem.I think the pins inside the connector simply lap each other and this cause a dead sort inside the SoC HDMI transreceiver. I tried to swap the connector for a new one, I tried to swap the cable but I never see valid video out of odroid any more :( Desoldered uHDMI connector

Journey with AllWinner A31 SoC a.k.a. born to die

!!!Allwinner A31!!! Quad-Core 64 Bit ultra cheap SoC for everyone!! Yeah sound good...but the truth are awful is some case . First of all do you know about the Banana Pi M2?The Banana Pi M1 (A20) was the killer of the first generation Raspberry pi . After the second generation Rpi was released the Bpi m2 was released too . But where is it ? The Bpi m2 was a huge fail (M3 was changed the M2 very soon) . Nobody care about the A31 SoC linux support . No community,no projects,hack or any interesting thing about this mini ARM board. And what about the android support? Little bit better but not in all case. My new target is a A31 SoC based tablet with nice screen and big battery . But something wrong because I can't turn on.And my journey started here. I took it apart and try to locating the wrong parts.I started on the power rails : Sorted Main Board WorkBench  APX221 is a dedicated Power Management Unit for A31 SoC. You can find a lot of informations  on sunxi linux...

OP3N DOTT Bluetooth headset OP-987

OP3n DOTT ?! WTF ... newest company "from china with love". Promoting nice 8" Intel CPU based tablet and smartphone, both with android. And here is some accessories for their smartphone and tablet,bluetooth headset BT 4.0 Integrated MIC NFC sounds good!Get one and take a part. What's under the hood?The Op3n dott don't want to reinvent the wheel. As you can see he used the well known CSR-8635 module. Limited Datasheet and tools for flashing available on the net,not bad! And what about the sound quality?Not too bad but if you want to get some nice quality tones probably you will be disappointed. Keep in mind this is a 35$ BT headset :D Luckily I have a lot of headphones and headset parts. For example a  pair of sennheiser HD-180 headset speakers,and this is much better that the original ones. The stock speaker The stock speaker Truly integrated speaker by Sennheiser.This was fluid XD? upgraded speaker Now the sound quality ...

PCB Plotter a.k.a. Direct Ink To PCB

The simples method to manufacturing PCBs at home is the toner trasfer method.But the laser printer is the most important a part of this technic and the laser printer is expensive stuff for only printing some PCB / month. The cheapest method to manufacturing PCBs at home is using alcoholic pen and drawing the traces with your own hands . But our hands resolution or the precision is not enough in most case. The PCB plotter machine with CNC controlling are the solution of this problem. I spend my last weeks to build this PCB plotter machine from 2 CDROM driver and a floppy driver. The parameters: 38mm*38mm Workspace (enough in most case) 0.0735 mm / steep (in halfsteeping mode) Parts that is used: As I said  : 2 CDROM and 1 Floppy driver 3 * L293 Dual Full Bridge Motor Driver IC Power supply of course ATMEGA88 and USB2Serial bridge Some wires and pin headers The full cost is about 15$!! The manufacturing flow I using Eagle Cad for design the circuits a...

Atmel ATMEGA Development Board

A few week ago I bought 5 piece  of ATMEGA88-PU on second-hand market  (www.vatera.hu).The cost was holly low about 0.3$/piece. I'm going to design and make my own arduino like development board for easy prototyping . I used Eagle Cad for designing the PCB and I used  toner transfer method for etching the PCB . Finally my first DIY PCB and my devboard for atmega88 is ready to go. This was the first prototype: Pin header for PORTB,PORTC and PORTD,ISP for Programing,GND and Vcc headers and Reset button 1 weeks later I realised some weaknesses: the power headers was broke I need to plug 2 usb device into my PC.A programer and an USB-Serial converter I can't see any heartbeat (onboard leds)  I pimped up my board with some goodness: Arduino bootloader for programing over UART (  thx  ) Extended Power headers  Onboard dual leds and voltage regulator The other stuff on the left side is USB to Serial converter from Sony...