タグ

2014年5月28日のブックマーク (7件)

  • How Not To Sort By Average Rating

    By Evan Miller February 6, 2009 (Changes) Translations: Dutch  Estonian  German  Russian  Ukrainian PROBLEM: You are a web programmer. You have users. Your users rate stuff on your site. You want to put the highest-rated stuff at the top and lowest-rated at the bottom. You need some sort of “score” to sort by. WRONG SOLUTION #1: Score = (Positive ratings) − (Negative ratings) Why it is wrong: Supp

    How Not To Sort By Average Rating
  • NGINX as a WebSocket Proxy

    The WebSocket protocol provides a way of creating web applications that support real‑time bidirectional communication between clients and servers. Part of HTML5, WebSocket makes it much easier to develop these types of applications than the methods previously available. Most modern browsers support WebSocket including Chrome, Firefox, Internet Explorer, Opera, and Safari, and more and more server

    NGINX as a WebSocket Proxy
  • Introducing Wire Protocol Buffers

    Data ScienceEnhancing Data Quality Using Better Designed ETLsSharing an ETL design doc template EngineeringMaking Insights-Driven Decisions in an Ecosystem o...Our approach to securing our cloud environments

    Introducing Wire Protocol Buffers
    mxg
    mxg 2014/05/28
  • SparkFun Transceiver Breakout - nRF24L01+ - WRL-00691 - SparkFun Electronics

    This module uses the newest 2.4GHz transceiver from Nordic Semiconductor, the nRF24L01+. This transceiver IC operates in the 2.4GHz band and has many new features! Take all the coolness of the nRF2401A and add some extra pipelines, buffers, and an auto-retransmit feature - very nice! Please note: We now populate these boards with the nRF24L01+. The '+' version of the IC has improved range, sensiti

  • nRF24L01無線モジュールを使ってみる - 電子工作 - Tokoro's Tech-Note

    使用方法とプロトコル(nRF24L01+の場合) † SPPモジュールではUARTで通信していたが,今回はSPIを使う必要がある. nRF24L01無印の場合の設定方法も記述しようと思ったが,どうやら新規設計非推奨なパーツらしいので,nRF24L01+のみの場合について記述することにする. 大雑把な処理はこのコードで把握できる. maniacbug / RF24 / RF24.cpp ↑ 処理の流れ † 基的には設定をレジスタに書き込んでバッファを詰めてCEをHIGHにすると通信がスタートするというシンプルな構成である. 基設定を行う RFチャンネルの設定(RF_CHレジスタ0x05) チャンネル番号を7bitの値(0〜127)でレジスタに書き込む. RF強度・無線通信速度等の設定(RF_SETUPレジスタ0x06) 基的にはRF_PWR(2:1)で電波強度の設定を行うだけで

    mxg
    mxg 2014/05/28
    基本的には設定をレジスタに書き込んでバッファを詰めてCEをHIGHにすると通信がスタートするというシンプルな構成である.
  • Dr. Michael Kroll

  • パスコンの容量 | ノイズ対策.com

    半導体デバイスの電源ピンに付けるパスコンは何uFにすれば良いか。それは、どのあたりの周波数成分(ノイズ)を落としたいかで決まります。 コンデンサは容量(C)の他に、端子などによる影響の小さな抵抗成分(R)とコイル成分(L)を持ちます。このR成分とL成分をそれぞれESR,ESLと言いますが、これらによっても周波数特性が変わり、どの周波数ノイズを効果的に落とせるかが決まります。詳細は省きますが、コンデンサの周波数特性は共振点を持ったV型になり、共振点周波数付近のノイズをいちばん落とせます。 一般的なデジタル回路で使うパスコンは、0.1uFが多く用いられています。最近のコンデンサは特性が良いので、少し高めの容量を用いて低めの周波数帯から広い範囲のノイズを効果的に落とすという目的です。デバイスが数100MHz以上で動いている場合などは、しっかり高周波ノイズを落とす目的で0.01uFなどに小さくしま