Skip to content
Merged

Master #2949

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
ab72ef5
ver1
seungkea Apr 7, 2025
4516f2f
온도 습도 수분 블럭 추가
seokhee1106 Apr 7, 2025
7508216
Delete yarn.lock
seungkea Apr 10, 2025
7f3f457
프로보 커넥트 라이트 이미지 추가
hakueon Apr 14, 2025
d23f24c
ProboConnectLite 추가
hakueon Apr 14, 2025
ba4b726
ProboTechnicNormalLite 추가
hakueon Apr 14, 2025
fc1fee4
ProboTechnicPowrLite 추가
hakueon Apr 14, 2025
17fd605
NemoLite 추가
hakueon Apr 14, 2025
c19059b
Merge pull request #2934 from seokhee1106/new-feature-branch
Tnks2U Apr 16, 2025
0cc6591
Merge pull request #2933 from seungkea/develop-hw
Tnks2U Apr 16, 2025
a0704e6
Merge pull request #2937 from aluxrobot/develop-hw-connectlite
Tnks2U Apr 16, 2025
7643b07
Merge pull request #2936 from aluxrobot/develop-hw-nemolite
Tnks2U Apr 16, 2025
ac7d473
Merge pull request #2938 from aluxrobot/develop-hw-technicnormallite
Tnks2U Apr 16, 2025
8130457
Merge pull request #2940 from aluxrobot/develop-hw-technicpowerlite
Tnks2U Apr 16, 2025
d43c892
코더블_오즈아이 얼굴인식, 숫자인식 기능 추가
dh0315 Apr 17, 2025
65a9ae0
Add files via upload
Jin-YJ Apr 17, 2025
d144e7f
feat: 에이럭스 네모 lint 적용
Tnks2U Apr 17, 2025
65afb3f
fix: 에이럭스 네모 웹연결 이미지 경로 수정
Tnks2U Apr 17, 2025
a4e54f9
Merge pull request #2944 from Jin-YJ/develop-hw
Tnks2U Apr 17, 2025
44651cc
Merge pull request #2945 from neocodable/develop-hw
Tnks2U Apr 17, 2025
160eb70
Merge pull request #2946 from entrylabs/develop-hw
Tnks2U Apr 17, 2025
e5320bb
lang: 마이크로비트 다국어 수정
Tnks2U Apr 21, 2025
b588c3f
Merge pull request #2947 from entrylabs/issue/9025_3
Tnks2U Apr 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/hw_lite/alux_nemo_lite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/hw_lite/alux_proboconnect_lite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/hw_lite/alux_technic_normal_lite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/hw_lite/alux_technic_power_lite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/hw_lite/wizwingcontrollerlite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion src/playground/blocks/hardware/block_codewiz.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,9 @@ Entry.CodeWiz.setLanguage = function() {
4.이미지 인식
5.사물 인식
6.사물 추적
7.선 + 태그`,
7.선 + 태그
8.얼굴 인식
9.숫자 인식`,
CodeWiz_OzEye_readOzEye: `오즈아이가 인식한 결과를 주기적으로 보내줍니다.`,
CodeWiz_OzEye_isLearnedOzEye: `입력한 ID 번호 데이터를 학습했다면 ‘참’으로 판단하여 알려줍니다.`,
CodeWiz_OzEye_isContainOzEye: `입력한 ID 번호의 사각형 데이터가 인식된다면 ‘참’으로 판단하여 알려줍니다.
Expand Down Expand Up @@ -3303,6 +3305,8 @@ Entry.CodeWiz.getBlocks = function() {
['5.사물 인식', '2'],
['6.사물 추적', '1'],
['7.선 + 태그', '7'],
['8.얼굴 인식', '0'],
['9.숫자 인식', '8'],
],
value: '2',
fontSize: 11,
Expand Down
94 changes: 94 additions & 0 deletions src/playground/blocks/hardware/block_elio.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@ Entry.elio.setLanguage = function() {
'elio_distance_value': '거리',
'elio_line1_value': '라인1',
'elio_line2_value': '라인2',

'elio_temperature_value' : '온도',
'elio_humidity_value' : '습도',
'elio_water_value' : '수분'



},
},
en: {
Expand All @@ -112,6 +119,11 @@ Entry.elio.setLanguage = function() {
'elio_distance_value': '거리',
'elio_line1_value': '라인1',
'elio_line2_value': '라인2',

'elio_temperature_value' : '온도',
'elio_humidity_value' : '습도',
'elio_water_value' : '수분'

},
},
};
Expand All @@ -137,6 +149,10 @@ Entry.elio.blockMenuBlocks = [
'elio_distance_value',
'elio_line1_value',
'elio_line2_value',

'elio_temperature_value',
'elio_humidity_value',
'elio_water_value'


];
Expand Down Expand Up @@ -1257,6 +1273,84 @@ Entry.elio.getBlocks = function() {
return pd['LINE2'];
},
},

elio_temperature_value: {
color: '#00CFCA',
outerLine: '#04B5B0',
skeleton: 'basic_string_field',
fontColor: '#fff',
params: [
{
type: 'TextInput',
value: 0
}
],
def: {
type: 'elio_temperature_value'
},
paramsKeyMap: {
VALUE: 0
},
class: 'elio',
isNotFor: ['elio'],
func: function (sprite, script) {
//var port = Entry.elio.getDC(script.getStringField('VALUE', script));
var pd = Entry.hw.portData;
return pd["TEMPERATURE"];
}
},

elio_humidity_value: {
color: '#00CFCA',
outerLine: '#04B5B0',
skeleton: 'basic_string_field',
fontColor: '#fff',
params: [
{
type: 'TextInput',
value: 0
}
],
def: {
type: 'elio_humidity_value'
},
paramsKeyMap: {
VALUE: 0
},
class: 'elio',
isNotFor: ['elio'],
func: function (sprite, script) {
//var port = Entry.elio.getDC(script.getStringField('VALUE', script));
var pd = Entry.hw.portData;
return pd["HUMIDITY"];
}
},

elio_water_value: {
color: '#00CFCA',
outerLine: '#04B5B0',
skeleton: 'basic_string_field',
fontColor: '#fff',
params: [
{
type: 'TextInput',
value: 0
}
],
def: {
type: 'elio_water_value'
},
paramsKeyMap: {
VALUE: 0
},
class: 'elio',
isNotFor: ['elio'],
func: function (sprite, script) {
//var port = Entry.elio.getDC(script.getStringField('VALUE', script));
var pd = Entry.hw.portData;
return pd["WATER"];
}
},
};
};

Expand Down
2 changes: 1 addition & 1 deletion src/playground/blocks/hardware/block_microbit2.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ Entry.Microbit2 = new (class Microbit2 {
microbit2_get_led: 'LED의 X: %1 Y: %2 밝기 값',
microbit2_show_preset_image: 'LED에 %1 모양 나타내기 %2',
microbit2_show_custom_image: 'LED %1 밝히기 %2',
microbit2_show_string: 'LED에 %1 을(를) 밝히기 %2',
microbit2_show_string: 'LED에 %1 을(를) 나타내기 %2',
microbit2_reset_screen: 'LED 모두 %1 %2',
microbit2_radio_toggle: '라디오 기능 %1 %2',
microbit2_radio_setting: '라디오 채널을 %1 (으)로 바꾸기 %2',
Expand Down
Loading
Loading