Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Recent content by JGLJGL

  1. J

    SSL over TCP

    Hi, I forgot to tell that I made to do both GET and POST in HTTPS. (With that programm, "AT Command Tester"). But not being able to achieve them if trying to send the comands manually for example with "RealTerm" or with a bridge sketch in "Arduino". I get this responsens por GET and POST int...
  2. J

    HTTPS SIM7000

    Ok, I get network connection (+CGREG: 0,5), and instead of using "https://www.atesens.com" I use the IP adress of the site. But how do I set connection with a DNS server?
  3. J

    HTTPS SIM7000

    Hi, I'm really not able to answer your questions, I'm really lost. I'm using a SIM7000E (the module is SIM7000 NB-IoT HAT) and using an NB-IoT SIM card. Also, I have allready added the certificates needed to the module memory.
  4. J

    HTTPS SIM7000

    Hi, I have 3 main problems: 1) When following the [SimCom HTTPS application note](https://www.waveshare.com/w/upload/5/5c/SIM7000_Series_HTTPS_Application_Note_V1.01.pdf) : HTTPS Function, I'm not able to do the POST. (already added the certificate needed) I have to do the post to...
  5. J

    SSL over TCP

    OK, thank you so much, I'll have a look at it tomorrow.
  6. J

    SSL over TCP

    OK, this is what I get with the initial login: And looking at "Location", I gues I have to put https:// , but I get the same response. If I try the https:// with port 443 connection this is what I get, something, a character that can't be read:
  7. J

    SSL over TCP

    I add 3 images of the procces, don't know if I've done what you meant. Anyway, the URL of the web is https://www.atesens.com (or https://www.atesens.com/login in case) Connect using port 80: Do Get using http login url : TCP connection gets closed automaticaly. Do Get using the url in...
  8. J

    SSL over TCP

    eTech I have tried diferent options, but also have tried connecting to port 80 and then attempting to communicate over por 80 (http://...). And also have tried to connet to port 443 and then attempting to communicate over 443 (https://...).
  9. J

    SSL over TCP

    I've tried with https://www.atesens.com/login but also 302 response. I've also tried to put http:// instead of https:// but the same error. Also you may notice that the port I've selected is 80, that because when I select 443 this is the response I get (the other configuration being the same...
  10. J

    SSL over TCP

    Yes, but it sends me the redirect message(302) when trying to communicate with www.atesens.com, which has https://. But when trying, for example, with httpbin.org which has http:// it works fine (response 200). So I thought maybe could be something related to SSL certificates.
  11. J

    Acquire and add SSL certificates to SIM7000 memory

    Firstly, sorry for the late response. Yes, it's helpfull, but how can I acquire the SSL certificate ? In this case I want to communicate with www.atesens.com.
  12. J

    Acquire and add SSL certificates to SIM7000 memory

    Sorry for the late reply. Does that mean I can't use SSL with SIM7000 ?
  13. J

    SSL over TCP

    Hi, I'm using a TCP connection with a SIM7000 module, but I receive 302 response. So I suposse I need to use SSL over TCP. Any suggestions?
  14. J

    Acquire and add SSL certificates to SIM7000 memory

    Nedd to add SSL certificates to SIM7000. I want to access to https://www.atesens.com, how can I get and add the certificates to the device memory ?
  15. J

    SIM7000 add certificates to the device

    I've achieved the previous steps mentioned here, but don't know how to add the certificates. I want to access to https://www.atesens.com, so if you could explain how to get the certificates I'd appreciate your help, as I'm new and I need to know this for a project.

Latest threads

New Articles From Microcontroller Tips

Back
Top