Search results

  1. L

    Best combination of components to make a great IoT-Device for beginner-students

    Does the Linux-side offer any services to easily access Key/Value-DB's or processes like the Arduino-Yun Bridge does?
  2. L

    Identifying the different teensy models

    Hi Under https://www.pjrc.com/teensy/troubleshoot.htmlit is noted that every teensy has a special VID/PID. Is there a list somewhere for reference? Thank you, Dani
  3. L

    Is it possible to upload code to teensy (3.x) using hardware serial

    Thank you for the answer, I'm so impressed with what happens behind the curtains. I think, the teensyloader is the best way to upload code for the moment!
  4. L

    Best combination of components to make a great IoT-Device for beginner-students

    Michael, thank you very much for your detailed ideas – I just ordered some of them to give them a try.
  5. L

    Is it possible to upload code to teensy (3.x) using hardware serial

    Hi Paul, hi everybody I've been using a Teensy - hardware serial - RPi - setup using Mattias Schlenkers "nuage" for a while (http://www.arduino-hausautomation.de/nuage/). It works very well. It would be very interesting though to be able to program the teensy using hardware serial. Is that...
  6. L

    Best combination of components to make a great IoT-Device for beginner-students

    Thanks for mentioning the ESP8266 – I like that one too – bot only for certain applications. What I like about the setup with the Pi ist the ability to use a real webserver and the Bridge which includes the JSON data storage, the mailbox, the ability to fire shellscripts, use wget or curl...
  7. L

    Best combination of components to make a great IoT-Device for beginner-students

    For the record: At the moment, my favorite alternative to the Arduino Yun is a Teensy 3.5 with a Raspberry Pi 3 (because of the included WIFI), connected over Serial1 using Mattias Schlenkers «nuage» (http://www.arduino-hausautomation.de/nuage/) and Paul Stoffregens generalized Bridge...
  8. L

    Best combination of components to make a great IoT-Device for beginner-students

    Hi Paul, hi everybody I have been teaching begginers classes called «web of things / robotics» for the last two years using Arduino Yuns. I'm teaching 18/19 year old students. I'm not very happy with the yun, because it is badly and inconsistently documented and the AR9331 with it's bridge is...
  9. L

    Semi obvious question. Teensy 3.0/3.1 Analog pins as Digital Inputs?

    By mistake, I gave A10 5V - and the pin seems to be alright. Given 5V, it returns 1023 to analogRead(A10) which is ok with me. Will the pin «break» over time? Thanks for clearing the electronics behind analog only pin A10. Dani
  10. L

    Combining teensies with the Arduino Yun

    Nuage works quite well with a Raspberry Pi 3 and a teensy 3.1 using Serial1. Of course teensy 3.1 cannot be (re)programmed over Serial1. Would it maybe be possible to reprogram one of the newer Teensies (3.5/3.6) over serial, so that the combination of the two systems would be a real alternative...
  11. L

    Embedding Teensy 3 in project - Reset and PGM pins

    Of course it's not windows but probably even less stable since I've programmed it! I generally find it a good idea to be able to reset a microcontroller - it will probably get stuck where you've expected it the least. Thank you for your code, but I want to be able to reset it by button. As far...
  12. L

    Embedding Teensy 3 in project - Reset and PGM pins

    I have an installation that includes a Raspberry Pi and a Teensy 3.1. They share a power supply. I want to be able to reset the teensy from the outside of the casing without having to cut the power (because the RPi would suffer from a sudden power loss).
  13. L

    Embedding Teensy 3 in project - Reset and PGM pins

    Did I get this correctly from the discussion: The best way to reset a teensy 3.1 into the user program is to take RESET to Ground? Too bad it is so hard to reach. Thanks for confirming it. Dani
  14. L

    Problem: Cannot read USB Serial from Teensy 3.1 on Debian machine

    Thanks! A also like Ctrl-A and then :hardcopy -h <filename> to save a transcript of all received bytes. Dani
  15. L

    Problem: Cannot read USB Serial from Teensy 3.1 on Debian machine

    Great, thank you very much. To conclude: stty -F /dev/ttyACM0 cs8 57600 ignbrk -brkint -icrnl -imaxbel -opost -onlcr -isig -icanon -iexten -echo -echoe -echok -echoctl -echoke noflsh -ixon -crtscts & followed by screen /dev/ttyACM0 gives me a great monitor to look at USB-Serial of the teensy...
  16. L

    Problem: Cannot read USB Serial from Teensy 3.1 on Debian machine

    Hi I have successfully installed teensy_loader_cli on a debian jessie machine to upload .hex-files to a USB-connected teensy 3.1. I would like to be able to «listen» on that USB serial port similar to the «Monitor» in the Arduino IDE. According to...
  17. L

    Frying teensies when using USB power and an external power supply at the same time?

    Does anyone know if a teensy 3.1 will be damaged if 5V is applied to a pin if the teensy has not been powered? What about applying 5V while it is being powered up? Thank you, Dani
  18. L

    Frying teensies when using USB power and an external power supply at the same time?

    Thanks for you replies. At the moment, I don't dare trying many more things with my relay. I ordered one of the pololu switches mentioned above (https://www.pololu.com/product/750) and will work from there. And I've started to look for a simple digital oscilloscope (I'm now waiting for a Rigol...
  19. L

    Frying teensies when using USB power and an external power supply at the same time?

    Indeed, I'm trying to do something like the pololu-product - but tried to invent it myself (with things I hat at hand) (with obviously no luck). Interestingly the circuit worked for quite some time while I had no other consumers as a led. The trouble started, when I added more load (like the...
  20. L

    Frying teensies when using USB power and an external power supply at the same time?

    Well here are my schematics (I just cut the Vin-USBpower connection but yet fried and lost my fourth and last teensy 3.1, I'm devastated). The machines startup is initiated by pressing the power button, which turns the relay on and hence the teensy is powered. As soon as the teensy is running...
  21. L

    Frying teensies when using USB power and an external power supply at the same time?

    Thank you! I should have asked before ... But out of curiosity: What did actually happen to my fried teensies? How will the setup behave differently once VIN is seperated from USB power?
  22. L

    Frying teensies when using USB power and an external power supply at the same time?

    Hi guys I'm frustrated because I just fried my third teensy 3.1 and still don't know, what happened (at least I have an idea). Every time one broke it took me a while to realize that the teensy was fried (when powered it get's very hot, isn't registered by the system anymore and it can't be...
  23. L

    Teensy 3.1: Pin 8 as input while SPI is running? - Possible?

    Hi, I tried to use pin 8 as an input. It worked well, as long as I didn't start any SPI-communication. From that moment on, all I ever got, was a high on that input. I measured 1.635V which made me think that it could be the mean of normal SPI chattering (0 V - 3.3 V). On the pin out card, pin...
  24. L

    Long SPI cables and 100 ohm resistors

    Great! I added some resistors (100 ohm, I had done it before I heard about the 200 ohms) to the MISO and the SCK pins (close to the source of the signal), reduced the clock frequency by factor 2 and now it works! THANK YOU VERY MUCH. Since I have already soldered so much - I'll stick to my...
  25. L

    Long SPI cables and 100 ohm resistors

    The beaviour of the setup at the moment is as follows: When I unplug the SD card I can use all seven displays without problems. When I unplug the displays from the wirenet, I can access the connected SD using SDFAT library without problems. Connecing two or three displays and the SD card, I can...
  26. L

    Long SPI cables and 100 ohm resistors

    The lengths of the wires (I try to connect 9 devices) differ from about 10cm to about 65cm. I'll try with 100ohm, but am interested - let's say it still doesn't work: how would I check the influence of the resistors - would I have to use an oscilloscope? Might I have to use different resistor...
  27. L

    Long SPI cables and 100 ohm resistors

    Hi In https://www.pjrc.com/teensy/td_libs_SPI.html#ss Paul mentiones 100 ohm resistors to be placed between the teensy pin and the long wire. Is that important for all SCK, MOSI, MISO and SS cables? Simply in series with the cable? Thank you for your advice, Dani
  28. L

    Teensy 3.0 /3.1 + W5100 ethernet shield.

    Hi all I'm still stumbeling over issues with using the Ethernet Shield with SD-card with teensy 3.1 and dare asking another question. I'm not completely sure I read the teensy 3.1 pinout correctly concerning the SPI bus. I have connected seven RA8875 displays using SPI. I tri-state their...
  29. L

    Teensy 3.0 /3.1 + W5100 ethernet shield.

    You saved my day. Partially. Thank you. Setting only the INPUT_PULLUPs enabled only the ethernet-test (code see above) dispite inserted SD card. With additional physical 10k pullup-resistors, the SdFat SdInfo-sketch started to work as well. BUT: When trying to read different SD cards using the...
  30. L

    Teensy 3.0 /3.1 + W5100 ethernet shield.

    That is right - I remapped it to 9 (I tried it with 4 as well - same result).
  31. L

    Teensy 3.0 /3.1 + W5100 ethernet shield.

    Teensy 3.1 and ethernet shield: Ethernet only working as long there is no SD card Hi all I'm trying to use an official ethernet shield (R3, with W5100) with a teensy 3.1 (using pin 10 as W5100-CS). Ethernet runs well by itself. But I run into trouble as soon as I insert (!) an SD card into it's...
  32. L

    Combining teensies with the Arduino Yun

    Guys! In the light of the RPi getting faster and faster (http://thepihut.com/blogs/raspberry-pi-roundup/16970168-raspberry-pi-2-vs-model-b?mc_cid=1ca958643b&mc_eid=098a4792a9) (but with still only two SPI-ports), wouldn't it be sooo cool to be able to use it with a teensy using the bridge?! Has...
  33. L

    Combining teensies with the Arduino Yun

    Connecting a Teensy 3.1 to an Arduino YUN using USB and the bridge I tried to connect the teensy 3.1 over USB to an Arduino Yun. I thought that maybe that would make for a faster bridge than over UART. Therefore I replaced the original run-bridge with Paul's run-bridge from Github...
  34. L

    Combining teensies with the Arduino Yun

    Today, I connected the teensy 3.1 to a «real» debian (running an a laptop called ibm). Again connecting the devices over USB. The debian has Paul's Bridge running. This system however gave more information over syslog when connecting: Dec 28 00:27:27 ibm kernel: [ 6510.824074] usb 3-1: new...
  35. L

    Combining teensies with the Arduino Yun

    Hi Paul! Have you, by any chance, had a moment to let the teensy 3.1 try to talk to your new raspberry pi? Best regards, Dani
  36. L

    digitalRead(16) always returning 0 when using SPI?

    Oh, how could I have forgotten that. Thanks for pointing that our! Dani
  37. L

    digitalRead(16) always returning 0 when using SPI?

    Hi I'm using a teensy 3.1 to drive three TFT's over (hardware-line-driven) SPI. That works like a charm. However, to my device, I have also a pushbutton attached (with 10k pullup resistor), connected to pin 16. However, when running the following code, digitalRead(16) always returns 0...
  38. L

    Combining teensies with the Arduino Yun

    Listening to SerialUSB of teensy connected to RPi (with bridge) over USB. I'm a step further. When I use the following script to see what happens at Serial (USB), I get the response below. Script:void setup() { // put your setup code here, to run once: Serial.begin(9600)...
  39. L

    Combining teensies with the Arduino Yun

    I tried root@pi:~# /sbin/getty -8 -c -L -a root 9600 ttyACM0 and root@pi:~# /sbin/getty -8 -c -L -a root 9600 /dev/ttyACM0 No difference on the teensy 3.1 side: Hanging at «Trying to start bridge». Is there a way to output what's happening over Serial on the Serial1-Arduino-IDE-Serial-Monitor?
  40. L

    Combining teensies with the Arduino Yun

    Thanks, so that's not it and getty should be listening. Still I have the Bridge.begin(Serial); not returning.
  41. L

    Combining teensies with the Arduino Yun

    Could there be something wrong with the code of /usr/bin/run-bridge-udev towards it's end: When adding a write-out to: DEV=${DEVNAME##*/} echo DEV > /tmp/dev.txt (while test -w $DEVNAME; do /sbin/getty -8 -c -L -a root $baud $DEV done) & All it says in /tmp/dev.txt is «DEV». And then in...
  42. L

    Combining teensies with the Arduino Yun

    First try USB-Bridge between teensy 3.1 and RPi (jessie) I found some time to play: I installed the newest Bridge on my Arduino IDE 1.0.6, installed the bridgeclient on the RPi (running jessie) as described on github. I also connected a FTDI-cable to have at least some output from the teensy...
  43. L

    Combining teensies with the Arduino Yun

    That is so cool! Unfortunately, I'm very (like day and night) busy this week with my payjobs - but I'll give it a thorough try as soon as I can! Thanks already! Dani
  44. L

    Combining teensies with the Arduino Yun

    There seems to be a lot of work ... please only invest time if you yourself are interested in the porting as well!
  45. L

    Combining teensies with the Arduino Yun

    Paul, as much as I would like to use a teensy3.1 together with a RPi and a bridge in between them - I have not heard of anybody who feels like porting the bridge to RPi or of anyone who has done it already (http://www.linino.org/forums/topic/porting-the-bridge-linux-side-to-other-linuxes/...
  46. L

    Combining teensies with the Arduino Yun

    That is unfortunate for the community, that's true. Thanks for the post.
  47. L

    Combining teensies with the Arduino Yun

    Renaming class File to MyFile to avoid conflicts with the SD library. Hi Paul I just altered your Bridge library version renaming the File class (in FileIO.h/.cpp) to MyFile to avoid conflicts with the File-class of the SD library. It works well and allows me to copy files from the linux to...
  48. L

    Teensy 3.* - Text rendering issue with RA8875 TFT display

    I just connected 3 RA8875's with corresponding 5" TFT's (800x480) to a teensy 3.1. When using the MISO tri-state buffers and the pullup resistors on the CS- and RESET-lines, the setup works like a charm. However - the displays draw quite some power, each of them about 250mA @ 5V. Since the...
  49. L

    Teensy 3.* - Text rendering issue with RA8875 TFT display

    Paul, you should send that link to adafruit support or post it in adafruit's forum!
Back
Top