Forum >Maqueen and Maqueen Plus: IR doesn't work with micro:bit V2
RoboticsGeneral

Maqueen and Maqueen Plus: IR doesn't work with micro:bit V2

userHead mi_semion 2021-04-24 12:11:13 2797 Views8 Replies
1) Maqueen and Maqueen Plus: IR doesn't work with micro:bit V2

2) maqueenIR.initIR(Pins.Pxx) - doesn't work, except for P16

will it be fixed?
Any work around?
2021-12-26 13:11:24 Hi

I have a Micro:Bit V2 with Maqueen V4.1 (Firmware: ROBO148-EN-4.1)
The IR receiver is dead, never worked.
Please let me know which extension should be used?

Regards and thanks for help
userHeadPic albert.szilagyi
2021-12-01 21:27:36 Thanks for sharing. I found a lot of interesting information here. A really good post, very thankful and hopeful that you will write many more posts like this one. userHeadPic sku.tyrev79
2021-11-27 01:13:42 Thanks for the update. I'll be sure to keep an eye on this thread. Looking for the same issue. Bumped into your thread. Thanks for creating it. Looking forward for solution. userHeadPic matthewdia.mondvn32
2021-11-22 18:29:18 Thank you very much for your suggestions! userHeadPic nueman2013
2021-10-05 07:11:26 Hey there, have you heard of this service? It's a real good one for sure, because it helps all of the students around the world as capstone papers are really punctual with their assignments and stuff like that, doing everything extremely cheap too! userHeadPic sirgalahadofrt
2021-06-21 16:40:54 Hi
I have a Maqueen V4.1 with Microbit v2 and I cannot get IR to work
Its just dead in the water
Can someone please help me with the correct code for this
Regards
Julie
userHeadPic sales
2021-04-30 22:58:54 1) After loading extention maqueen at MakeCode, results with micro:bit V1 and V2 are different. Code used;
V2:
maqueen.IR_callbackUserV2(function (message) {
basic.showString("" + (message))
})
V1:
maqueen.IR_callbackUser(function (message) {
basic.showString("" + (message))
})

2) maqueenIR.initIR(Pins.Pxx) to be excluded if there is no functionality behind it
userHeadPic mi_semion
2021-04-27 00:17:01 The first problem has been fixed, you can download the latest library on our official website.
The second question is that the infrared of Maqueen plus uses P16 on the hardware, which cannot be changed.
userHeadPic 347945801