問題タブ [svd-xbee]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - Node.js svd-xbee エラー: FRAME TYPE NOT IMPLEMENTED: ZigBee Explicit Rx Indicator
svd-xbee
Coordinator API 関数セットを実行している XBee シリーズ 2 で 0.3.5 を使用しています。パッケージの exampleを実行すると、コンソールにエラーが表示される
Explicit Rx Indicator はより一般的なフレームの 1 つである必要がありますが、実際にはサポートされていないのでしょうか、それとも設定に誤りがあるのでしょうか?
xbee - ZigBee ゲートウェイの明確化?
IP ゲートウェイから ZigBee エンド デバイス (ZDO または ZED) を制御できるようにするプロジェクトのセットアップに取り組んでいます。詳細な調査を行った上で、セットアップを確立することについて理解しました。
ただし、異なるベンダーの ZigBee デバイスが相互に通信できるかどうかを確認する必要がありますか?
それらが通信できる場合、共通の (汎用) ゲートウェイを使用して、IP ネットワークから (異なるベンダーの) エンド デバイスにアクセスまたは制御できますか?
あなたの提案をお貸しください。また、すでに利用可能なデバイスや、どのように進めるかについてのアドバイスはありますか?
wireless - Xbee シリーズ 2 モジュールで、Coordinator、Router、End point で構成される 3 つ以上のノード ネットワークを確立することは可能ですか? もしそうならどのように?
コーディネーターとルーター間のユニキャスト通信を確立しました。しかし、2 つのルーターに同じことをすると、通信しません。ノードから別のノードにセンサーの読み取り値を送信し、最後にコーディネーターに送信する必要があります。どうやってやるの?サポート資料がありません...助けてください!
xbee - programming for Xbee meshing
i have one query actually i have 3 xbees series2
.
i want xbee 1 (sensor+xbee(end device))
and xbee 2
as coordinator,where XBee2
will be attched to MCU.
now i have xbee 3
which again ((sensor+xbee(end device))
.
now i want to make xbee3
also to communicate with coordinator(Xbee2)
.
now i have kept the same pan ID of Xbee1
and xbee3
as like Xbee2
.
and again i have set xbee1
and xbee3
destination address for the Xbee 2
.
now my question are
- how do i program the MCU using eclipse environment for receiving both
Xbee1
andXbee3
data? - and i want to communicate all
Xbees
with UART communication means i want to read data using pin 2 and 3 ofXbee
..is it possible??
can anyone provide me the code for developing this procedure???
thanks