기술, 정보 노트
close
프로필 배경
프로필 로고

기술, 정보 노트

  • 분류 전체보기 (177)
    • 애드센스 (6)
    • 재테크 (0)
    • 토렌트 (4)
    • IT리뷰 (1)
    • Tech (164)
      • 블로그 (2)
      • 프론트엔드 (21)
      • 파이썬 (7)
      • Django (69)
      • Network (17)
      • SoC (21)
    • 정보 (2)
      • 건강 (0)
  • 홈
  • 태그
  • 관리자
Azure IoT SDK example - RP2040 prov_dev_client_ll sample

Azure IoT SDK example - RP2040 prov_dev_client_ll sample

1. Prepare IoT Hub and Device for this example 1.1. Developer PC - Generate Device self-signed certificates [MUST] Please follow up tutorial-x509-self-sign At last stage, you need to run the following command for making .pem file: openssl x509 -in prov_device1.crt -out prov_device1.pem -outform PEM For your reference, prepare example log as below: Notice! device ID = "W5100S_EVB_PICO_PROV_X509" ..

  • format_list_bulleted Tech/Network
  • · 2021. 11. 3.
  • textsms
Azure IoT SDK example - RP2040 iothub_ll_client_x509 sample

Azure IoT SDK example - RP2040 iothub_ll_client_x509 sample

1. Prepare IoT Hub and Device for this example 1.1. Developer PC - Generate Device self-signed certificates [MUST] Please follow up tutorial-x509-self-sign For your reference, prepare example log as below: Notice! device ID = "W5100S_EVB_PICO_X509" MINGW64 ~ $ mkdir certi MINGW64 ~ $ cd certi/ MINGW64 ~/certi $ openssl genpkey -out device1.key -algorithm RSA -pkeyopt rsa_keygen_bits:2048 .........

  • format_list_bulleted Tech/Network
  • · 2021. 11. 2.
  • textsms
Azure IoT SDK example - RP2040 iothub_ll_c2d sample

Azure IoT SDK example - RP2040 iothub_ll_c2d sample

1. Prepare IoT Hub and Device for this example 1.1. Azure portal [MUST] Same as 1.1. Azure portal in _1_APP_TELEMETRY_manual.md 1.2. Developer PC 1.2.1. SDK setting In the following pico-azure-iot-sdk-c/application/main.c source file, find the line similar to this and replace it as you want: (...) // The application you wish to use should be uncommented // //#define APP_TELEMETRY #define APP_C2D..

  • format_list_bulleted Tech/Network
  • · 2021. 11. 2.
  • textsms
Azure IoT SDK example - RP2040 iothub telemetry sample

Azure IoT SDK example - RP2040 iothub telemetry sample

1. Prepare IoT Hub and Device for this example 1.1. Azure portal In Azure portal, you need to create a device and get the connection string informations as below: This example uses symmetric key You copy the key string,"Primary Connection String" and paste the string into your code as decribed in next section. 1.2. Developer PC 1.2.1. SDK setting In the following pico-azure-iot-sdk-c/application..

  • format_list_bulleted Tech/Network
  • · 2021. 11. 1.
  • textsms
Azure-IoT-SDK with W5100, W5500, RP2040, NonOS

Azure-IoT-SDK with W5100, W5500, RP2040, NonOS

1. 🎯 Azure-IoT-SDK AppDescription Azure IoT SDK example Basic Azure cloud functions with Azure IoT SDK. (NonOS + WIZnet W5100S) 1.1. 3rd party SDKs Azure IoT C SDKs and Libraries Mbed TLS WIZnet ioLibrary for CMake users => https://github.com/Wiznet/RP2040-HAT-C/tree/main/libraries/ioLibrary_Driver 2. 🎓 Getting started See Getting Started with the Raspberry Pi Pico and the README in the pico-sdk..

  • format_list_bulleted Tech/Network
  • · 2021. 11. 1.
  • textsms
W5500 Driver open source projects - 오픈소스

W5500 Driver open source projects - 오픈소스

W5500 Driver open source projects - 오픈소스이전에 PSoC W5500 Driver 에 관련된 글을 작성했었다. W5500 Ethernet driver for PSoC - FreeRTOS이외에 많은 대중적인 MCU 들이 많이 있는데 관련해서 드라이버 소스들을 정리해 보고자 한다.일단, 공식적으로 WIZnet에서 제공하고 있는 통합 라이브러리는 아래와 같다. https://github.com/Wiznet/ioLibrary_Driver ; SOCKET APIs like BSD & WIZCHIP(W5500 / W5300 / W5200 / W5100) Driver AVR - ATmel- 일단 아두이노 소스를 모두 활용할 수 있다.Arduino Ethernet Github sitehtt..

  • format_list_bulleted Tech/Network
  • · 2021. 11. 1.
  • textsms
IoT Cloud Platfrom - Internet of Things 를 위한 클라우드 서비스 개발 키트들

IoT Cloud Platfrom - Internet of Things 를 위한 클라우드 서비스 개발 키트들

