Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 14:38 29 Nov 2024 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : I felt the need to collect some notes on the PICOMITEWEB

Author Message
pwillard
Senior Member

Joined: 07/06/2022
Location: United States
Posts: 292
Posted: 03:06pm 28 Feb 2023
Copy link to clipboard 
Print this post

I found that I was jumping around the forum to make sure I was using the PICOMITEWEB correctly. Hence, I put together some notes and assembled them into an Interim Addendum until Pete and Geoff officially get around to adding some additional info to the PICOMITE documentation.  Corrections and reprimands are welcome.

So here it is.  Small Book
 
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 9139
Posted: 03:42pm 28 Feb 2023
Copy link to clipboard 
Print this post

     
 
atmega8

Guru

Joined: 19/11/2013
Location: Germany
Posts: 722
Posted: 05:29pm 28 Feb 2023
Copy link to clipboard 
Print this post

Very usefull, thank you!

Wasn't there an mm.info (ipaddress) or similar?

Could you please under:
Creating A TCP Server

explain how to deal with:
web transmit [PAGE/FILE/CODE] req%, ........

and show a simple "Hello World answer" from the TCP Server,
that will show up, if i access the Picow with Browser?

How does, and what belong together?

That's one small step for you man, one giant leap for mankind (me).
Edited 2023-03-01 03:32 by atmega8
 
pwillard
Senior Member

Joined: 07/06/2022
Location: United States
Posts: 292
Posted: 05:54pm 28 Feb 2023
Copy link to clipboard 
Print this post

Might I state that I collected this information and assembled it into a document so I could have it readily available... not because I'm *good* at this stuff yet. Being good at it is where I'm trying to end up.
Edited 2023-03-01 03:55 by pwillard
 
atmega8

Guru

Joined: 19/11/2013
Location: Germany
Posts: 722
Posted: 05:54pm 28 Feb 2023
Copy link to clipboard 
Print this post

Usefull for your Docu

found it:

? MM.INFO(ip address)

also usefull maybe:
print mm.info(mac address)

Off course an arp -a from the client side will also do the Job;-)

192.168.178.37        28-cd-c1-09-e3-80     dynamisch
Edited 2023-03-01 03:58 by atmega8
 
pwillard
Senior Member

Joined: 07/06/2022
Location: United States
Posts: 292
Posted: 05:59pm 28 Feb 2023
Copy link to clipboard 
Print this post

I don't think mm.info(mac address) is a thing.

Also, keep in mind that I'm not trying to duplicate work being done by LucV, who is creating a HOW TO set of documents.
Edited 2023-03-01 04:33 by pwillard
 
LucV

Regular Member

Joined: 19/02/2023
Location: Netherlands
Posts: 62
Posted: 06:48pm 28 Feb 2023
Copy link to clipboard 
Print this post

Hi there,

@atmega8

Look at the thread with the name PicoMiteWeb lessons.
Chapter 3 and 4 cover building your first web server.

More chapters coming up.

Luc
Luc's tech Blog
 
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 6102
Posted: 07:55pm 28 Feb 2023
Copy link to clipboard 
Print this post

mm.info (ip address) gives the pico's address, I think he was after the IP of the connected client. That is something I would like very much.

Jim
VK7JH
MMedit   MMBasic Help
 
atmega8

Guru

Joined: 19/11/2013
Location: Germany
Posts: 722
Posted: 09:45pm 28 Feb 2023
Copy link to clipboard 
Print this post

  LucV said  Hi there,

@atmega8

Look at the thread with the name PicoMiteWeb lessons.
Chapter 3 and 4 cover building your first web server.

More chapters coming up.

Luc

Thank you Luc,

easy to understand.
Go on with your Lessons!

Dietmar
 
atmega8

Guru

Joined: 19/11/2013
Location: Germany
Posts: 722
Posted: 09:47pm 28 Feb 2023
Copy link to clipboard 
Print this post

  pwillard said  I don't think mm.info(mac address) is a thing.

