Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nxt Light Sensor support #1027

Merged
merged 54 commits into from
Feb 2, 2024
Merged

Commits on Jun 7, 2023

  1. add-subcategories

    Add NXT Sensors subcategorie
    THEb0nny committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    9397641 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. first-support-version

    The light sensor gives real values. Mode change not supported...
    THEb0nny committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    8596741 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. update

    THEb0nny committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    61cb6cc View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Update ns.ts

    THEb0nny committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    5753d38 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. sens-sim-support

    THEb0nny committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    6414efe View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. min-and-max-metod

    THEb0nny committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    5dacf1a View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. sim-support-new-chenges

    THEb0nny committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    5087eb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. for-sim

    The simulator now understands that it has an EV3 or NXT analog sensor enabled. The devType value of the virtual sensor will be passed so that the sensor becomes active in the simulator and transmits its values to the simulator.
    THEb0nny committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    9ff419d View commit details
    Browse the repository at this point in the history
  2. Update input.ts

    THEb0nny committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    1387d1a View commit details
    Browse the repository at this point in the history
  3. add-test

    THEb0nny committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    98dc3b4 View commit details
    Browse the repository at this point in the history
  4. fix-convert-range-bug

    THEb0nny committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    2e32bb1 View commit details
    Browse the repository at this point in the history
  5. Update light.ts

    Setting the range of values for determining black and white in reflection mode and in ambient light mode is now different.
    THEb0nny committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    44825ed View commit details
    Browse the repository at this point in the history
  6. Update test.ts

    THEb0nny committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a093f15 View commit details
    Browse the repository at this point in the history
  7. Update test.ts

    THEb0nny committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a78beb8 View commit details
    Browse the repository at this point in the history
  8. Update test.ts

    THEb0nny committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d475ec5 View commit details
    Browse the repository at this point in the history
  9. removing-function-doesnt-work

    I'm removing an unnecessary function that doesn't work, which I took from the pelikhan change. It does not apply to this change with the sensor and data input.
    THEb0nny committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    e1ceb06 View commit details
    Browse the repository at this point in the history
  10. checking-input-values

    THEb0nny committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a387ff2 View commit details
    Browse the repository at this point in the history
  11. set-nxt-light-sensor-svg

    THEb0nny committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    68b036b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Update light.ts

    THEb0nny committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    c9bec99 View commit details
    Browse the repository at this point in the history
  2. update-for-sim

    THEb0nny committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    515cb30 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Update NXT Light Sensor.svg

    THEb0nny committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5306528 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4152887 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59d9776 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3e36fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c72a0b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a5f30eb View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Update input.ts

    THEb0nny committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    9ec2384 View commit details
    Browse the repository at this point in the history
  2. value-range-update

    These numbers were obtained by testing on 4 sensors. The black value is the sensor aimed at the void, and the light value is aimed at the white Lego brick.
    THEb0nny committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    cc28b07 View commit details
    Browse the repository at this point in the history
  3. Update light.ts

    THEb0nny committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    7915158 View commit details
    Browse the repository at this point in the history
  4. some-changes-for-the-mode

    THEb0nny committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    b255a91 View commit details
    Browse the repository at this point in the history
  5. LightWheelControl-is-always-activated-except-in-none-mode

    LightWheelControl is always activated except in NONE mode. Otherwise, the mode was activated immediately when the sensor was turned on in the simulator, when the operating mode had not yet been activated.
    THEb0nny committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    aaa09d8 View commit details
    Browse the repository at this point in the history
  6. 4096-to-4095

    Fix range - 0..4095
    THEb0nny committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    70503a1 View commit details
    Browse the repository at this point in the history
  7. enum-NXTLightIntensityMode

    THEb0nny committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    2f7fac2 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. light-sensor-svg-updage

    THEb0nny committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    161f44d View commit details
    Browse the repository at this point in the history
  2. update-light-sensor-ts

    THEb0nny committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    a688fea View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. ambient-modes-set-invisible

    Disable the visibility of ambient blocks so that they are not used, because There is no implementation of disabling LED lighting.
    THEb0nny committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    43d9e1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79b7d2a View commit details
    Browse the repository at this point in the history
  3. sim-fix-for-sensor

    Solving the problem that the field in the simulator and the value from the sensor on the screen could be different.
    And one more thing...
    THEb0nny committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    42d8eb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    261fd04 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. test-upd

    THEb0nny committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    d507dce View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Update lightWheel.ts

    THEb0nny committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    368d3a3 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. changes-light-sensor-for-sim

    The changes are aimed at supporting reflection and lighting modes, not raw modes.
    THEb0nny committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    229af21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b24c6ba View commit details
    Browse the repository at this point in the history
  3. Update light.ts

    THEb0nny committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    a2eb462 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    08c6c86 View commit details
    Browse the repository at this point in the history
  2. export-enum-DevConOff

    THEb0nny committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    8cbe429 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    18b3f88 View commit details
    Browse the repository at this point in the history
  2. sensor-activation

    Setting the mode so that the sensor starts working in the simulator. Otherwise, it, like a touch sensor, does not create view control, because in the touch sensor this was not necessary. Without this change, lightView would only activate if a sensor with type uart was used in the code.
    THEb0nny committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    e6e2e6a View commit details
    Browse the repository at this point in the history
  3. Update light.ts

    Support blocks have been removed, which may be available later. The ambient mode has been removed, because There is no implementation of turning off the backlight LED. Now it is always on.
    THEb0nny committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    a5bd2c1 View commit details
    Browse the repository at this point in the history
  4. Update light.ts

    THEb0nny committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    085e511 View commit details
    Browse the repository at this point in the history
  5. lib-not-include-by-defl

    Make sure that the library is not included by default. It will need to be enabled via extensions.
    THEb0nny committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    c615b73 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. light-to-bright

    THEb0nny committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    a58f178 View commit details
    Browse the repository at this point in the history
  2. add-docs

    THEb0nny committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    0161690 View commit details
    Browse the repository at this point in the history
  3. Update nxt-light-sensor.md

    THEb0nny committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    bc48fe0 View commit details
    Browse the repository at this point in the history