Skip to main content

Replacing the camera on the MJX Bugs B2W

The MJX Bugs B2W drone is great to fly. It stays relatively stable even in moderate wind, has great range, and the return-to-home function coupled with GPS means you are unlikely to lose your drone even when it goes out of range.

The onboard WIFI camera, however, is another story. I could never get it to go beyond 100m (that's paired with an iPad Air 2, which gives better range than all the smartphones I have tried). Even when it's within range, the video is both laggy and jerky.

So there's no other choice but to replace the camera with a proper 5.8GHz FPV. These were the parts I bought:


Many people have tried different ways of modding the B2W. Some chose to preserve the onboard camera while adding the new one (I decided to rip the whole thing out to reduce the weight). Some chose to power the camera + VTX with its own battery (I chose to power the assembly with the onboard camera battery terminal).

Removing the onboard camera is a pretty straightforward affair. First you remove the four blades (make sure to put them back in the same positions; there are 2 A-type blades, and 2 B-type blades, and they need to be inserted diagonally opposite each other). Then turn the drone over and remove all the screws at the bottom (lots of them!). Then remove the top body, which is connected to the main board with 2 connectors. We are left with the bottom body to play with.



Remove the connector to the camera module (marked blue). Also remove the 4 screws to the main board (marked red) to have more room at the bottom to maneuver when adding the new camera + VTX. Once that's done, it should be relatively easy to rip out the camera module:



I left the camera lens itself untouched.

This is the Foxeer camera:



This is the Eachine VTX:



The camera needs to be hooked up to the VTX, and the entire thing needs to be hooked up to the power supply. I cut off the connector from the onboard camera module and hooked up the VCC and GND wires to the camera and VTX:



The VID (yellow wire) from the camera is hooked up to the corresponding wire on the VTX. The wires are soldered together for additional strength, then insulated with some electrical tape.

It is now possible to test the assembly by inserting the power connector from the onboard module into the main board, then powering up the drone by inserting the battery. I pretty much used the default settings on the camera and the VTX. I plugged the Eachine OTG receiver into my Android phone and ran GoFPV. After pressing the "Scan" button on the receiver and waiting for a few seconds, the camera image appears on the screen, verifying that the entire setup is working!

Now to put everything together...

I mounted the camera mount at the bottom of the drone towards the front with a single screw:



An electrical drill with a tiny drill bit helps here, and you should set the drill speed to the lowest to avoid breaking the plastic accidentally.

The camera goes into the mount:



The VTX is mounted to the bottom of the drone with 2 screws:



Another hole is drilled at the bottom to allow the power connector to pass through and connect to the main board:



With VTX antenna mounted:



With battery inserted and powered up:



The antenna looks like a nasty sting!

Here it is, with everything put together (with zip ties as props, until I can get better ones):

Comments

Popular posts from this blog

Update: Line adapter for Ozito Blade Trimmer

Update (Dec 2021): If you access to a 3D printer, I would now recommend this solution , which makes it super easy to replace the trimmer line. I have been using it for a few months now with zero issue.

Attiny85 timer programming using Timer1

This Arduino sketch uses Timer1 to drive the LED blinker: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 /* * Program ATTiny85 to blink LED connected to PB1 at 1s interval. * Assumes ATTiny85 is running at 1MHz internal clock speed. */ #include <avr/io.h> #include <avr/wdt.h> #include <avr/sleep.h> #include <avr/interrupt.h> bool timer1 = false , led = true ; // Interrupt service routine for timer1 ISR(TIMER1_COMPA_vect) { timer1 = true ; } void setup() { // Setup output pins pinMode( 1 , OUTPUT); digitalWrite( 1 , led); set_sleep_mode(SLEEP_MODE_IDLE); // Setup timer1 to interrupt every second TCCR1 = 0 ; // Stop timer TCNT1 = 0 ; // Zero timer GTCCR = _BV(PSR1); // Reset prescaler OCR1A = 243 ; // T = prescaler / 1MHz = 0.004096s; OCR1A = (1s/T) - 1 = 243 OCR1C = 243 ; // Set to same value to reset timer1 to

Line adapter for Ozito Blade Trimmer

This is an adapter for Ozito 18V battery trimmer (and possibly some Bosch trimmers as well) that uses a plastic blade for cutting. It lets you insert a 2.4mm trimmer line (about 8cm long) and use that for cutting. Simply cut a length of trimmer line and briefly heat up one end with a lighter so that a little bulb is formed. Then insert the trimmer line into the adapter and slot that into the trimmer as per normal. Make sure the trimmer line is not so long that it touches the safety guard. If that is the case, simply trim off any excess with a cutter or scissors. This part is best printed using PETG, which is a tougher and more flexible material. PLA is more rigid and breaks more easily. However, even with PETG, it will still break when it hits something really hard. Since this takes only 0.5m of material and 15 minutes to print, I will usually print a batch of nine at a time at very little cost. The blades that they sell do not break when it hits a hard object, but