-
Older Activity
-
Yesterday, 11:39 AM
@wwatson - @ khoih-prog
Don't think its an SPI issue either since we were able to transfer files in one direction. As for using the AdvancedWebServer - not 100% sure whats going on with that. I just ran the...
163 replies | 2237 view(s)
-
05-25-2022, 12:37 PM
Understood but I just tried using a Adafruit M0 datalogger with the WiFiNINA library and while it connected and show some life it did not show the graph or even try to update - basically just hung:
Did try and get...
163 replies | 2237 view(s)
-
05-24-2022, 11:15 PM
And @wwatson
First I had to modify the advanced webserver sketch to work with the adafruit WiFiNINA library:
in the serial monitor after connection I see:
Starting AdvancedWebServer on TEENSY 4.1/4.0 with...
163 replies | 2237 view(s)
-
05-24-2022, 07:25 PM
Had some time so first thing I wanted to check was WiFiNINA_Generic:
1. Running WifiWebServer - does not work can make a connection to the T4.1/Airlift
2. Running the WebClient sketch succeeds:
Starting connection...
163 replies | 2237 view(s)
-
05-24-2022, 01:44 PM
Made the suggested change but also had to copy over the retry function and while I was at it I did copy over the setRetry function as well.
Two tests were run. Transferring from the PC to T4.1 and then from the...
163 replies | 2237 view(s)
-
05-24-2022, 01:38 PM
Gave this a try with your Generic library that I downloaded this morning. Made the changes to WiFiNINA_Pinout_Generic.h and client says again about waiting for response from server.
Maybe @wwatson will have...
163 replies | 2237 view(s)
-
05-23-2022, 04:48 PM
@wwatson - @KurtE - @defragster
Decided to have a little fun with MTP/MSC/USBHost so I picked up a M.2 SATA 500GB card and used a M.2 SSD adapter to USB:...
1233 replies | 57926 view(s)
-
05-23-2022, 12:32 PM
@khoih-prog and @wwatson
Sorry been away from this for a while been distracted as I mentioned before but been following whats going on. Its great that you found the bug !!!!
Anyway, I just downloaded the updated...
163 replies | 2237 view(s)
-
05-19-2022, 03:00 PM
@clinker8
Try this version of the example. I changed the Set... to set and it now compiles. If you use the mechanical version you will have to make the same type of changes
11 replies | 689 view(s)
-
05-19-2022, 02:56 PM
@KrisKasprzak
Just tried compiling the example without mods and getting the same errors as @clinker8
ILI9341_t3_Menu_TouchInput: In function 'void setup()':
ILI9341_t3_Menu_TouchInput:1736: error: 'class EditMenu'...
11 replies | 689 view(s)
-
05-19-2022, 11:23 AM
There are a few supporting libraries for the ILI9341 developed by @KrisKasprzak
https://forum.pjrc.com/threads/69216-FREE-Menu-Library-for-ILI9341-Displays?highlight=menus
as for gauges and graphs you can check out...
11 replies | 187 view(s)
-
05-19-2022, 10:26 AM
Didn't really think it was an issue, was just documenting what I was seeing :). I did rerun the Makefiles comparison test.
1. Reformatted the SDCard.
2. Ran Makefiles with the 't' and 'v' option - all good
3. ...
1233 replies | 57926 view(s)
-
05-19-2022, 12:49 AM
Test #2 - moved MTP.begin to after setting up the file systems and had 1 inaccuarate file transfer
1233 replies | 57926 view(s)
-
05-19-2022, 12:34 AM
As a second test I ran Tim's MakeFiles sketch using MTPDisk, MTP.begin and index file on sd card.
Copied Primes folder to SDCard. Didn't see any $$Fail messages but did see several messages like the following:
26:...
1233 replies | 57926 view(s)
-
05-19-2022, 12:13 AM
@KurtE - @defragster used my MTP_TEST_INTEGRITY sketch with the following configuration
1. BuiltinSDCard only
2. Index file on sd card.
Copied files from PC to SD Card, including primes directory - took about 1...
1233 replies | 57926 view(s)
-
05-18-2022, 10:32 PM
Just tried it with the usb drive and partition files transferred no problems will try again with the SD Card
UPDATE: Just tried primes with sd card and had no issues
1233 replies | 57926 view(s)
-
05-18-2022, 10:18 PM
I tend to always startup serial first then MTP.begin - just habit. For sake of transparency I only tested with your makefiles2204 - didn't try the primes test. Just ran another series of tests as well using the...
1233 replies | 57926 view(s)
-
05-18-2022, 09:12 PM
@defragster - @KurtE
Here is the integrity sketch with only 2 drives set up (Builtin sd card and Program Mem). It seems to work for MTP+DISK with Index in Progam Mem - you might what to give it a try.
Oh its...
1233 replies | 57926 view(s)
-
05-18-2022, 08:50 PM
Probably not. All MTP.begin is doing is starting the interval timer handling the first few messages to quote Kurt. Why it works not with MTP Commented out with MTP_Serial not sure. More investigation is needed
1233 replies | 57926 view(s)
-
05-18-2022, 08:43 PM
Maybe I need a fresh IDE 1.8.19 with TD 1.57b1? Not sure if there are any holdover issues from using IDE 2.0? As noted I killed that TD 1.56subset in %appdata% when the Beta 1 released.
Did disk check on SD card and...
1233 replies | 57926 view(s)
-
05-18-2022, 11:24 AM
As I said in post #1197 yes I did run and was seeing similar errors. After I made the change to use LFSPRGM to store the MTPINDEX the problems went away and I posted the results of both the makefile and just transfering...
1233 replies | 57926 view(s)
-
05-18-2022, 01:29 AM
Running your 1_primes test. Unzip and ran bat, then copied all files to the SD card in less than minute or so.
Coping back to the PC - same thing less than a minute
1. Code compare the files transfered from the...
1233 replies | 57926 view(s)
-
05-18-2022, 01:18 AM
Sorry not running primes - don't like running bat files on my computer and no need. I am running your makefiles.ino from github with the mods mentioned:
This is what I get from running the 't' and 'v' from the...
1233 replies | 57926 view(s)
-
05-17-2022, 10:00 PM
@defragster - @KurtE
Sorry got distracted but think I (we) figured out the issue. Downloaded the Makefile2204.ino from github and ran the example using a 128Gb SD Card and saw the same problems that you identified,...
1233 replies | 57926 view(s)
-
05-17-2022, 04:02 PM
Ok catching up now after the dentist. This is what I currently have on my ext 64gb samsung sd card:
Storage Index 2 Name: EXT1 Selected
Space Used = 19660800
Filesystem Size = 63831015424
Directory
---------...
1233 replies | 57926 view(s)
-
05-17-2022, 03:27 PM
@defragster - not sure about everything else but I just copied a 1.1MB .bin file to an ext sd card without issues, then took the card out and was able to transfer back to the pc. Was also able to transfer it to the PC...
1233 replies | 57926 view(s)
-
05-17-2022, 03:22 PM
@PaulStoffregen
All I can say is ditto to what Kurt said. Parts shortages I think is going to be a way of life for the next year and may get worse. Sorry to hear about PJRC getting hit with Covid-19 but sounds like...
1233 replies | 57926 view(s)
-
05-16-2022, 09:04 PM
@defragster
Hi Tim
A little confused are you transfering files from the PC to the Builtinsd Card over MTP. I just transferred 104MB of audio files to the BUILTIN SDCard in about 14 seconds?
Writing you 'B'ig...
1233 replies | 57926 view(s)
-
05-16-2022, 06:37 PM
Good after noon all.
Using Kurt's latest branch with formatting decided to test the changes with my MTP_TEST_INTEGRITY sketch (not pushed yet with the updates)> Here is a dump of the storage list and what it looks...
1233 replies | 57926 view(s)
-
05-16-2022, 12:11 AM
@wwatson
Sorry been distracted with USBMSC stuff. Sounds like you are making progress. Also probably applicable SimpleFTPServer as well. Will have to play again soon with this.
163 replies | 2237 view(s)
-
05-13-2022, 12:58 PM
That seemed to happen to me more when I transferred from the client to the server. going from server to client it always failed.
163 replies | 2237 view(s)
-
05-12-2022, 10:58 PM
Oh shoot I attached the wrong file. Thanks for pointing that out:
163 replies | 2237 view(s)
-
05-12-2022, 10:56 PM
Ok guess its my turn. while @KurtE was working on all that I started looking at formatting again. Unfortunately a lot of whats in fatFormat and exFatFormat is dependent on the final API and where needed data elements...
1233 replies | 57926 view(s)
-
05-12-2022, 02:12 PM
Was something that you mentioned and started me thinking. This is a team effort on this project.
163 replies | 2237 view(s)
-
05-12-2022, 11:33 AM
@wwatson
As promised here is what I am using that got it working. Still some flakiness on transferring files but seems to be working.
1. WifiNINA Library: https://github.com/mjs513/WiFiNINA (no changes)
2. NINA-FW...
163 replies | 2237 view(s)
-
05-12-2022, 02:36 AM
Well - finally feel like I made some progress - I switched to using SDFat2 instead of SD just for the heck of it, turned debug off and was able to connect and get the directory listing. And was able to navigate the...
163 replies | 2237 view(s)
-
05-11-2022, 10:14 PM
Just looked in wifinina library (
void SpiDrv::spiSlaveSelect()
{
WIFININA_SPIWIFI->beginTransaction(SPISettings(8000000, MSBFIRST, SPI_MODE0));
digitalWrite(WIFININA_SLAVESELECT, LOW);
// wait for up...
163 replies | 2237 view(s)
-
05-11-2022, 10:21 AM
@wwatson
Still playing to see what I can see - I did fix, I think, all the warnings etc with SD but still not working for me.
One last question before I quit on this, are you using GPI0?
163 replies | 2237 view(s)
-
05-10-2022, 10:08 PM
Looks like I am using the same libraries that you are using - not sure why I can not get the directory listing. Are you using the nina-fw bin file that I generated?
Oh figured out get Passive mode to connect. Try...
163 replies | 2237 view(s)
-
05-10-2022, 09:38 PM
Not a problem considering I am not the greatest either I do better with c++ than numpy or scipy - its all a learning exercise.
93 replies | 19094 view(s)
-
05-10-2022, 09:22 PM
@joepasquariello
Thats a great explanation - and yes thats my interpretation.
Since printconfig is rarely used (anyway no one has asked) I went back to double check if it was printing the values out correctly and...
93 replies | 19094 view(s)
-
05-10-2022, 08:59 PM
It gets invoked this way:
myEnc1.printConfig(&myEnc1.EncConfig);
which will print out something like:
enableReverseDirection: 0
decoderWorkMode: 0
HOMETriggerMode: 0
INDEXTriggerMode: 0
IndexTrigger: 0...
93 replies | 19094 view(s)
-
05-10-2022, 04:01 PM
Yep, dan accepted the PR that I did after we made a few changes to the way I had originally incoporated it. THanks
155 replies | 49420 view(s)
-
05-09-2022, 10:38 PM
Thanks - got that one checked as well. Not sure why yours is working and mine is not. If you get a chance export your filezilla setting and post them for me - pretty sure I got them right but who knows.
163 replies | 2237 view(s)
-
05-09-2022, 09:37 PM
@wwatson - are you using the accept branch of WifiNina or the master branch? I still can't get filezilla to display the directory
163 replies | 2237 view(s)
-
05-09-2022, 12:00 PM
@wwatson - double checked what I am using for handleFtp and its the same as what you posted. Still getting the error an no directory display for some reason. Have been reading and seems everybody seems to be using...
163 replies | 2237 view(s)
-
05-09-2022, 04:29 AM
Please be advised that i2c_t3 does not work with Teensy 4.x devices. The author has not updated the library for Teensy 4 so only works with Teensy 3.x devices. You will have to change that to use the Wire library.
6 replies | 128 view(s)
-
05-09-2022, 12:54 AM
@wwatson think I am pretty much done for the night so will update in the morning. Nice job
163 replies | 2237 view(s)
-
05-09-2022, 12:00 AM
Fascinating - that worked like a charm !!!!! but I noticed in Filezilla that the SD Card contents don't show in Filezilla?
Status: Connection established, waiting for welcome message...
Response: 220---Welcome to...
163 replies | 2237 view(s)
-
05-08-2022, 11:28 PM
@wwatson
Ok what version of filezilla are you using - this is what I am seeing
163 replies | 2237 view(s)
-
05-07-2022, 10:36 PM
@wwatson - at least you are seeing connecting - I did something so now I am not connecting again - argh.
@KurtE - haven't tried with anyother hardware except the T4 and the airlift
163 replies | 2237 view(s)
-
05-07-2022, 07:46 PM
Yeah I have been getting those warnings as well both with the adafruit and the model adafruit version. That was going to next next but running out of steam. Are u still getting the callback errors?
163 replies | 2237 view(s)
-
05-07-2022, 06:59 PM
Yep - I updated my WifiNINA accept branch as well so maybe that will help if you havent already done that: https://github.com/mjs513/WiFiNINA/tree/accept
Haven't tried using the generic WifiNINA yet - thinking make...
163 replies | 2237 view(s)
-
05-07-2022, 04:41 PM
Decided to start from scratch now that the firmware has been updated so I went back to using the Adafruit WifiNINA library from Github and at least now I think its semi working with the updated firmware:
Output from...
163 replies | 2237 view(s)
-
05-07-2022, 12:57 PM
I2C Slave Mode - Seems to be working. Since I don't seem to do anything easy. I used the sketches from this post...
18 replies | 1285 view(s)
-
05-07-2022, 11:54 AM
Just as a followup I did update usb_desc to use MTP+SERIAL plus I had already uninstalled the package version in appdata for IDE2 at least for now - just makes it easier to update libraries and make changes. Besides...
18 replies | 1285 view(s)
-
05-07-2022, 11:49 AM
Morning All
See everyone was busy last night.
No problem on installing the the 1.57-beta1. As @defragster said this time no blue screens from Windows complaining about security.
Ran my updated MTP_Integrity Test...
18 replies | 1285 view(s)
-
05-06-2022, 11:18 PM
Thanks - and probably was starting to look at it but running out of time
163 replies | 2237 view(s)
-
05-06-2022, 08:29 PM
Very cool Paul - looking forward to it.
568 replies | 35649 view(s)
-
05-06-2022, 08:29 PM
@wwatson - @Juraj - @KurtE
well I incorporated the changes per https://github.com/arduino/nina-fw/pull/79/files and rebuilt the NINA Fimware :)
But still not working so not sure if its the FTP server sketch or...
163 replies | 2237 view(s)
-
05-06-2022, 06:06 PM
MTP+Serial: Understood and understandable. Will be nice when 1.57 is released and to be honest didn't think it would be in for beta1 testing.
Guess for initial beta1 release its a great start. A lot of work put in...
568 replies | 35649 view(s)
-
05-06-2022, 03:35 PM
You might want to check out @luni's enconder tool: https://github.com/luni64/EncoderTool might be the similar to what you are working on
7 replies | 116 view(s)
-
05-06-2022, 03:08 PM
Ditto here on playing with the latest changes from this morning.
Mainly been playing with the MTP Integrity sketch (kitchen sink version) and it seems to be working with some caveats. As Kurt said been using the...
568 replies | 35649 view(s)
-
05-06-2022, 11:34 AM
Thanks - I remember the link to the Arduino forum discussion where you had the updated bin file. Hopefully over the next couple of days with update Adafruit NINA fw with your changes unless some one beats me to it. ...
163 replies | 2237 view(s)
-
05-06-2022, 12:45 AM
Yeah - didn't even think of the making the delay larger. Tried smaller but that obvious didn't work :) and yes I tried reducing the clock all the way down as well :)
Have fun with the server - I gave it a quick try...
163 replies | 2237 view(s)
-
05-06-2022, 12:08 AM
@wwatson
Glad you got it working but on the board I am using (adafruit featherwing coprocessor) the ESP32_reset in on pin 6 of the Teensy?? I have been using delay(100) as well
EDIT THAT CHANGE TO DELAY 1000...
163 replies | 2237 view(s)
-
05-05-2022, 10:12 PM
Well I just got a response from Adafruit on my issue:
... have not located a successful example of someone using a Teensy to run the pass through code. and he references this post:...
163 replies | 2237 view(s)
-
05-05-2022, 02:01 PM
Ok hooked it all up again but now getting something slightly different,
A fatal error occurred: Failed to connect to ESP32: Invalid head of packet (0x7D): Possible serial noise or corruption.
For troubleshooting steps...
163 replies | 2237 view(s)
-
05-05-2022, 01:24 PM
Tried both and neither worked unfortunately.
Adafruit has a teensy 3 to feather adapter that I have been using. Tried using a FTDI as well but that had issues as well but can try one more time for the heck of it
163 replies | 2237 view(s)
-
05-05-2022, 12:25 PM
Assuming thats after running the sketch and the answer is no. Its hanging on connecting:
esptool.py v3.3
Found 1 serial ports
Serial port COM9
Connecting......................................
COM9 failed to...
163 replies | 2237 view(s)
-
05-05-2022, 12:18 PM
A lot of work Paul but sounds like you got the final structure you want to use which is good. Let us know when you want us to test.
You mean like this:
568 replies | 35649 view(s)
-
05-05-2022, 11:28 AM
Agreed but its not flashing. I did see on the adafruit forum that other people had a similar issue. And yes I did check the connections after I put the blobs on the both of the airlift
163 replies | 2237 view(s)
-
05-05-2022, 01:38 AM
@wwatson
Yep not an easy sketch to go through. There is a board test for teensy jaunt have to go through the list. What I did after soldering the three jumpers of the airlift was to change the gpio0 pin from -1 to...
163 replies | 2237 view(s)
-
05-04-2022, 04:50 PM
As to the question of releasing 1.57 Beta-1. As Kurt said the final decision is yours but right now you probably have a base for MSC that you could go ahead and release but am concerned that some of the MTP_Teensy (our...
568 replies | 35649 view(s)
-
05-04-2022, 01:53 PM
Well I think I finally got the thing into boot mode:
rst:0x1 (POWERON_RESET),boot:0x2 (DOWNLOAD_BOOT(UART0/UARS___)anooo
but still can not update via esptool :(
163 replies | 2237 view(s)
-
05-04-2022, 11:37 AM
@PaulStoffregen - @KurtE - @wwatson.
Just noticed something that may be important.
The main branch for USBMscFat for the MBRdmp...
568 replies | 35649 view(s)
-
05-04-2022, 11:22 AM
Good Morning All
I just updated to the latest change - nice add for print partition table. So decided to give it a go with 2 USB drives - one formatted as a MBR drive with 2 exFAT partitions, the second is a GPT...
568 replies | 35649 view(s)
-
05-04-2022, 04:19 AM
@jhall0326 - @KurtE - @wwatson
Well got some good news and bad news.
Tried a T3.5 and no life what so ever with using the sketch. Switched to a T3.2 and got something different on the Serial monitor showing it...
163 replies | 2237 view(s)
-
05-04-2022, 12:12 AM
@wwatson
That was what I had been using along with soldering the 3 jumpers but had no luck. Even with the workaroung to use USB to serial isn't working for me. So if you figure it out let me know
163 replies | 2237 view(s)
-
05-03-2022, 08:28 PM
Pretty much found the same things here when I was trying to update the listfiles sketch to do a chkmscdrive in post...
568 replies | 35649 view(s)
-
05-03-2022, 08:24 PM
Just tried doing the same thing with the featherwing coprocessor board and it failed to enter boot again... Getting ready to pass the baton to Kurt and others to get working
163 replies | 2237 view(s)
-
05-03-2022, 02:09 PM
Sorry was distracted trying different options so the only option that hasn't been tried is what you just suggested, acutally 2, try different processor and use a FTDI and put it in manually. As Kurt mentioned just...
163 replies | 2237 view(s)
-
05-03-2022, 11:44 AM
Will give it a try - but it strange @KurtE and I are both having issues with the esptooly and the SerialPassthrough.
163 replies | 2237 view(s)
-
05-03-2022, 11:35 AM
Yep -- I noticed that the PR is still hanging out there. Not sure why they haven't incorporated yet. And yes it doesn't work without the firmware update to the airlift. Unfortunately we haven't been able to get the...
163 replies | 2237 view(s)
-
05-02-2022, 11:36 PM
I just looked at FsVolume and it looks like it does address both, for example
uint32_t fatStartSector() const {
return m_fVol ? m_fVol->fatStartSector() :
m_xVol ? m_xVol->fatStartSector() : 0;
...
568 replies | 35649 view(s)
-
05-02-2022, 09:14 PM
Not really SD but sd cards at least some of them - but they do work - probably not good for smaller cards.
568 replies | 35649 view(s)
-
05-02-2022, 08:12 PM
Ditto from me as well - really not hard over on any of the names.
568 replies | 35649 view(s)
-
05-02-2022, 02:52 PM
Just a follow to what @KurtE mentioned on naming conventions. No real preference but thought maybe using the following would be more intuitive:
USBHost myusb;
USBHub hub1(myusb);
USBHub hub2(myusb);
USBDrive...
568 replies | 35649 view(s)
-
05-01-2022, 10:46 PM
Just pushed up a branch (accept) that adds that function to the adafruit library if interested: https://github.com/mjs513/WiFiNINA/tree/accept
163 replies | 2237 view(s)
-
05-01-2022, 10:41 PM
@khoih-prog
Thanks for the help with this. Yep saw that but shied away from it because of the minor changes to the core files for the Teensy - with the updates coming up didn't want to start moding the core (yes I...
163 replies | 2237 view(s)