코코아팹은 누구나 창의적 아이디어를 현실로 만들어 낼 수 있도록
만들고, 공유하고, 배울 수 있는 터전이
되고자 합니다.
아이디와 비밀번호를 잊으셨나요?아이디 / 비밀번호 찾기
코코아팹 회원이 아니신가요? 회원가입
오렌지보드 wifi 통신
휴통신 | 2017-12-12
|
|
---|---|
wifiz250통신이 되긴 하지만 1초 연결후 바로 끊기는 상황이 생겨서 데이터를 지속적으로 받아오지 못합니다. 이게 헤더파일 문제인지 코드상의 문제인지 어떤게 잘못된지 모르겠습니다ㅠ 통신이 안되서 구현이 안됩니다. 확인 부탁드리겠습니다
#include <SPI.h> char ssid[] = "AndroidHotspot7725"; // your network SSID (name) WiFiServer server(35); // use a ring buffer to increase speed and reduce memory allocation void printWifiStatus(); void setup() // check for the presence of the shield Serial.print("Attempting to start AP "); // uncomment these two lines if you want to set the IP address of the AP // start access point Serial.println("Access point started"); // start the web server on port 80
if (client) { // if you get a client, Serial.write(c); if (buf.endsWith("\r\n\r\n")) { // give the web browser time to receive the data // close the connection void sendHttpResponse(WiFiClient client) void printWifiStatus() // print where to go in the browser |
|
이전글 | 앱인벤터 아두이노 온습도 센서 결과값 출력 ... | 2017-12-12 |
다음글 | 오렌지보드BLE 블루투스 사용방법좀요 ㅠ | 2017-12-12 |