KR102064749B1 - 오픈 하드웨어 프로그래밍 및 모바일 프로그래밍을 위한 시스템 - Google Patents
오픈 하드웨어 프로그래밍 및 모바일 프로그래밍을 위한 시스템 Download PDFInfo
- Publication number
- KR102064749B1 KR102064749B1 KR1020180014982A KR20180014982A KR102064749B1 KR 102064749 B1 KR102064749 B1 KR 102064749B1 KR 1020180014982 A KR1020180014982 A KR 1020180014982A KR 20180014982 A KR20180014982 A KR 20180014982A KR 102064749 B1 KR102064749 B1 KR 102064749B1
- Authority
- KR
- South Korea
- Prior art keywords
- interface
- user terminal
- open hardware
- data
- programming
- Prior art date
Links
- 238000000034 method Methods 0.000 claims description 16
- 238000004891 communication Methods 0.000 claims description 8
- 230000004044 response Effects 0.000 claims description 3
- 230000006870 function Effects 0.000 description 14
- 238000012545 processing Methods 0.000 description 10
- 238000011161 development Methods 0.000 description 4
- 238000010586 diagram Methods 0.000 description 4
- 230000014509 gene expression Effects 0.000 description 3
- 230000008569 process Effects 0.000 description 3
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 240000007651 Rubus glaucus Species 0.000 description 1
- 235000011034 Rubus glaucus Nutrition 0.000 description 1
- 235000009122 Rubus idaeus Nutrition 0.000 description 1
- 238000003491 array Methods 0.000 description 1
- 238000004590 computer program Methods 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 230000003068 static effect Effects 0.000 description 1
- 238000012360 testing method Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Stored Programmes (AREA)
Abstract
Description
도 2는 단위 블록을 결합하기 전·후의 소스 코드를 도시한 것이다.
도 3은 사용자 단말기의 화면 및 화면 주소를 도시한 것이다.
도 4는 본 발명의 일 실시 예에 따른 사용자 단말기의 블록도이다.
도 5는 본 발명의 일 실시 예에 따른 사용자 단말기에 포함된 제어 모듈의 블록도를 도시한 것이다.
도 6a는 사용자 단말기의 화면에 구성된 제2 인터페이스를 도시한 것이다.
도 6b는 제1 인터페이스가 생성된 사용자 단말기의 화면을 도시한 것이다.
도 7은 본 발명의 일 실시 예에 따른 프로그래밍 방법 및 그에 따른 오픈 하드웨어 제어 방법의 순서도이다.
구분 | 함수 | 기능 |
제1 라이브러리 |
send_interface(int type, String id, int x, int y, String cap) | 모바일 기기에 단추, 라벨, 텍스트 박스 등을 특정위치에 생성하도록 하는 명령 |
send_slidebar_interface(int type, String id, String cap) |
모바일 기기에 슬라이드 바를 생성 하도록 하는 명령 |
|
제2 라이브러리 | send_data(String id, double data) | 모바일 기기에 인터페이스 ID 가 id 인 인터페이스에 데이터를 전송하는 명령 |
제3 라이브러리 | Receivefrom(String s) | 모바일 기기로부터 Json 문자열을 받아와서 명령 부분과 데이터 부분을 해석하여 저장하는 명령 |
IsCommand(const char * s) | 저장된 명령과 비교하는 명령 | |
IsData(const char * s) | 저장된 데이터와 비교하는 명령 |
블록 | 기능 |
모바일 프로그래밍 시작 블록. 이 블록을 통해 아두이노 모바일 라이브러를 포함 시킴 | |
버튼, 텍스트박스, 라벨 형태의 인터페이스를 만드는 블록 | |
슬라이드 형태의 인터페이스를 만드는 블록 | |
인터페이스 ID 로 데이터를 보내는 블록 | |
사용자 단말기로부터 받아온 문자열을 해석하고, 명령 부분과 데이터 부분으로 나누는 블록 | |
사용자 단말기로부터 Json 문자열을 받아 오는 블록 | |
해석된 문자열에서 데이터를 가지고 오는 블록 | |
해석된 Json 문자열에서 명령을 가지고 오는 블록 | |
받아온 데이터를 기 저장된 데이터와 비교하는 블록 | |
받아온 명령을 기 저장된 명령과비교하는 블록 |
Claims (6)
- 기 작성된 코드에 대응하는 단위 블록들을 생성 및 조합하는 블록 기반의 프로그래밍 모듈;
상기 프로그래밍 모듈로부터 상기 단위 블록들을 조합하여 생성된 프로그램을 업로드 받으며, 상기 업로드된 프로그램의 명령에 따른 기능을 수행하는 오픈 하드웨어; 및
상기 오픈 하드웨어와 데이터를 송·수신하고, 상기 오픈 하드웨어를 제어하는 사용자 단말기를 포함하고,
상기 기 작성된 코드는 상기 사용자 단말기에 상기 오픈 하드웨어의 제어를 위한 제1 인터페이스를 생성하기 위한 코드를 포함하는 제1 라이브러리, 생성된 제1 인터페이스에 상기 오픈 하드웨어의 데이터를 전송하는 코드를 포함하는 제2 라이브러리, 및 상기 사용자 단말기로부터 전송되는 명령 및 데이터를 해석하는 코드를 포함하는 제3 라이브러리를 이용하여 작성되는 코드이고,
상기 오픈 하드웨어는 상기 사용자 단말기로부터 수신된 상기 제1 인터페이스의 생성 명령에 응답하여, 상기 제1 인터페이스의 생성을 위한 제1 인터페이스 데이터를 상기 사용자 단말기로 송신하고,
상기 제1 인터페이스 데이터는 상기 제1 인터페이스의 타입(type), 상기 제1 인터페이스의 ID, 상기 사용자 단말기에서 상기 제1 인터페이스가 생성될 세로 위치, 상기 사용자 단말기에서 상기 제1 인터페이스가 생성될 가로 위치, 및 상기 제1 인터페이스의 제목에 관한 정보를 포함하고,
상기 사용자 단말기는 상기 사용자 단말기의 화면 상에서 상기 가로 위치와 상기 세로 위치에 대응되는 위치에 상기 제1 인터페이스를 생성하는,
프로그래밍 시스템.
- 제1항에 있어서,
상기 사용자 단말기는,
상기 사용자 단말기와 상기 오픈 하드웨어를 무선으로 연결하는 통신 모듈; 및
상기 오픈 하드웨어로부터 수신한 상기 제1 인터페이스 데이터를 해석하여 상기 제1 인터페이스를 생성하고, 상기 제1 인터페이스를 통하여 상기 오픈 하드웨어를 제어하는 제어 모듈을 포함하고,
상기 제1 인터페이스는 상기 오픈 하드웨어로부터 수신한 데이터를 출력하는,
프로그래밍 시스템.
- 제1항에 있어서,
상기 프로그래밍 모듈은 스크래치(scratch) 기반인 프로그래밍 시스템.
- 제2항에 있어서,
상기 제어 모듈은
상기 통신 모듈을 통해 상기 사용자 단말기와 상기 오픈 하드웨어의 무선 연결 여부를 결정하거나, 상기 오픈 하드웨어에 상기 제1 인터페이스 데이터를 요청할 수 있도록 구성된 제2 인터페이스부터 입력된 사용자의 입력에 따라 상기 오픈 하드웨어에 상기 제1 인터페이스의 생성 명령을 송신하고, 상기 오픈 하드웨어로부터 상기 제1 인터페이스 데이터를 수신하여 상기 제1 인터페이스를 생성하는 인터페이스 생성 모듈; 및
상기 제1 인터페이스로부터 입력된 사용자의 입력에 따라 상기 오픈 하드웨어를 제어하는 제어 명령을 생성하고, 상기 제어 명령을 상기 오픈 하드웨어로 송신하는 오픈 하드웨어 제어 모듈을 포함하는,
프로그래밍 시스템.
- 제4항에 있어서,
상기 사용자 단말기는
상기 제1 인터페이스 및 상기 제2 인터페이스를 디스플레이하는 디스플레이 모듈을 더 포함하는 프로그래밍 시스템.
- 제4항에 있어서,
상기 오픈 하드웨어는 상기 사용자 단말기로부터 상기 제어 명령을 수신하여 기 저장된 명령과 비교하고, 비교 결과에 따른 기능을 실행하는 프로그래밍 시스템.
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR20170134086 | 2017-10-16 | ||
KR1020170134086 | 2017-10-16 |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20190042421A KR20190042421A (ko) | 2019-04-24 |
KR102064749B1 true KR102064749B1 (ko) | 2020-01-10 |
Family
ID=66282400
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020180014982A KR102064749B1 (ko) | 2017-10-16 | 2018-02-07 | 오픈 하드웨어 프로그래밍 및 모바일 프로그래밍을 위한 시스템 |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR102064749B1 (ko) |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111047931A (zh) * | 2019-12-16 | 2020-04-21 | 深圳市思天极创教育科技有限公司 | 一种移动编程系统 |
KR102530599B1 (ko) * | 2021-06-22 | 2023-05-09 | 인하대학교 산학협력단 | 반도체 설계 공정 비용 감소를 위한 hdevs 기반 rtl 설계 도구 및 복합 시뮬레이터 |
KR102716753B1 (ko) * | 2022-04-18 | 2024-10-15 | 인하대학교 산학협력단 | 오픈소스 rtl 설계 도구와 함께 시뮬레이션이 가능한 hdevs 형태의 rtl-devs 시뮬레이터 |
CN115357232A (zh) * | 2022-04-22 | 2022-11-18 | 北京好奇星教育科技有限公司 | 一种编程方法、装置和电子设备 |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101715621B1 (ko) | 2015-10-14 | 2017-03-27 | (주)비즈맘 | 프로그래밍 교육 시스템 및 그 구동 방법 |
-
2018
- 2018-02-07 KR KR1020180014982A patent/KR102064749B1/ko active IP Right Grant
Also Published As
Publication number | Publication date |
---|---|
KR20190042421A (ko) | 2019-04-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
KR102064749B1 (ko) | 오픈 하드웨어 프로그래밍 및 모바일 프로그래밍을 위한 시스템 | |
US11175895B2 (en) | Code generation and simulation for graphical programming | |
CN105103127B (zh) | 用于基于编译器的混淆的方法和计算设备 | |
Walls | Embedded software: the works | |
KR20150057645A (ko) | 전자 장치, 도킹 장치, 구동 제어 방법 및 컴퓨터 판독가능 기록매체 | |
US20120042310A1 (en) | Method, apparatus and computer program product for platform independent framework | |
CN105335285A (zh) | 兼容多测试平台的双界面智能卡测试系统实现方法 | |
CN111833588A (zh) | 可自定义的无线遥控适配器、方法及装置 | |
KR20160026484A (ko) | 반도체 장치 | |
US8724483B2 (en) | Loopback configuration for bi-directional interfaces | |
US9166573B2 (en) | Semiconductor device and command control method for the same | |
US20080127036A1 (en) | Application development tool and related methods | |
KR102113757B1 (ko) | 웹 기반 로봇 프로그래밍 시스템 및 방법 | |
US20110099423A1 (en) | Unified Boot Code with Signature | |
US20180342172A1 (en) | Assisted programming using an interconnectable block system | |
CN115951868B (zh) | 执行脚本命令的方法、设备及存储介质 | |
US8990624B2 (en) | Emulator verification system, emulator verification method | |
KR101379265B1 (ko) | 칩 정보 획득 장치 및 방법 | |
CN111752623A (zh) | 显示配置方法、装置、电子设备及可读存储介质 | |
TWI600006B (zh) | 快閃操作的儲存裝置 | |
CN110727423A (zh) | 跨平台开发行动应用程序的方法及其系统 | |
WO2016013348A1 (ja) | ユーザインタフェース評価装置およびユーザインタフェース評価方法 | |
US10509557B2 (en) | Prototype storing method | |
CN103077069B (zh) | 指令解析的方法及装置 | |
JP7119714B2 (ja) | 情報処理装置、表示プログラム、および方法 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A201 | Request for examination | ||
PA0109 | Patent application |
Patent event code: PA01091R01D Comment text: Patent Application Patent event date: 20180207 |
|
PA0201 | Request for examination | ||
PG1501 | Laying open of application | ||
E902 | Notification of reason for refusal | ||
PE0902 | Notice of grounds for rejection |
Comment text: Notification of reason for refusal Patent event date: 20190603 Patent event code: PE09021S01D |
|
E701 | Decision to grant or registration of patent right | ||
PE0701 | Decision of registration |
Patent event code: PE07011S01D Comment text: Decision to Grant Registration Patent event date: 20191223 |
|
GRNT | Written decision to grant | ||
PR0701 | Registration of establishment |
Comment text: Registration of Establishment Patent event date: 20200106 Patent event code: PR07011E01D |
|
PR1002 | Payment of registration fee |
Payment date: 20200106 End annual number: 3 Start annual number: 1 |
|
PG1601 | Publication of registration | ||
PR1001 | Payment of annual fee |
Payment date: 20230125 Start annual number: 4 End annual number: 4 |
|
PR1001 | Payment of annual fee |
Payment date: 20240102 Start annual number: 5 End annual number: 5 |