rhubarbdog

Results 35 comments of rhubarbdog

Hi, whilst developing a game i was running into OOM Memory Error so I tried a few things to get my desired new modification into the game and was surprised...

Why isn't the 12 millisecond time not expiring on `ubit.pin2`?

Hi is it all micro python or blocks and micro python?

MicroPython v1.9.2-34-gd64154c73 on 2017-09-01; micro:bit v1.0.0-rc.2 with nRF51822 [micropython.hex.txt](https://github.com/bbcmicrobit/micropython/files/2655626/micropython.hex.txt) How do i get a copy of newer hex files. I've tried to follow instructions in README.md to compile your own...

I wanted to control a micro:bit robot with a joystick, so I linked my raspberry pi to a microbit using uart. I then wrote a uart radio relay to send...

Hi I've just ported a DHT11 sensor from raspberry pi. it would appear that the micro:bit runs too slow for 1 wire protocol devices like the DHT11. i use an...

I've done some work on this sensor class, it's still not working, but it's close, it receiving 35 out of 40 bits. I've written the time critical code in `arm...

have you got examples of further sensors you would like to see running on microbit?

hi the sensor is now working you can download it from https://github.com/rhubarbdog/microbit-dht11

Hi, You'll need to use arm 2 assembly that's the best I can give. Check my dht11 repository to help but that's for v1 microbiology. Yet to update to v2...