GithubHelp home page GithubHelp logo

elecfreaks / pxt-planetx Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 8.0 928 KB

(行星X)The micro:bit new sensor series PlanetX with RJ11 connection port by ELECFREAKS Co.ltd

Home Page: https://elecfreaks.github.io/pxt-PlanetX/

License: MIT License

Makefile 0.05% TypeScript 98.85% Assembly 1.10%
planetx pxt elecfreaks microbit makecode

pxt-planetx's Introduction

PlanetX Package

This extension is designed to programme and drive the sensor series PlanetX(行星X) micro:bit expansion sensor, You can get PlanetX from the Elecfreaks store

Code Example

basic.forever(function () {
    PlanetX.showUserText(1, "Temp:" + PlanetX.octopus_BME280(PlanetX.BME280_state.BME280_temperature_C))
    PlanetX.showUserText(2, "Distance:" + PlanetX.Ultrasoundsensor(PlanetX.DigitalRJPin.J1, PlanetX.Distance_Unit_List.Distance_Unit_cm))
    if (PlanetX.buttonAB(PlanetX.DigitalRJPin.J1, PlanetX.ButtonStateList.A)) {
        PlanetX.motorfan(PlanetX.AnalogRJPin.J1, true, 80)
    }
})

Supported targets

  • for PXT/microbit

License

MIT

pxt-planetx's People

Contributors

elecfreaks1 avatar lionyhw avatar microbit-mark avatar xuhow avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pxt-planetx's Issues

PlanetX extension does not work with PlanetX-AI extension

Describe the bug
PlanetX extension does not work with PlanetX-AI extension causing errors in MakeCode.

To Reproduce

  1. Add PlanetX extension
  2. Add PlanetX-AI extension
  3. Try to download the code and observe the following error to be reported in the download dialog: "Looks like there are some errors in the extensions added to this project. How would you like to proceed?"
  4. Open the console in Chrome and observe the following errors:
    ...
    error: pxt_modules/pxt-PlanetX-AI/main.ts(155,9): error TS2300: Duplicate identifier 'A'.
    error: pxt_modules/pxt-PlanetX-AI/main.ts(157,9): error TS2300: Duplicate identifier 'B'.
    error: pxt_modules/pxt-P
    pxtapp.js:1 warning: Oops, we could not run this project. Please check your code for errors.

Expected behavior
No errors, both extensions should work. It looks like the PlanetX extension now adds the "PlanetX-AI-Lens" functionality to the menu, however, there seems to be no camera support. I want to use the AI-Lens camera with the PlanetX sensors.

Compatibility with micro:bit v2

Describe the bug
Hi @elecfreaks ,

As you might have seen from microsoft/pxt-microbit#3506 this extension is currently not compiling against the latest version of Micro:bit CODAL. This means it will not work with micro:bit V2.

Software for micro:bit V2 boards is built using CODAL rather than the DAL, and no longer includes the mbed layer. We’ve implemented the most frequently used mbed classes to support easy porting of existing extensions, but there may still be corner cases with this compatibility layer.

As your extension is currently not building, it will be disabled for micro:bit V2. People attempting to use your extension with a micro:bit V2 board will get error 929. This extension will only be re-enabled on micro:bit V2 once it is fixed.

There are details on how to ensure extensions work on both version of the micro:bit here (lancaster-university/codal-microbit-v2#31).

Looking at your extension source I believe that your extension falls under this category:

  1. Use of mbed APIs that are in the compatibility layer, but no inclusion of mbed.h

To Reproduce
Compile a hex file for a micro:bit V2 using: makecode.microbit.org/beta

Expected behavior
The extension works on a micro:bit V2

Cannot build with neopixels extension

Describe the bug

If the Neopixels extension is added with PlanetX, either by the user or as dependency of another extension, the project cannot build.
image
There are muliple duplicate definition errors in the browser console.

This was reported to https://support.microbit.org/ (ticket number 61588) by a user trying to use these extensions together
https://github.com/elecfreaks/pxt-PlanetX
https://github.com/elecfreaks/pxt-wukong

For a potential fix, please see the discussion on this PR: microsoft/pxt-microbit#4946

To Reproduce
Create new project. Add PlanetX. Add Neopixels or wuKong. Download. See error.

Expected behavior
Extensions can be used together.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.