Skip to content

Your cart is empty

Have an account?

Log in to check out faster.

Sugar Modules - Sugar Flame Sensor Module

Sugar Modules - Sugar Flame Sensor Module

../../_images/flame1.png

This is a flame sensor in the Sugar sensor series. The pin holes on the back allow compatibility with plastic building blocks.

Product Specifications

  • Dimensions: 24 x 24 x 23 mm

  • Weight: 6.7g

  • Type: Analog Signal

Wiring

Connect the module to Robotbit Edu with a 3Pin cable.

../../_images/flame_wire.png

Programming Tutorial

MakeCode Programming Tutorial

../../_images/mcbanner.png

Import Sugar Extension
Search for sugar in the search bar (Kittenbot products has been verified by Microsoft)

../../_images/sugar_search.png

Extension URL

Sugar extension: https://github.com/KittenBot/pxt-sugar

Importing Extensions

Sample Program

 

Kittenblock Programming Tutorial

 

MicroPython Programming Tutorial

Flame(pin)

value()

  • value(): Returns the analog reading


    Sample Program

    from future import *

    from sugar import *

    flame_P0 = Flame('P0')

    x = 0

    screen.sync = 0

    while True:

        screen.fill((0, 0, 0))

        screen.text(flame_P0.value(),5,10,2,(0, 119, 255))

        screen.refresh()

     

    If you have any question, please feel free to contact us at Discord, we will always be there to help.

     

    KittenBot Team

    Leave a comment

    Please note, comments need to be approved before they are published.

    SUBHEADING

    Blog posts