ESP8266 웹/터미널 서버

약 5년전 mcu로 서버 만들어보겠다고 약 보름간 쌔빠지게 만들었던 적이 있었다 라이브러리 분석하고 샘플 소스 열심히 고쳐가면서 OSI 계층별로 구현해서 지금도 서버 원격 리셋 시키는 기능으로나마 잘 사용하고 있다. 얼마전 ESP8266이라는 아두이노 호환 SOC WiFi IC를 접하고 세상이 참 편해지고 있음을 느꼈다. 이러다 밥줄끈기는거 아닌지.... 이 모듈을 이용해 반나절 만에 보름간 빡시게 만들었던 서버 기능과 동일하게 구현된다. 그것도 WiFi로...(물론 옛날 썻던 함수같은건 복사 했지만..) 내부 깊숙이 뭍혀있는건 몰라도 되고 제공해주는 샘플 코드들 몇개만 조합했을 뿐인데 서버 기능이 똭 나온다..ㅋㅋ 다 만들고 대박이라는 말...

» More

ESP8266 Arduino IDE설정

ESP8266 Arduino IDE 설치 및 테스트 ESP8266 펌웨어를 개발하기 위한 가장 간편한 방법은 Arduino IDE를 이용하는 것이다. 아두이노를 개발하는 것과 같은 방법으로 ESP8266 펌웨어를 개발하고 업로드하면 된다 아두이노 IDE 1.6.x 버전부터는 32비트 콘트롤러를 지원하며 1.6.5 보다 나중 버전에서는 업로드에 문제가 있다고 알려져 있다. 그러나 1.6.9 버전에서 테스트해본 결과 별 문제는 없는 것 같고 업로드 후에 LED를 점멸하는 기능도 제대로 실행되는 것을 확인할 수 있었다 테스트 환경 Windows 7 ESP8266-01(네로마트에서 구입), USB to TTL 모듈(네로마트에서 구입) Arduino IDE 1.6.9 네로마트에서 구입한 USB to TTL 모듈의 드라이...

» More

Windows 10 Home 이하 버젼에서 RDP사용

Windows 10 Home 버젼 이하에서 RDP사용 1. Install.bat실행 2. Update.bat실행 3. 설정 끝...

» More

Windows Server 점보프레임 설정

Windows Server: How to Configure Jumbo Frames in a Server Core Installation of Windows Server 2008 Article Summary: This article provides information on configuring jumbo frames in a Server Core installation of Windows Server 2008 with Broadcom network adapters Jumbo frames are Ethernet frames (packets) capable of carrying more than 1500 bytes of data, typically up to 9000 bytes. They are commonly utilized in iSCSI networks to improve performance but can be used in other network scenarios as well. Configuring jumbo frames in a Server Core installation of Windows Server 2008 requires a netsh com...

» More

Autocad License Manager 에러시

Verify that FlexNet Licensing Service 64 is not disabled in Windows Services console. Using Windows Explorer, browse to the following folder: C:\ProgramData\Autodesk\CLM\LGS\<Product_Key>_2017.0.0.F If the folder does not exist, create it. Note: The product key must match the product that is giving the error. For example, if you get the error with AutoCAD 2017 you need to use product key 001I1. For AutoCAD Architecture 2017 you would use product key 185I1. This is true even if you installed from a suite. Delete the LGS.data file, if it exists. Using Notepad (or preferred text editor) create a n...

» More