이미 스크랩 해놓은 것 부터 그냥 정리해 두자. (업데이트를 기대하며..) 먼저 유명한, http://xively.com 개발 키트 (via Xively Jumpstart Kit, ARM® mbed Edition - Xively)영어권은 좋겠다..저들끼리 잘허네~~무튼 요는 간단히 킷을 사서 뚝딱 하면 간단 IoT 완성데이터는 http://xively.com 에서 이쁘게 관리해 주고멀 관리할 것인지만 꾸며 넣으면 됨..이런 세상이야~~관련 ARM techcon review 하나 추가 별로 안 유명하지만 먼가 있어 보인다. http://exosite.com 개발 키트몇개 더 있다. 자세한 정보는 여기 -> http://exosite.com/solutions/development-kits/ (via TI L..

  • format_list_bulleted Tech/Network
  • · 2014. 9. 1.
  • textsms

Evrythng 서비스 간단 사용기 - Internet of Things 클라우드 서비스

여기저기 클라우드 서비스가 생겨나고 있다.Internet of Things device 를 위한 서비스들도 많이 나오고 있네.대표적인 것은 물론, http://xively.com

  • format_list_bulleted Tech/Network
  • · 2014. 9. 1.
  • textsms

Arduino Internet of Things 예제 프로젝트들 - WIZ550io module

아두이노 + WIZ550io (made by WIZnet) 모듈을 이용하여 다양한 Internet of Things 예제들을 코드 구현 및 데모를 실은 동영상이다. 관련된 소스코드는 Github을 통해서 공유하고 있다.https://github.com/MD4N1/Wiz550io-Tutorial-Series 예제들을 보니 왠만한 프로젝트는 다 있다. 예제 소스가 있는 폴더를 스크린샷해서 가져왔다. 요즘 유행하는 것들은 다 있네.Twitter, Thingspeak, Web Server, Xively ...각각 하나하나가 가치 있는 프로젝트들인데 #Internet of Things 에 관심이 있는 사람들이면 한번씩들 들어봤을 이름들..한번씩 받아서 돌려보기만 해도 큰 공부가 될 듯 하다. medium.com ..

  • format_list_bulleted Tech/Network
  • · 2014. 9. 1.
  • textsms

IoT는 현재 개발 대세

원본은 여기서 The IoT is developing a head of steam | Bits & Pieces from the Embedded Design World 대표 그림은 이것 -> (저작권과 무관한가 ㅠㅠ) IoT의 개발이 대세다..머 이런 글. 전세계 23%이상의 개발자들이 바로 6개월이내에 관련 제품을 개발하고 싶다고 밝혔다고.굴지의 외쿡 회사들은 (삼성은 들어감) Open Interconnect Consortium (OIC) 라는 조직을 통해 새로운 산업용 IoT 플랫폼에 대한 여러가지 규정(?)을 만들 예정큰 흐름은 흐름이야~~

  • format_list_bulleted Tech
  • · 2014. 9. 1.
  • textsms

RF Considerations in Wireless Sensor Networks

간단하게 본게 아까워서 여기에 남겨둠. 에버노트 플러그인 기능 확인도 할 겸..꼭 원본 글을 보자. 삽질한 내용만 보다가는 실패할 수도 ^^;;살펴보면 자세하게 관련된 논문링크도 있고, 영어도 배우고 좋을 듯 원본 글 : RF Considerations in Wireless Sensor Networks 아래내용은 간단히 필요한 내용만 추려서 삽질~~ 전통적인 WSN은 센서, MCU, RF로 구성이 된다. 센서는 언제나 파워가 공급된다 배터리로, 따라서 파워소모량이 핵심적인 고려사항이다. 일반적으로 데이터 처리하는 과정 보다 데이터 송수신에 많은 에너지를 소비한다는 것이 핵심 따라서 RF 송수신이 파워소모측면에서는 가장 중요한 요소이다. 모든 선택에는 tradeoffs가 있다. 한예로 WiFi는 54Mbp..

  • format_list_bulleted Tech/Network
  • · 2014. 3. 5.
  • textsms

Sensors as a Service on the IoT | ARM Connected Community

요즘은 비교적 저렴하고 효과적인 센서들이 많이 나오고 있다. IoT에 걸맞게 통신을 겸비한, 이제 서비스를 활용할 수 있는 단계까지 와 있다. ARM에서 백서를 나름 각 요소 기술별로 소개를 해준다. Sensors as a Service on the Internet of Things WP.pdf (315.6 K)View Download 그 중 통신을 위한 기술들 소개부분에서 발췌..센서노드이므로, 가벼운 프로토콜이 주를 이룬다.RESTful 기술을 기반으로 CoAP, MQTT, 그리고 새로 보이는 Ponte 등의 프로토콜에 대한 간단한 소개가 있다. Recently approved by the IETF, Constrained Application Protocol (CoAP) moves a step clo..

  • format_list_bulleted Tech/Network
  • · 2014. 2. 6.
  • textsms
  • navigate_before
  • 1
  • navigate_next
공지사항
전체 카테고리
  • 분류 전체보기 (177)
    • 애드센스 (6)
    • 재테크 (0)
    • 토렌트 (4)
    • IT리뷰 (1)
    • Tech (164)
      • 블로그 (2)
      • 프론트엔드 (21)
      • 파이썬 (7)
      • Django (69)
      • Network (17)
      • SoC (21)
    • 정보 (2)
      • 건강 (0)
최근 글
인기 글
최근 댓글
태그
  • #파이썬
  • #Django
  • #웹개발
  • #SoC
  • #장고
  • #프론트엔드
  • #ORM
  • #ARM
  • #Hidden
  • #백엔드
전체 방문자
오늘
어제
전체
Copyright © 쭈미로운 생활 All rights reserved.
Designed by JJuum

티스토리툴바