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 StatesPosts: 292 |
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 KingdomPosts: 9139 |
|
||||
atmega8 Guru Joined: 19/11/2013 Location: GermanyPosts: 722 |
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 StatesPosts: 292 |
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: GermanyPosts: 722 |
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 StatesPosts: 292 |
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: NetherlandsPosts: 62 |
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: AustraliaPosts: 6102 |
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: GermanyPosts: 722 |
Thank you Luc, easy to understand. Go on with your Lessons! Dietmar |
||||
atmega8 Guru Joined: 19/11/2013 Location: GermanyPosts: 722 |
Ok, makes sense. THX |
||||
atmega8 Guru Joined: 19/11/2013 Location: GermanyPosts: 722 |
Ok, makes sense. THX |
||||
Grogster Admin Group Joined: 31/12/2012 Location: New ZealandPosts: 9308 |
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 StatesPosts: 292 |
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: AustriaPosts: 128 |
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 StatesPosts: 292 |
Good idea... done. |
||||
pwillard Senior Member Joined: 07/06/2022 Location: United StatesPosts: 292 |
Updated... with NTP info |
||||
dgrissom Newbie Joined: 19/05/2022 Location: United StatesPosts: 3 |
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 KingdomPosts: 3816 |
Which exact version did you program into the Pico? ? MM.VER may say. John |
||||
dgrissom Newbie Joined: 19/05/2022 Location: United StatesPosts: 3 |
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: GermanyPosts: 351 |
@pwillard: useful PDF book! makes sense to include the extension from a23 for dynamic graphics and explain it a bit more?! https://www.thebackshed.com/forum/ViewTopic.php?FID=16&TID=15691 |
||||
Print this page |