Notifications
Clear all

Hello everybody :-)

5 Posts
2 Users
1 Likes
830 Views
Antonio1948
(@antonio1948)
Member
Joined: 4 years ago
Posts: 4
Topic starter  

Hi there, my name -as you might have guessed- is Antonio and I have 72 years. I am italian by birth but live in Danmark in a small (former) farm with my danish wife, 9 dogs, 2 horses and 3 cats. Ah, and recently added to the menagerie 1 Arduino Uno, 3 Arduino Nano and a few days ago -lured by Bill's captivating intro , an ESP32. Of course I will divide equally my time between the 5 new puppies πŸ™‚ .
Although I have an academic background (Looong time ago) in Agriculture, Biology and Computer Sciences, I have been an Army officer, a photographer and a farmer. When I retired I was looking forward at much time to devote to my hobbies, but illness struck, at first with a nasty form of cancer, which my doctors and I fought with success and the with a series of other concerns, the latest of which is a form of Parkinson's caused by a cluster of small blood cloths in a specific area of my brain. Not much to do about it, and it is progressing. OK, I said to myself that I had to find something to keep both my brain and my hands busy with something challenging, and decided for Arduino. I have some experience in programming and used to have quite steady hands with small jobs, and that is a good start (even though I already have some problems with inserting the right pins in the right holes in the breadboards).

On the Arduinos I have worked on ultrasound sensors, realtime clock, OLED 128x64 screens, sound sensors and buzzers modifying code "borrowed" and even making some from scratch, with some success -after painstakingly debugging and circuit checking- and yesterday I was quite busy with testing the Wifi Access point code from Bill (I understood the meaning of / \ In building the HTML line with the clickable link, so I added more, ending with two external leds on top of the inbuilt one, each with its own ON/OF links and lastly a link to make the two external ones blink alternatively. It worked and I am fascinated! But… when I tried to add an image and use it instead of the text link, I failed miserably. I am sure that from the HTML pow the code was right, evidently it needs something more for the specific environment, but I haven't looked into it yet. A tutorial, maybe? or where to find something about it?

OK, I have taken much of your time, so thank you for your patience, and my really heartfelt THANK YOU! - MERCI BEAUCOUP! to Bill for the time and energy -and resources- he devotes to the Dronebotshop! BTW, I am a happy and legal drone pilot myself, since three years, with a P4P πŸ™‚

Keep calm and adopt an Arduino


   
Quote
byron
(@byron)
No Title
Joined: 5 years ago
Posts: 1121
 

Hi @antonio1948

A while back I was looking to have a nice looking dial widget on an information screen and the best one I found was one using the javascript canvas, and I had a go at producing some screens in HTML.Β  Well I suppose I did succeed to a degree, but I did not like coding stuff up in HTML and found it all a bit of a pain. Β  I did have a few clickable images on my screen,Β  but in the main it used MQTT to display information published by a python program running on an Rpi. Β  I just had a look at the javascript I wrote, but its all a bit of a pain to follow it now.Β  Β 

So it was just a thought for you, you can get your HTML screen to publish and subscribe to an MQTT broker and get your arduino or whatever board to respond to MQTT messages.Β  Have fun with your projects. 😀Β 


   
ReplyQuote
Antonio1948
(@antonio1948)
Member
Joined: 4 years ago
Posts: 4
Topic starter  

@byron

Thank you! I will certainly look into this MQTT broker, googled it and found a Mosquito broker. Β 

Keep calm and adopt an Arduino


   
ReplyQuote
byron
(@byron)
No Title
Joined: 5 years ago
Posts: 1121
 

Hi antonio1948

I probably should have also pointed out that your board would need an ethernet connection, cable or wifi, to communicate with whatever computer runs an MQTT broker. I have my MQTT broker running on an old PC that now runs linux and also another that runs on an old Rpi 2. Β There are also cloud based MQTT brokers. Β  Β The actual board I used to publish the info was an ESP8266, but I would think the newer ESP32 board would work too. Β The mqtt library I used on the ESP8266 was one from Adafruit. Β  The broker machines were running MQTT Mosquito packages. Β The browser to receive and display the information was run on an apple computer with a firefox browser. Β The fixfox browser could also publish info that the esp8266 could receive . Β  MQTT is a really nice and very easy to use mechanism for sending / receiving information between computers and/or microcontrollers as long as they can communicate over ethernet.


   
Antonio1948 reacted
ReplyQuote
Antonio1948
(@antonio1948)
Member
Joined: 4 years ago
Posts: 4
Topic starter  

@byron

Thanks again. I have an oldish MacbookPro Β running OS 10.6.8, but when using Arduino IDE i boot it with OS 10.11 from an xternal Firewire HD, and it is connected via Wifi to my router, If necessary i can connect it via Ethernet. Have also a very recent iMac I can use (My wife's, bu i have "rights" on it since it was my gift after she euthanized the n-th PC... Will look into MQTTT, Β (it might take me some time to understand what I can do with it...) πŸ˜‰

Keep calm and adopt an Arduino


   
ReplyQuote