Fierodoug5 Posted May 5, 2021 Share Posted May 5, 2021 Got the Fujinet inside a Atari 1030 modem done today I used the original 1030 PCB, just desoldered some stuff so I could use the traces to hook up the Throughhole Fujinet. So both SIO ports work, power/wifi light and power switch and power plug(for external USB 5V). The wiring for the remote box comes out the back where the phone jack was. No holes were made in the case. Really happy how it came out, and glad to have a 1030 in my setup. Made a quick video of it in action. 5 Quote Link to comment Share on other sites More sharing options...
+DrVenkman Posted May 6, 2021 Share Posted May 6, 2021 So this is a potentially-dumb question, @Fierodoug5 - if I've missed something along the way, my apologies. But why didn't you tap the SIO signals from your FujiNet right off the SIO ports on your 1030 case? That way you could've just connected it to your Atari with a standard SIO cable. Quote Link to comment Share on other sites More sharing options...
Fierodoug5 Posted May 6, 2021 Share Posted May 6, 2021 (edited) It is tapped into the sio ports and hooked up with a sio cable. The bundle of wires out the back go to the remote box(buttons, leds, sd card). Edited May 6, 2021 by Fierodoug5 3 Quote Link to comment Share on other sites More sharing options...
cbelcher Posted May 21, 2021 Share Posted May 21, 2021 I'm trying to build this for the 4mb WROVER and when I build in PlatformIO I get: Compiling .pio\build\fujinet-v1-4mb\bootloader_support\src\esp_image_format.o src/main.cpp: In function 'void main_setup()': src/main.cpp:96:9: error: 'fnBtManager' was not declared in this scope fnBtManager.start(); ^~~~~~~~~~~ src/main.cpp:96:9: note: suggested alternative: 'fnLedManager' fnBtManager.start(); ^~~~~~~~~~~ fnLedManager *** [.pio\build\fujinet-v1-4mb\src\main.o] Error 1 ================================================================================================== [FAILED] Took 19.99 seconds ================================================================================================== Environment Status Duration -------------- -------- ------------ fujinet-v1-4mb FAILED 00:00:19.985 ============================================================================================= 1 failed, 0 succeeded in 00:00:19.985 =============================================================================================The terminal process "C:\Users\cbelc\.platformio\penv\Scripts\platformio.exe 'run', '--environment', 'fujinet-v1-4mb'" terminated with exit code: 1. Look familiar to anyone? I'm following the guide at: https://github.com/FujiNetWIFI/fujinet-platformio/wiki/Board-bring-up-for-FujiNet-Platform.IO-code Thanks! Quote Link to comment Share on other sites More sharing options...
cbelcher Posted May 21, 2021 Share Posted May 21, 2021 Found it! PlatformIO is not as scary as I thought. I have an 8mb board but had picked the 4 - and that has bluetooth off in platform.ini Quote Link to comment Share on other sites More sharing options...
hideehoo Posted October 21, 2022 Share Posted October 21, 2022 Finally designed a proper enclosure for my through hole version PCB. Repo has been updated with STL's and the Designspark file. https://github.com/djtersteegc/fujinet-devkit-shield 8 1 Quote Link to comment Share on other sites More sharing options...
WicoKid Posted November 22, 2022 Share Posted November 22, 2022 Saw this and had to give it a try. Got PCP boards from Osh Park that I need to build along with the cable.I thought I'd go ahead and load up the programming. Have the ESP32-DEVKITC-VE and have been reading and working my way through the "Board bring up software", I can upload the "firmware.bin" without errors but cannot get "Upload File System Image" to work. Here is a picture of where I end up. I honestly do not know what the programming language is but have tried to follow the instructions step by step. I did not work through an account as I am unlikely to contribute to the code. I keep ending up with a much too large file, maybe I need to change some more lines in the plaformio.ini to comments? Presently putting the project away for a few days but Any advice would be helpful. 1 Quote Link to comment Share on other sites More sharing options...
mozzwald Posted November 22, 2022 Author Share Posted November 22, 2022 30 minutes ago, WicoKid said: I keep ending up with a much too large fil Since you are building for the ESP32-DEVKITC-VE which has 8MB of internal flash you should build for fujinet-v1-8mb in PlatformIO. 1 Quote Link to comment Share on other sites More sharing options...
WicoKid Posted November 29, 2022 Share Posted November 29, 2022 Grunt, grunt, like says other post above……picture with red circle help Grog. It works fine now; thought I only had to define it in the platformio.ini file. I built a 15 pin db connector to Atari SIO cable for this. Do I just have to build the correct 15 pin db to (appleIi, Adam, etc) and flash for this board to work with other systems? Thank you hideeho and mozzwald for posting here. 2 Quote Link to comment Share on other sites More sharing options...
mozzwald Posted November 29, 2022 Author Share Posted November 29, 2022 3 hours ago, WicoKid said: Do I just have to build the correct 15 pin db to (appleIi, Adam, etc) and flash for this board to work with other systems? It's not that simple. Perhaps @masteriescan share his schematic for the atari/adam fuji board. Apple II FujiNet is a whole different beast and needs a different board. Quote Link to comment Share on other sites More sharing options...
masteries Posted November 29, 2022 Share Posted November 29, 2022 (edited) 3 hours ago, mozzwald said: It's not that simple. Perhaps @masteriescan share his schematic for the atari/adam fuji board. Apple II FujiNet is a whole different beast and needs a different board. As Mozzwald explained, is far from simple; here you have the schematic, is based in jumper selection / isolation of signals. Each machine uses its own set of signals, using different signal conditioning, different voltage levels and these sort of things... Apple II Fujinet uses too many signals for a reliable or affordable multidevice Fujinet, there are too many signals to isolate them in an affordable way, or using a dual layer PCB as an example. LCGP sch.pdf Edited November 29, 2022 by masteries 1 Quote Link to comment Share on other sites More sharing options...
WicoKid Posted December 20, 2022 Share Posted December 20, 2022 Well....imitation is the sincerest.....etc, etc. Fun one; decked out in holiday colors. I have one more board if anyone wants to give it a shot send a PM and wait. 6 Quote Link to comment Share on other sites More sharing options...
Jfcatari Posted March 7 Share Posted March 7 I am trying to build a devkit version. I flashed the filesystem and runtime software to the devkit build and have it installed in the board but not connected via sio to the atari machine. The output of the monitor looks good, but the wifi light comes on then goes off. It is not associated with any access point. The output states there is no config which is what I expect. I am not sure why the wifi led is not staying on. Any suggestions? Quote Link to comment Share on other sites More sharing options...
mozzwald Posted March 7 Author Share Posted March 7 1 hour ago, Jfcatari said: I am trying to build a devkit version. I flashed the filesystem and runtime software to the devkit build and have it installed in the board but not connected via sio to the atari machine. The output of the monitor looks good, but the wifi light comes on then goes off. It is not associated with any access point. The output states there is no config which is what I expect. I am not sure why the wifi led is not staying on. Any suggestions? Wifi light is only on if connected to access point. All LED's flash upon powerup, this is normal. Quote Link to comment Share on other sites More sharing options...
Jfcatari Posted March 7 Share Posted March 7 Thanks for info. I was trying to build and test step by step. I was seeing all of the lights flash at startup. I will continue the build and get this hooked up to the atari 8bit via sio. Quote Link to comment Share on other sites More sharing options...
Jfcatari Posted March 8 Share Posted March 8 Thanks again. I got the devkit version working last night! 2 Quote Link to comment Share on other sites More sharing options...
Jfcatari Posted March 27 Share Posted March 27 Question on Atari Fujinet versions: The latest released according to here: https://fujinet.online/firmware/releases_atari/releases.json is { "version": "2023-03-18 0.5.64f05da8", "version_date": "2023-03-18 20:36:30", "build_date": "2023-03-18 20:36:30", "description": "Implement UNMOUNT HOST ($E6) in FUJI device", "git_commit": "64f05da8", "url": "https://fujinet.online/firmware/releases_atari/fujinet-ATARI-0.5.64f05da8.zip", "sha256": "9abce0474e3ff6e9e59e0155b4e5f8252698f538ad5390aece85ad283e1c6105" } But when I switch to this git commit using git checkout 64f05da8 and look at version.h I see the following: #define FN_VERSION_MAJOR 0 #define FN_VERSION_MINOR 5 #define FN_VERSION_BUILD "b87d30b7" #define FN_VERSION_DATE "2023-03-18 18:52:26" #define FN_VERSION_FULL "0.5.b87d30b7" Quote Link to comment Share on other sites More sharing options...
mozzwald Posted March 27 Author Share Posted March 27 9 hours ago, Jfcatari said: Question on Atari Fujinet versions: The latest released according to here: https://fujinet.online/firmware/releases_atari/releases.json is { "version": "2023-03-18 0.5.64f05da8", "version_date": "2023-03-18 20:36:30", "build_date": "2023-03-18 20:36:30", "description": "Implement UNMOUNT HOST ($E6) in FUJI device", "git_commit": "64f05da8", "url": "https://fujinet.online/firmware/releases_atari/fujinet-ATARI-0.5.64f05da8.zip", "sha256": "9abce0474e3ff6e9e59e0155b4e5f8252698f538ad5390aece85ad283e1c6105" } But when I switch to this git commit using git checkout 64f05da8 and look at version.h I see the following: #define FN_VERSION_MAJOR 0 #define FN_VERSION_MINOR 5 #define FN_VERSION_BUILD "b87d30b7" #define FN_VERSION_DATE "2023-03-18 18:52:26" #define FN_VERSION_FULL "0.5.b87d30b7" It's due to the way our version script runs. If you're building from source, building master is the best bet Quote Link to comment Share on other sites More sharing options...
Jfcatari Posted March 28 Share Posted March 28 I can build from master for a devkit build. I am looking to build up and put up for sale some of the devkit build units. I was trying to get a build to match exactly the latest stable that comes from the FujiFlasher but for devkit. If you have any other suggestion, I am all ears. Quote Link to comment Share on other sites More sharing options...
_The Doctor__ Posted March 28 Share Posted March 28 stable? Quote Link to comment Share on other sites More sharing options...
Jfcatari Posted March 28 Share Posted March 28 Yes the most recent stable version like is listed here: https://fujinet.online/firmware/releases_atari/releases.json Quote Link to comment Share on other sites More sharing options...
mozzwald Posted March 28 Author Share Posted March 28 11 hours ago, Jfcatari said: Yes the most recent stable version like is listed here: https://fujinet.online/firmware/releases_atari/releases.json The easiest way to build the same is go by the build date/time which is exactly when I build it. github doesn't really do a good job of showing time/date but you can run git log from the command line and see more details Quote Link to comment Share on other sites More sharing options...
Jfcatari Posted April 29 Share Posted April 29 Anyone looking for a Devkit based FujiNet? I built a few of these up and have them on ebay for sale, at cost plus a minor assembly fee. Search for "Atari FujiNet Devkit Version" Quote Link to comment Share on other sites More sharing options...
_The Doctor__ Posted April 29 Share Posted April 29 (edited) I have tears falling down my face, you actually cut up JAE SIO cords for Fujinets. The BEST Atari SIO cables when left intact are in fact those very cables. This is a sad day, and I ask flags of all nations be hung at half staff... at least in JAPAN, The Americas, Poland, Germany, The Baltic states, and the UK. Might be good to clarify RAM spec and Flash memory spec. Edited April 29 by _The Doctor__ 1 Quote Link to comment Share on other sites More sharing options...
Jfcatari Posted April 29 Share Posted April 29 Yes I did pick up a few JAE's from Best Electronics and put them under the knife. I do have the 3d printed SIO plugs and pins, but it seemed like the sacrifice was worth my time. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.