Also, keep in mind that I'm not trying to duplicate work being done by LucV, who is creating a HOW TO set of documents.


Ok, makes sense.
THX
 
atmega8

Guru

Joined: 19/11/2013
Location: Germany
Posts: 722
Posted: 09:48pm 28 Feb 2023
Copy link to clipboard 
Print this post

  pwillard said  I don't think mm.info(mac address) is a thing.

Also, keep in mind that I'm not trying to duplicate work being done by LucV, who is creating a HOW TO set of documents.


Ok, makes sense.
THX
 
Grogster

Admin Group

Joined: 31/12/2012
Location: New Zealand
Posts: 9308
Posted: 04:45am 01 Mar 2023
Copy link to clipboard 
Print this post

That little book really is excellent work.
You're a    pwillard!  
Smoke makes things work. When the smoke gets out, it stops!
 
pwillard
Senior Member

Joined: 07/06/2022
Location: United States
Posts: 292
Posted: 11:51am 01 Mar 2023
Copy link to clipboard 
Print this post

Thanks...

Note: I am still making edits to the file... so use the link in the original post to get the updated version.
 
bigfix
Senior Member

Joined: 20/02/2014
Location: Austria
Posts: 128
Posted: 12:30pm 01 Mar 2023
Copy link to clipboard 
Print this post

Great job !
Please put a version number or date on the front page
So we can distinguish updated versions
 
pwillard
Senior Member

Joined: 07/06/2022
Location: United States
Posts: 292
Posted: 01:36pm 01 Mar 2023
Copy link to clipboard 
Print this post

Good idea... done.
 
pwillard
Senior Member

Joined: 07/06/2022
Location: United States
Posts: 292
Posted: 12:17pm 09 Mar 2023
Copy link to clipboard 
Print this post

Updated... with NTP info
 
dgrissom
Newbie

Joined: 19/05/2022
Location: United States
Posts: 3
Posted: 11:19pm 10 Mar 2023
Copy link to clipboard 
Print this post

Hi,

First, thanks to everyone's efforts on

I'm kind of a neophyte with PicomiteWEB.

I'm playing with the client examples and have been able to successfully pull data from the api.openweathermap.org using the code example from this forum.

However, I can't get the "Using the JOKE API"  example code to run without a "syntax error" on the line:  "WEB open tls client "official-joke-api.appspot.com",443"

Initially the code is at:
https://www.thebackshed.com/forum/ViewTopic.php?FID=16&TID=15600#198429

I am pasting the code examples into MMEdit for testing.

There is probably a simple solution but I am open to any suggestions?

David G
Prattville, AL USA
 
JohnS
Guru

Joined: 18/11/2011
Location: United Kingdom
Posts: 3816
Posted: 08:31am 11 Mar 2023
Copy link to clipboard 
Print this post

Which exact version did you program into the Pico?

? MM.VER

may say.

John
 
dgrissom
Newbie

Joined: 19/05/2022
Location: United States
Posts: 3
Posted: 02:20pm 11 Mar 2023
Copy link to clipboard 
Print this post

Thanks for responding.

Today the code is working fine!

I don't know what caused it to error out yesterday.  I'm scratching my head on this one.    

(BTW, I was using version:   5.070721)

With that said the jokes are pretty corny so far...  
 
homa

Guru

Joined: 05/11/2021
Location: Germany
Posts: 351
Posted: 09:56pm 14 Mar 2023
Copy link to clipboard 
Print this post


@pwillard: useful PDF book!
makes sense to include the extension from a23 for dynamic graphics and explain it a bit more?!
  matherp said  V5.07.07a23
This has some fun new features
First there are two new "display" drivers
VIRTUAL_C and VIRTUAL_M

https://www.thebackshed.com/forum/ViewTopic.php?FID=16&TID=15691

 
Print this page


To reply to this topic, you need to log in.

© JAQ Software 2024