# Microbit v2+ Maqueen

**URL:** https://forum.makecode.com/t/microbit-v2-maqueen/19228
**Category:** micro:bit
**Created:** [April 16, 2023, 10:07pm UTC](https://forum.makecode.com/t/microbit-v2-maqueen/19228 "2023-04-16T22:07:28Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![crisgp](https://avatars.discourse-cdn.com/v4/letter/c/f19dbf/32.png) [@crisgp](https://forum.makecode.com/u/crisgp)
#### Post date: [April 16, 2023, 10:07pm UTC](https://forum.makecode.com/t/microbit-v2-maqueen/19228/1 "2023-04-16T22:07:28Z")

</div>

Hi, I know this is out of your context but you all know what I’m doing wrong.

I am interacting with the engine of the maqueen but it does not work

I know that in awesome microbit, is microbit:maqueen for arduino but I need to work at a low level

I am using the function

//0x10 motor direction  
uBit.i2c.write(0x10, data, size of (data), false);

send data as a uint8\_t data[3]={0};

//Indicate which motor  
where data[0]=0  
//Address  
date[1]=0  
//Speed  
data[2]=255

Thanks!!!
