Jump to content

manterola

Members
  • Content Count

    1,004
  • Joined

  • Last visited

Posts posted by manterola


  1.  

    Nothing but the 830, but it looks clean and nothing rattles around. Smaller in person than I thought it would be. No PS.

     

    I just want to get an 810 and then stick my 800 with an 810, 850 and 830 and a nice old Bell Phone on a spare desk and then look at them every once in a while.

    I can't even use it as I have VOIP and got rid of my copper phone lines many years ago.

     

    Maybe find that 40 col thermal printer too someday.

    I used my xm301 (once) with google voice thru a voip obihai adapter. It worked perfectly, modems might not work at higher speeds, but 300 baud should work thru VOIP.

    I also got a 830 , clean it and that 's it , I still need to get a power supply and a Bell telephone to try it.


  2. I have a question regarding Plato latest version:

    I guess you need to load the handler thru DOS menú first, then after that (L)oad the Plato binary...right?

    I tried to load the Rverter handler and it loaded but it got stuck there, it never returned to the DOS menu.

    Then I turned off the computer and I tried loading Plato first, but I couldn't find a way to load the handler later from inside Plato program.

    Latest version, Plato alpha, worked perfectly, btw.


  3. Dropcheck: See? Return and then Ctrl j makes the trick! Congrats! These esp-01 are a bit tricky, but they work.

    BTW, you didnt do the AT+CIPMODE=1 so you got that IPD stuff. Follow the sequence posted.

    Now regarding questions about how to get connected using the original firmware:
    Check the thread, I already posted a list of commands I used to get connected to vintagebbs.

    edit: Here it is again:

    AT+GMR
    AT+CWMODE=1
    AT+CIFSR
    AT+CWJAP_DEF="replace with wifi name","replace with password"
    AT+CWAUTOCONN=1
    AT+UART_DEF?
    AT+UART_DEF=9600,8,1,0,0 set comm params
    AT+CIPMODE=1 transparent mode or everything get ipd prefix
    AT+CIPMUX=0 no multiplexing
    AT+CIPSTART="TCP","vintagebbsing.com",2325 this is one example
    AT+CIPSEND to start sending your stuff to the server

     

    Then I realized that getting connected using the original firmware is cumbersome. So I put another firmware. Stefan is also using another firmware.
    The coolest part is getting Plato alpha version working. It is amazing piece of software, but that is later.


  4. That strange baud rate is 74800 or something like that. I wrote about it already in this thread. It is the "native" low level baud rate if the esp-01. Put it in programming mode again and flash it again (at any baud rate, like 115k or 9600, it doesn't matter).

    Dropcheck, you already made it: you got echo, and could listen the high pitch sound. The only thing you have to do is to figure out how to make the module (with original firmware) to recognize the "enter". I almost sure you just need to write a valid command and then press return and then press Ctrl j.

    Now wrt the atascii translation and the source I don't know how to do it right.

    I just downloaded the source from GitHub and made changes. Now I am not sure it is ok to redistribute the source code changed. Please explain, how to do it right.


  5. Thanks for the quick response.

    I check and recheck the OS selection circuit and it is OK. I tried with other eprom from other compu with sio2bt and it worked, so I assume the circuit is OK.

    The circuit connects the pin 27 (A14) with pin 28 (VCC) with a pull up resistor, to keep the A14 high, when it is in SIO2BT mode (alternative OS). When I move the switch it connects A14 to GND (and at the same time power off the BT module). In this position (A14 low) the original atari XE OS is visible.

     

    Since it is a m27c512 four OS version are in the eprom: QMEG / QMEGBT / XE / XEBT . I am ok with just 2: XE/XEBT (in that order, BT is bluetooth) so a m27c256 should be enough.

     

    The ROMs are attached.

    Now I have a nice problem, I don't know who to ask to do this more me. Thank you guys for offering help. I will send PM with my address.

     

    Thanks again,

     

    Mauricio

     

    ps: TL866 is still >$80 right? or I am searching the net wrong?

    130xeos.rom

    siobt2os.rom


  6. Does the zmodem firmware has speed dialing?

    And the possibility connecting an OLed?

    ;)

     

    Stefan

    speed dialing .. I would say yes. It i a dialing directory in which you enter the internet address and some options and then you assign a number. For example, irata online is assigned the number 300. Later you just "dial" atd 300 and connect to plato irata.

    OLED not sure, check zimodem in github:

    https://github.com/bozimmerman/Zimodem


  7. Come on don't give up. I am sure enter+Ctrl j will work. But anyway, who wants to do all of that and that long series of commands, just to get connected, when you can flash zimodem in 1 step, and then enjoy a much better and simple implementation of an at compatible modem.

    Ditch the original firmware.

    • Like 1

  8. Hi guys and gals,

    I am having problems with my OS EPROM. The EPROM has 4 OS version but I toggle b/w 2 of them with a switch. The first is the one for SIO2BT (it includes cold reset with Shift+Reset and modified timing for disk access), and the second is a regular unaltered OS XE version (it came with my 65XE and it include the self test for the extra memory).

    Now The second one start random fails that send me directly to the self test, o just green or black screen, but sometimes work...

    I've been looking for a EPROM writer but they are still out of my budget and in my case will be barely used.

    If someone can create one for me, it will be greatly appreciated. If it is in USA is better so I can pay a decent postage and the price of the materials..

    Thanks in advance.

     


  9. I guess if you received echo, and the error... So is working! Right? Your input goes to the esp-01... And your circuit with LS00 and diode is not wrong.. try typing AT+ and then Ctrl j. It should work. Do not use Ctrl m

    Then try lowercase. Or just "at" Everytime follow with Ctrl j another option: at+ press enter and then Ctrl j.

    It should work with some combination...

    I am almost sure enter and then Ctrl j after each command will work


  10. Just one idea left from me: retry the esp-01 and adatper but without LS00 and diode. Tx-->Din. And Dout-->RX. Just that. And power supply, of course. It should work, if the terminal program and the Rverter handler are driving the Sio Dout line.


  11. Well... At least you got a message. That means the baudrate is

    set correct.

    Hm... I expected the message when receive line connected... Or do I mix it up?

    Anyway. There is obviously no need to send something Atari - > ESP chip

    to get that message ESP - > Atari... If you can't get an AT command working,

    the receive line seems to be dead somehow...

     

    But you can program / operate the esp chip by using an arduino?

    then the chip itself is alive / not broken.

    And also the level shifters are alive...

    There must be something with the test setup... I suspect

    the 7400 chip. But it must be in the receive line.

    What kind of diode do you use? Is in in reverse direction?

     

    Stefan

    but i told him to try without additional circuit, just the "adatper" board. So connect directly: rx<---Dout, tx--->Din, to rule out the esp-01 and adatper board. if it work is the diode or 74ls00. maybe you try again. if it doesn't work, but it work in a PC, then the only option left is a broken Adatper.

    • Like 2

  12. Not 100% sure, but I guess this firmware and command made my esp-01 come back to life. After that I was able put Zimodem in my esp-01.

    cd ESP8266_NONOS_SDK-2.1.0/bin/
    sudo esptool.py --baud 115200 --port /dev/ttyUSB0 --before no_reset --after no_reset write_flash --flash_mode qio 0x00000 boot_v1.7.bin 0x01000 ./at/512+512/user1.1024.new.2.bin 0xfc000 esp_init_data_default.bin 0x7e000 blank.bin 0xfe000 blank.bin
    In my case esp-01 was crazy throwing error mesages and rebooting. So the led didn't stop blink when power up. I got it to boot normally with this AT firmware. I tried to use this firmware, but it was so cumbersome. Then I switched to Zimodem. This is different to what you described in your case (mr-atari problem) but it might work.

    ESP8266_NONOS_SDK-2.1.0.zip


  13. Esp-01 sends at every boot a message at 74880 rate (which is very very unusual baud rate). Every time I boot mine I see a few garbage characters and then zimodem kicks in at the right rate.
    It is a very basic low level message.
    My esp-01 was also "bricked" when arrived or I bricked it when tried to connect, and in my case that low level messages at 74880 told me that it could not load the program or something like that, kind of nothing at address XYZ.
    That is why I ended up trying other firmwares.
    The nice thing about that low level message is that it tells you if your device is in programming mode.
    So I opened minicom, then used something called anybaud to set the baud rate to this weird number (not possible with minicom), then with the right pins to Gnd or 5v I put the esp-01 in programming mode and power it up. In minicom I saw the device was in programming mode, then I close minicom, and used esptool to flash a new firmware, at 115 or 9600, etc, any rate worked. I tried several firmwares, up to a point in which I was able to make it work again.
    I will check my history in the Linux machine to see I could find the exact command and firmware that unbrick mine. But you can try meanwhile with the Zimodem bin I posted before.

    Edit: corrected low level baud rate of ESP-01


  14. Now regarding the Zimodem firmware. The way I did it was just send a pre-compiled version to the esp-01. It turned out that the version has problems saving changes (like wifi pasword or address book).


    This is a known bug of some esp-01s:




    So I ended up installing arduino and compiling Zimodem by myself. I also took advantage of having the code and set the default baud rate to 2400 and changed the Pet-ascii translation tables to Atascii-Ascii. All the menus and options still refers to pet-ascii translation (like atdp), I did not change that.


    It was pretty straight forward to write the firmware to esp-01 if you don't need to compile. In Linux I used esptool.py. Not sure how it will work on windows or macosx, probably it will work. Find all about esptool.py in the website:





    You need to do something like this to write the firmware (first you need to put the esp-01 in programming mode)


    sudo esptool.py --baud 115200 --port /dev/ttyUSB0 --before no_reset --after no_reset write_flash --flash_mode qio 0x00000 zimodem.ino.generic.bin



    I hope this help you guys in your endevoir

    ps: not sure if this forum accept .bin, hopefully it will work.









    zimodem.ino.generic.bin


  15.  

    Thank you. ;-) I would appreciate it.

    Ok.. This is what - I guess - needs to be done to connect using the original at firmware:

    AT
    AT+GMR
    AT+CWMODE=1
    AT+CIFSR
    AT+CWJAP_DEF="replace with wifi name","replace with password"
    AT+CWAUTOCONN=1
    AT+UART_DEF?
    AT+UART_DEF=9600,8,1,0,0 set comm params
    AT+CIPMODE=1 transparent mode or everything get ipd prefix
    AT+CIPMUX=0 no multiplexing
    AT+CIPSTART="TCP","vintagebbsing.com",2325 this is one example
    AT+CIPSEND to start sending your stuff to the server
    • Like 1
×
×
  • Create New...