User Tools

Site Tools


supp:seeeduino:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
supp:seeeduino:start [2016/06/21 08:09] adminsupp:seeeduino:start [2017/10/17 11:36] (current) – [Seeeduino Stalker v3] admin
Line 1: Line 1:
 ====== Notes on Seeeduino Boards ====== ====== Notes on Seeeduino Boards ======
  
-===== Stalker 3.0: Power Down, RTC Interrupt and Tipping Bucket Rain Gauge =====+===== Seeeduino Stalker v3 ===== 
 + 
 +{{https://github.com/SeeedDocument/Seeeduino-Stalker_v3/raw/master/img/Seeed_Stalker_v3-6.png?300}} 
 +{{https://github.com/SeeedDocument/Seeeduino-Stalker_v3/raw/master/img/Seeed_Stalker_v3-7.png?300}} 
 + 
 +http://www.seeedstudio.com/wiki/Seeeduino-Stalker_v3 
 + 
 +==== Power Down, RTC Interrupt and Tipping Bucket Rain Gauge ====
  
 Some of you are using Seeeduino Stalker V3 boards.The main source of information is the  wiki: \\ Some of you are using Seeeduino Stalker V3 boards.The main source of information is the  wiki: \\
Line 38: Line 45:
 The final result is the rain intensity or more precisely volumetric flow rate (e.g. in mm³/min) over time. The final result is the rain intensity or more precisely volumetric flow rate (e.g. in mm³/min) over time.
  
-==== Sample Code ====+=== Sample Code ===
  
 This UNTESTED CODE :!:  includes This UNTESTED CODE :!:  includes
Line 49: Line 56:
 Download :!: : {{:supp:arduino:seeeduino_stalker:stalker_v3_powerdown_rtc_rfbee_sdcard_v002.zip|}} Download :!: : {{:supp:arduino:seeeduino_stalker:stalker_v3_powerdown_rtc_rfbee_sdcard_v002.zip|}}
  
-===== Wireless Data Transmission with RF-Bee =====+==== Wireless Data Transmission with RF-Bee ====
  
 You can transfer data between two RF-Bees, i.e. one on the Stalker (or another Arduino), the other at the receiving gateway (server, PC, Raspberry PI, ...).  You can transfer data between two RF-Bees, i.e. one on the Stalker (or another Arduino), the other at the receiving gateway (server, PC, Raspberry PI, ...). 
Line 63: Line 70:
 The small Arduinos based on ATmege328 (Arduino Uno, Seeeduino Stalker, ,...) just have one UART which by default is used for the USB connection, e.g. when using something like Serial.print("Hello"); The small Arduinos based on ATmege328 (Arduino Uno, Seeeduino Stalker, ,...) just have one UART which by default is used for the USB connection, e.g. when using something like Serial.print("Hello");
  
-The workaround is a so-called soft-UART, (library softserial), an emulated UART in software. The performance of a soft UART is limited, but it can help to connect another UART device such as RF-Bee to the Arduino.+The workaround is a so-called soft-UART, (library softserial.h), an emulated UART in software. The performance of a soft UART is limited, but it can help to connect another UART device such as RF-Bee to the Arduino. 
 + 
 +To use the RF-Bee module with Seeeduino Stalker V3 you have to connect the RF-Bee RXD and TXD signals to the two digital pins D6 and D7, respectively:
  
-To use the RF-Bee module with Seeeduino Stalker V3 you have to connect the RF-Bee RXD and TXD signals to the two digital pins D6 and D7, respectively. Here you have to cut PCB signal lines and close   
   * solder jumper P6: BEE_TXD -> D6 (soft UART RX),    * solder jumper P6: BEE_TXD -> D6 (soft UART RX), 
   * solder jumper P5: BEE_RXD <- D7 (soft UART TX) (attention: HW bug of Stalker V3),   * solder jumper P5: BEE_RXD <- D7 (soft UART TX) (attention: HW bug of Stalker V3),
 +
 as described here: http://www.seeedstudio.com/wiki/Seeeduino-Stalker_v3#PCB_Jumper_Pads as described here: http://www.seeedstudio.com/wiki/Seeeduino-Stalker_v3#PCB_Jumper_Pads
- 
-==== Hardware Bug ==== 
  
 There are two bugs concerning the connection of any Bee module to the Stalker pins to use software serial. The following connections have to be established to use the Bee module with a software serial port (UART emulated in software, library softserial.h): There are two bugs concerning the connection of any Bee module to the Stalker pins to use software serial. The following connections have to be established to use the Bee module with a software serial port (UART emulated in software, library softserial.h):
Line 77: Line 84:
   * solder jumper P5: BEE_RXD ← D7 (soft UART TX)   * solder jumper P5: BEE_RXD ← D7 (soft UART TX)
  
-On the official Seeeduino wiki you find one bug reported but there is a second issueI propose a solution described in the following document:+=== Hardware Bug === 
 + 
 +There are two hardware bugs on Seeeduino Stalker V3 related to solder jumpers P6 (BEE_TXD) and P5 (BEE_RXD)Because of that just closing the solder jumpers as described [[http://www.seeedstudio.com/wiki/Seeeduino-Stalker_v3#PCB_Jumper_Pads|here]] will not work! 
 + 
 + 
 +\\ The official workaround __only solving part of the problem__ is given here\\ http://www.seeedstudio.com/wiki/Seeeduino-Stalker_v3#Known_Issue
  
 +:!: __To solve both issues__ I propose a solution described in the following document: \\
 {{:supp:seeeduino:stalker_v3.0_workaround_p5_p6_2016-06-21_v002_rb.pdf|}} {{:supp:seeeduino:stalker_v3.0_workaround_p5_p6_2016-06-21_v002_rb.pdf|}}
  
-:!: There is a hardware bug on Seeeduino Stalker V3 related to solder jumper P5 (BEE_TXD). \\ A workaround is given here: http://www.seeedstudio.com/wiki/Seeeduino-Stalker_v3#Known_Issue 
  
-==== Configuration ====+==== RF-Bee Configuration ====
  
 to be done to be done
  
  
supp/seeeduino/start.1466496581.txt.gz · Last modified: 2016/06/21 08:09 by admin