はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    新内閣発足

『Adafruit Learning System』

  • 人気
  • 新着
  • すべて
  • Introduction to Bluetooth Low Energy

    3 users

    learn.adafruit.com

    GATT is an acronym for the Generic ATTribute Profile, and it defines the way that two Bluetooth Low Energy devices transfer data back and forth using concepts called Services and Characteristics. It makes use of a generic data protocol called the Attribute Protocol (ATT), which is used to store Services, Characteristics and related data in a simple lookup table using 16-bit IDs for each entry in t

    • 世の中
    • 2017/02/28 02:18
    • Raspberry Pi Analog to Digital Converters

      3 users

      learn.adafruit.com

      The MCP3008 is a low cost 8-channel 10-bit analog to digital converter.  The precision of this ADC is similar to that of an Arduino Uno, and with 8 channels you can read quite a few analog signals from the Pi.  This chip is a great option if you just need to read simple analog signals, like from a temperature or light sensor.  If you need more precision or features, check out the ADS1x115 series o

      • テクノロジー
      • 2016/09/12 00:47
      • Turning your Raspberry Pi Zero into a USB Gadget

        3 users

        learn.adafruit.com

        When the Pi Zero came out, one of the downsides (!) of the low-cost design was swapping the 'standard' USB A-port for a micro-B port. Now you have to use an 'OTG' cable instead of just plugging in a device. There was also the matter of, if you didn't have anything connected to USB, and powered up the Pi Zero with an old Raspbian image, you'd get a strange warning WARN::dwc_otg_handle_mode_mismatch

        • テクノロジー
        • 2016/07/31 13:34
        • linux
        • hardware
        • tips
        • Adding Basic Audio Ouput to Raspberry Pi Zero

          4 users

          learn.adafruit.com

          On the Pi Zero, we dont have pins PWM0 (pin #40) and PWM1 (pin #45)- those are not available on the PCB. That would normally be super :( :( but it turns out that while those pads are not exposed, we can re-route those signals to other pins that we can get to! You can get to PWM0 on GPIO #18 (ALT5) and PWM1 on GPIO #13 (ALT0) or GPIO #19 (ALT5) - see the full list of pins and alternate functions he

          • テクノロジー
          • 2016/05/08 06:38
          • Share
          • Adafruit RGB Matrix + Real Time Clock HAT for Raspberry Pi

            3 users

            learn.adafruit.com

            OK we're onto the fun part now! Be sure you have completed the Assembly step before continuing, the soldering is not optional. Before connecting any cables, however, it makes sense to get the soldering out of the way if needed. If you're using a 64x64 RGB matrix and either a Bonnet or a Rev C HAT, use your soldering iron to melt a blob of solder on the bottom solder jumper so the middle pad is 'sh

            • テクノロジー
            • 2016/02/22 15:34
            • python
            • あとで読む
            • Introducing the Raspberry Pi Zero

              5 users

              learn.adafruit.com

              Uh, well, there aren't any! That's right, to keep the Pi Zero small and low cost, the headphone audio filter isn't included You can still get digital audio out via HDMI so if you plug it your Pi into a monitor with speakers, that will work fine.

              • テクノロジー
              • 2015/11/29 23:49
              • audio
              • あとで読む
              • Raspberry Pi Video Looper

                5 users

                learn.adafruit.com

                This guide was written for older Raspberry Pi boards. It will not work with Raspberry Pi 4 or 5 without changes. No ETA on an update. Do you need a simple way to display seamless looping video files, like in an art exhibit or digital sign?  Check out this Raspberry Pi video looper project to learn how to turn a Raspberry Pi into a dedicated video playback machine. Just stick a USB drive loaded wit

                • テクノロジー
                • 2015/10/16 06:34
                • Adafruit's Raspberry Pi Lesson 5. Using a Console Cable

                  4 users

                  learn.adafruit.com

                  The great advantage of connecting this way is that it can even supply the power for your Pi and you do not need keyboard, mouse or display attached to the Pi to log into it. You will need to install terminal emulation software (Putty) if you are using Windows and also USB drivers for the Console Lead. The Mac Terminal comes with its own software. The Raspberry Pi uses its built-in serial port to a

                  • テクノロジー
                  • 2015/07/23 14:05
                  • Raspberry Pi
                  • 開発
                  • プログラミング
                  • あとで読む
                  • Adafruit PCA9685 16-Channel Servo Driver

                    3 users

                    learn.adafruit.com

                    Driving servo motors with the Arduino Servo library is pretty easy, but each one consumes a precious pin - not to mention some Arduino processing power.  The Adafruit 16-Channel 12-bit PWM/Servo Driver will drive up to 16 servos over I2C with only 2 pins.  The on-board PWM controller will drive all 16 channels simultaneously with no additional Arduino processing overhead.  What's more, you can cha

                    • テクノロジー
                    • 2015/05/04 13:08
                    • ロボット
                    • 技術
                    • Introducing Trinket

                      3 users

                      learn.adafruit.com

                      Trinket may be small, but do not be fooled by its size! It's a tiny microcontroller board, built around the Atmel ATtiny85, a little chip with a lot of power. We wanted to design a microcontroller board that was small enough to fit into any project, and low cost enough to use without hesitation. Perfect for when you don't want to give up your expensive dev-board and you aren't willing to take apar

                      • テクノロジー
                      • 2014/12/28 17:00
                      • Overview | SSD1306 OLED Displays with Raspberry Pi and BeagleBone Black | Adafruit Learning System

                        3 users

                        learn.adafruit.com

                        • テクノロジー
                        • 2014/09/16 01:42
                        • Setting up a Raspberry Pi as a WiFi Access Point

                          4 users

                          learn.adafruit.com

                          Would you like to use your Pi as a WiFi router? Or maybe have it as a special filtering access point? Setting up a Pi as an access point (AP) is a bit more advanced than using it as a client, but still only a half hour of typing to configure. This tutorial will make it so the Pi broadcasts a WiFi service and then routes internet traffic to an Ethernet cable. Since its all Linux you can go in and u

                          • テクノロジー
                          • 2014/07/16 07:13
                          • RaspberryPi
                          • tech
                          • PiGRRL - Raspberry Pi Gameboy

                            4 users

                            learn.adafruit.com

                            Celebrate the 25th anniversary of that classic gaming device by building your own with 3d printing and DIY electronics from adafruit. In this project we'll use a raspberry pi and TFT touch screen to make an epic DIY gamegirl. Since it's a Raspberry Pi Linux computer, we can run differerent emulators on it. We happen to be partial to 8-bit NES but there's also MAME support and maybe you could even

                            • テクノロジー
                            • 2014/07/05 21:36
                            • Adafruit's Raspberry Pi Lesson 4. GPIO Setup

                              3 users

                              learn.adafruit.com

                              I2C is a very commonly used standard designed to allow one chip to talk to another. So, since the Raspberry Pi can talk I2C we can connect it to a variety of I2C capable chips and modules. The I2C bus allows multiple devices to be connected to your Raspberry Pi, each with a unique address, that can often be set by changing jumper settings on the module. It is very useful to be able to see which de

                              • テクノロジー
                              • 2014/06/18 13:35
                              • I2C
                              • Raspberry Pi
                              • DIY WiFi Raspberry Pi Touchscreen Camera

                                4 users

                                learn.adafruit.com

                                This project explores the Adafruit PiTFT touchscreen and the Raspberry Pi camera board to create a simple point-and-shoot digital camera. One can optionally use WiFi and Dropbox (a cloud file storage and synchronization service) to automatically transfer photos to another computer for editing. This isn’t likely to replace your digital camera (or even phone-cam) anytime soon…it’s a learning exercis

                                • テクノロジー
                                • 2014/01/19 10:31
                                • Adafruit PN532 RFID/NFC Breakout and Shield

                                  3 users

                                  learn.adafruit.com

                                  NDEF (NFC Data Exchange Format) The NFC Data Exchange Format (NDEF) is a standardised data format that can be used to exchange information between any compatible NFC device and another NFC device or tag. The data format consists of NDEF Messages and NDEF Records. The standard is maintained by the NFC Forum and is freely available for consultation but requires accepting a license agreement to downl

                                  • テクノロジー
                                  • 2013/12/17 12:55
                                  • PiMiner Raspberry Pi Bitcoin Miner

                                    3 users

                                    learn.adafruit.com

                                    This tutorial may be outdated. It is no longer recommended for beginners, and may need modifications to code or hardware that is not indicated in the tutorial.

                                    • テクノロジー
                                    • 2013/06/24 07:51
                                    • Raspberry Pi
                                    • gadget
                                    • neta
                                    • Adafruit Learning System

                                      3 users

                                      learn.adafruit.com

                                      • テクノロジー
                                      • 2013/06/23 10:56
                                      • Onion Pi

                                        8 users

                                        learn.adafruit.com

                                        This guide, written in 2013, predates newer Pi operating systems and hardware so it does not reflect the instructions for more modern hardware & software. It's here for reference only. Feel like someone is snooping on you? Browse anonymously anywhere you go with the Onion Pi Tor proxy. This is fun weekend project that uses a Raspberry Pi, a USB WiFi adapter and Ethernet cable to create a small, lo

                                        • テクノロジー
                                        • 2013/06/16 07:32
                                        • Tor
                                        • RaspberryPi
                                        • USB NeXT Keyboard with an Arduino Micro

                                          3 users

                                          learn.adafruit.com

                                          Please sign in to subscribe to this guide. You will be redirected back to this guide once you sign in, and can then subscribe to this guide. Ladyada and pt had an old NeXT keyboard with a strong desire to get it running on a modern computer. These keyboards are durable, super clicky, and very satisfying to use! However, they are very old designs, specifically made for NeXT hardware, pre-ADB and pr

                                          • テクノロジー
                                          • 2012/12/12 16:45
                                          • android
                                          • Adafruit Learning System

                                            15 users

                                            learn.adafruit.com

                                            This guide gets folks started with CircuitPython, a version of Python particularly suited to use on hardware like microcontrollers and single board computers like Raspberry Pi.

                                            • テクノロジー
                                            • 2012/07/26 09:59
                                            • 電子工作
                                            • Arduino
                                            • Raspberry Pi
                                            • diy

                                            このページはまだ
                                            ブックマークされていません

                                            このページを最初にブックマークしてみませんか?

                                            『Adafruit Learning System』の新着エントリーを見る

                                            キーボードショートカット一覧

                                            j次のブックマーク

                                            k前のブックマーク

                                            lあとで読む

                                            eコメント一覧を開く

                                            oページを開く

                                            はてなブックマーク

                                            • 総合
                                            • 一般
                                            • 世の中
                                            • 政治と経済
                                            • 暮らし
                                            • 学び
                                            • テクノロジー
                                            • エンタメ
                                            • アニメとゲーム
                                            • おもしろ
                                            • アプリ・拡張機能
                                            • 開発ブログ
                                            • ヘルプ
                                            • お問い合わせ
                                            • ガイドライン
                                            • 利用規約
                                            • プライバシーポリシー
                                            • 利用者情報の外部送信について
                                            • ガイドライン
                                            • 利用規約
                                            • プライバシーポリシー
                                            • 利用者情報の外部送信について

                                            公式Twitter

                                            • 公式アカウント
                                            • ホットエントリー

                                            はてなのサービス

                                            • はてなブログ
                                            • はてなブログPro
                                            • 人力検索はてな
                                            • はてなブログ タグ
                                            • はてなニュース
                                            • ソレドコ
                                            • App Storeからダウンロード
                                            • Google Playで手に入れよう
                                            Copyright © 2005-2025 Hatena. All Rights Reserved.
                                            設定を変更しましたx