Teensyduino 1.46 Beta #10

Status
Not open for further replies.

Paul

Administrator
Staff member
Here is a tenth beta test for Teensyduino 1.46.

(the previous 9 tests are on the T4 beta test thread....)


Linux 32 bit:
https://www.pjrc.com/teensy/td_146-beta10/TeensyduinoInstall.linux32

Linux 64 bit:
https://www.pjrc.com/teensy/td_146-beta10/TeensyduinoInstall.linux64

Linux ARM:
https://www.pjrc.com/teensy/td_146-beta10/TeensyduinoInstall.linuxarm

Linux ARM64:
https://www.pjrc.com/teensy/td_146-beta10/TeensyduinoInstall.linuxaarch64

Mac OS-X:
https://www.pjrc.com/teensy/td_146-beta10/TeensyduinoInstall.dmg

Windows:
https://www.pjrc.com/teensy/td_146-beta10/TeensyduinoInstall.exe


Changes since Teensyduino 1.45

Support for Arduino 1.8.9
Improve startup behavior on Teensy 3.6 with external slowly rising power
Fix blank Arduino window issue after Teensyduino install
USBHost_t36 add MIDIDevice_BigBuffer
USBHost_t36 support some not fully MIDI class compliant Yahama & Roland devices
USBHost_t36 improve CP210X serial support (Kurt E)
Better error checking in Arduino Stream functions (Frank B)
Update libs: Adafruit_NeoPixel, Talkie, Time
 
Win 10 - latest. Downloaded and installed IDE 1.8.9 and TD 1.46b10. No install issues or problems.
Windows Defender did block this FRESH Arduino install {extracted from zip} as unknown, Had to do a 'more' and Run Anyway, TD install no complaint.

Put a few sketches out using the IDE with single instance and its single SerMon. Put EchoBoth( UART<>USB) on two T_3.2's, a couple of touch screen sketches on T_3.5 and a Blink on T4 with no issue, except when I moved Port to T_3.5 I forgot to set BOARD, T_Loader let me know and then uploaded when I got it right.

This shows when I had 7th T_3.2 plugged in - have a battery on it to test the battery back RTC RAM
1.8.9_1.46b10.jpg

Going to move back to TyComm - made the (2) boards.txt edits and all is well there.
 
Thanks for testing!

Is anyone using ARM 64 bit? Arduino is now officially supporting AARCH64, so I've added it back into the builds and planning to put make it an official release.
 
Using @defragsters comments as a base:
Win 10 - latest. Downloaded and installed IDE 1.8.9 and TD 1.46b10. No install issues or problems.
Windows Defender did block this FRESH Arduino install {extracted from zip} as unknown, Had to do a 'more' and Run Anyway, TD install no complaint.
Same experience as defragsters. On second run of the Arduino IDE no issue with Windows defended "blocking" execution.

Only had a T3.5 and T4 hooked up and both showed. Opening a second sketch from examples or sketchbook seems to be a little more responsive. Did compile and run a flexcan example and no issues :)
 
Installed on Windows 10, 1.8.9 - Which I also had to tell Norton to run anyway.

Loaded up USB Host Joystick Bluetooth test app and built it for T4 beta and it builds.

EDIT: I will look around and see if I can find my Odroid C2 for ARM 64 build
 
Installed on MacBook Pro with Version 10.14.3 with no problems. Installed 1.8.9, ran it once then installed Teensyduino Beta #10. Compiles and loads all sketches that I tried on 3.2.
 
Hi,
a bit of a newbie here. I'm using this to be compatible for Arduino 1.8.9 on linux ubuntu. On the installer screen where it asks to select the Arduino folder, it does not let me pick the Arduino folder that I created with Arduino 1.8.9 in the "home" directory. Help would be appreciated as I don't know why it won't let me install Teensyduino here.
 
I don't know why it won't let me install Teensyduino here.

I don't know either, but I can tell you there's a help button that opens another window with detailed info about why it didn't detect a supported copy of Arduino. Look for the small "?" button beside the disabled "Next" button.


the Arduino folder that I created with Arduino 1.8.9

Just to make sure there's not a simple misunderstanding here, you need to have a copy of Arduino 1.8.9 inside that folder. An empty folder will not work.
 
I figured it out. I don't know why but I was looking in the wrong folder. I was looking at the Arduino folder on my "home" directory when I should have looked in my downloads. This seems obvious now but before I realized I needed an updated version of Teensyduino to be compatible with 1.8.9, I was trying to open my downloads but with no luck. Thanks for the help though.
 
Works on Raspberry Pi.

FWIW, I am waiting on a Jetson Nano, will test 64 bit ARM then. Rumor has it within a couple of weeks.
 
aarch64 tested

nvidia Jetson Nano arrived.

Arduino 1.8.9 and this beta installed.

Test program flashed into a T3.1

Anything known to need specific testing, let me know.
 
Improve startup behavior on Teensy 3.6 with external slowly rising power

I was having a problem where my LCD screen would show all pixels lit and not initialize properly when I powered my Teensy 3.6 project externally. The LCD worked perfectly if I used the micro USB for power. This update seems to have fixed it and I can now start use external power.
 
I'm not having success trying this on a BeagleBone Black Wireless yet.

I'm running a fresh debian 9.5 LXQT stretch image (from https://beagleboard.org/latest-images), with a freshly downloaded 32 bit ARM arduino 1.8.9 from the arduino.cc page. I've got the system up and running with a display connected and a USB keyboard/mouse combination so I'm not just ssh'ing across into it, I'm using the GUI. The arduino IDE fires up A-OK.

I've grabbed Teensyduino from the PJRC site, "chmod 755 TeensyduinoInstall.linuxarm" and when I execute it from the terminal it looks like it's about to do something but then bails back to the prompt with no message.

Any ideas where I should hunt for/how to produce verbose messages so I can find out what's missing from/what I've done wrong with my system?
 
Status
Not open for further replies.
Back
Top