본문 바로가기 메뉴 바로가기

Connecting HW and SW

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

Connecting HW and SW

검색하기 폼
  • 분류 전체보기 (3762) N
    • BilientSevices (742) N
      • MBI (30) N
      • MeasurementSystem[BMS] (80)
      • BilientService (485) N
      • DevData (0)
      • BDIY (0)
      • [BSC] ServantClock (1)
      • ImageDecorator (84)
      • BADP:배프 (40)
      • Methodology_Measurement (0)
    • Innovation&Hurdles (295)
      • BusinessPlanning (40)
      • InnovationProcess (132)
      • InnovationCulture (18)
      • Books (102)
    • HWDesk (255)
      • WirelessComm. (1)
      • HardwareControl (70)
      • ElectronicParts (77)
      • Mechanics (74)
    • SWDesk (910)
      • Web (46)
      • Firmware (73)
      • App (79)
      • DMReports (520)
      • ArtificialIntelligence (22)
    • InfoDesk (1528)
      • Science (49)
      • Tech (936)
      • Gov.Notice (31)
      • Survey (57)
      • Business (443)
    • Lifes (26)
      • Humors (0)
      • Society (14)
      • Hobbies (12)
    • Closed (0)
  • 방명록

arduino (19)
IFTTT with Arduino

Sample Source Code void b_Send2IFTTT(String EventValue){ Serial.print("Connecting to "); Serial.println(IFTTTAddress); WiFiClient client; const int httpPort = 80; if(!client.connect(IFTTTAddress, httpPort)){ Serial.println("Connection to IFTTT Failed"); return; } //String urlString = String(IFTTTAddress) + "/trigger/"; String urlString = "/trigger/"; urlString += EventValue; urlString += "/with/..

SWDesk/Firmware 2020. 5. 10. 19:06
EX9017/F Modebus 통신 테스트

#include #define MAX485DE 2 #define MAX485RE 2 ModbusMaster node; void preTransmission(){ digitalWrite(MAX485DE, 1); } void postTransmission(){ digitalWrite(MAX485DE, 0); } void setup(){ pinMode(MAX485DE, OUTPUT); postTransmission(); Serial.begin(9600); node.begin(1, Serial); node.preTransmission(preTransmission); node.postTransmission(postTransmission); } bool state = true; void loop(){ uint8_t..

HWDesk/HardwareControl 2020. 4. 15. 09:50
[Arduino] MCP3421 ADC 값 읽기

#include #define ADC_ADDRESS 0x68 #define ADC_CONFIG 0XFC #define PIN_MUXINA 4 #define PIN_MUXINB 5 #define PIN_MUXINC 6 #define PIN_MUX0 7 #define PIN_MUX1 8 #define PIN_MUX2 9 #define PIN_RELAY 12 int CommandStatus = 0; int MuxNum = -1; int PortNum = -1; long ADCValue = -1; void setup() { Wire.begin(); Wire.beginTransmission(ADC_ADDRESS); Wire.write(ADC_CONFIG); Wire.endTransmission(); pinMode..

HWDesk/HardwareControl 2020. 4. 8. 09:45
[Arduino활용14] RFID 태그 판독하기

RFID 태그 판독하기 - Parallax RFID 활용 - Serial communication

HWDesk/HardwareControl 2020. 4. 5. 12:46
[Arduino활용13] 로터리 이동 추적하기

보호되어 있는 글입니다.

보호글 2020. 4. 4. 20:44
[Arduino활용12] 온도 측정하기

: 온도 측정하기 - LM25 활용

HWDesk/HardwareControl 2020. 4. 3. 20:42
[Arduino활용11] 소리 감지하기

: 소리 감지하기 - Microphone BOB-08669(Sparkfun) 활용 - 적정한 평균값 계산

HWDesk/HardwareControl 2020. 4. 1. 08:38
[Arduino활용10] 진동 감지하기

: 진동 감지하기 - Piezo knock sensor 활용

HWDesk/HardwareControl 2020. 3. 31. 02:36
[BMS] Bilient Monitoring System - Test02

보호되어 있는 글입니다.

보호글 2020. 3. 30. 00:11
EEPROM Test

#include int addr = 0; String InputString = "Test/String!"; int TestCount =0; void setup() { // put your setup code here, to run once: EEPROM.begin(512); } void loop() { // put your main code here, to run repeatedly: delay(1000); String String1 = InputString + TestCount; } void b_WriteChar_EEPROM(int Address, char Char){ EEPROM.write(Address, Char); EEPROM.commit(); } void b_WriteString_EEPROM(i..

SWDesk/Firmware 2020. 3. 29. 23:07
이전 1 2 다음
이전 다음
반응형
250x250
공지사항
  • How to Use BRA Service
  • BRA서비스 이용 방법
  • Innovations and Hurdles
  • ☆☆ 신규 정보 구독을 신청하세요.
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • 치매
  • Innovation&Hurdles
  • Hurdles
  • BSC
  • Innovations&Hurdles
  • 빌리언트
  • 혁신과허들
  • 둎
  • 전압전류모니터링
  • Decorator
  • arduino
  • 전압
  • 허들
  • badp
  • DYOV
  • bilient
  • ServantClock
  • 아두이노
  • 심심풀이
  • 치매방지
  • 티스토리챌린지
  • Video
  • 심심풀이치매방지기
  • 배프
  • image
  • 절연형
  • 혁신
  • 오블완
  • Innovations
  • 전류
more
«   2025/06   »
일 월 화 수 목 금 토
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바