top of page

Forum Posts

tom
Jun 22, 2022
In General Discussion
Been away for quite a while. So started a new build from scratch. Downloaded and followed the S/W build instructions and neither WIFI nor Teensy would build out of the box. The instructions had specifically said to get Arduino 1.8.7, Teensy 1.47, and the esp32 V1.0.4 S/W from github. When I did that and continued on with the instructions, WIFI failed to compile due to "efisID" is undefined. This was during line 166 #include <Onspeed-settingsFunctions.h> I then inserted a declaration for it just before that line, int efisID=0; It then built, but I don't yet know if 0 is a correct start value. Then I switched to teensy compile and got dozens of errors out of the box. Not going to list all here. When I looked at the main Teensy .ino file first line, it said // to be compiled on Arduino 1.8.16 & Teensyduino 1.55 So I followed that instruction and started over also noting that the WIFI .ino had a similar line about Arduino 1.8.16 and an instruction to use esp32 V1.0.6 Finally, after doing all this, everything compiles, builds and runs but it should not be this hard. Instructions to use certain versions of tools and libraries should always be kept up to date in the top level instructions. Finally, where is efisID supposed to be declared and preset to what value?
0
0
94
tom
Nov 06, 2019
In General Discussion
The board files found through this link : PCB fabricated by PcbWay.com (affordable and quick turnaround circuit boards) https://www.pcbway.com/project/shareproject/OnSpeed_Gen_2_v3_0.html shown on https://github.com/flyonspeed/OnSpeed-Gen2/tree/master/Hardware does not match the Eagle board file also found on github. The parts project on the same page does seem correct. Found out when my boards arrived. Should have compared the zipped up Gerbers against the Eagle files before ordering.
0
4
123
tom
Nov 02, 2019
In General Discussion
$REBOOT! ets Jun 8 2016 00:22:57 rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 188777542, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:1 load:0x3fff0018,len:4 load:0x3fff001c,len:1044 load:0x40078000,len:8896 load:0x40080400,len:5816 entry 0x400806ac dhcps: send_offer>>udp_sendto result 0 This is what I see for the ESP when it reboots from the web page command. Is this normal? Especially the "send_offer". I ask because if I try to start LiveView, the ESP never sends out the command to the Teensy. Other commands, like List and Reformat the SD Card work fine. The format command shows up like this on ESP console: $FORMAT! and response comes back from Teensy that says card formatted and size. Meanwhile the Teensy console says this when you command LiveView and then List: $STOPLIVEDATA!STOPPED Live Data. (Wifi Request) $LIST!file list requested on Wifi Any ideas?
0
5
141
tom
Oct 21, 2019
In General Discussion
Hi Vac, Is there any version of Gen2 on Github. Trying to see how you handled the transition from Due to Teensy. Thx
0
38
432

tom

More actions
bottom of page