User Tools

Site Tools


supp:pycom:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
supp:pycom:start [2018/11/22 08:53] – [PYCOM IoT Modules] adminsupp:pycom:start [2018/11/25 21:38] – [PYCOM IoT Modules] admin
Line 10: Line 10:
   * https://docs.pycom.io/datasheets/development/fipy   * https://docs.pycom.io/datasheets/development/fipy
  
-One of the base boards we are using is pysense: https://docs.pycom.io/product-info-datasheets/boards/pysense+  * Pysense product datasheet: https://docs.pycom.io/product-info-datasheets/boards/pysense 
 +  * Pysense API Reference: https://docs.pycom.io/pytrack-pysense-pyscan/apireference/pysense 
 +  * Pysense main example: https://github.com/brocaar/pycom-examples/blob/master/pysense-example/main.py 
 +  * PYCOM modules run on micropython: https://boneskull.com/micropython-on-esp32-part-1/ 
 +  * Interrupt handling on PYCOM: https://docs.pycom.io/firmware-and-api-reference/notes#interrupt-handling 
 +  * Networking, all channels: https://docs.pycom.io/firmware-and-api-reference/pycom/network 
 +  * LoRa: https://docs.pycom.io/firmware-and-api-reference/pycom/network/lora 
 +  * LTE: https://docs.pycom.io/firmware-and-api-reference/pycom/network/lte 
 +  * Deepsleep with Pysense: https://forum.pycom.io/topic/3594/how-to-deep-sleep-with-sipy-pysense-3-7v-lipo/
 +  * Sending data to webserver: https://forum.pycom.io/topic/2068/sending-data-from-lopy-to-a-webserver/
 +  * struct - Interpret bytes as packed binary data: https://docs.python.org/3.5/library/struct.html#module-struct 
 +  * Python ustruct.pack_into() Examples: https://www.programcreek.com/python/example/103661/ustruct.pack_into 
 +  * Pointer: https://github.com/micropython/micropython/blob/master/tests/extmod/uctypes_le.py
  
-PYCOM modules run on micropython: https://boneskull.com/micropython-on-esp32-part-1/ 
  
-Interrupt handling on PYCOM: https://docs.pycom.io/firmware-and-api-reference/notes#interrupt-handling 
  
-Networking, all channels: https://docs.pycom.io/firmware-and-api-reference/pycom/network +** An excellent tutorial on MQTT with io.adafruit.com based on PYCOM **
- +
-LoRa: https://docs.pycom.io/firmware-and-api-reference/pycom/network/lora +
- +
-LTE: https://docs.pycom.io/firmware-and-api-reference/pycom/network/lte +
- +
-https://github.com/brocaar/pycom-examples/blob/master/pysense-example/main.py +
- +
-https://docs.pycom.io/pytrack-pysense-pyscan/apireference/pysense +
- +
-** An excelent tutorial on MQTT with io.adafruit.com based on PYCOM **+
    
   * :!: https://core-electronics.com.au/tutorials/internet-of-things-with-pycom-and-adafruit-io.html   * :!: https://core-electronics.com.au/tutorials/internet-of-things-with-pycom-and-adafruit-io.html
  
-** More important info** +** Web Development, JSON, POST **
- +
-  * https://forum.pycom.io/topic/3594/how-to-deep-sleep-with-sipy-pysense-3-7v-lipo/5+
  
 +  * Differences Between Get and Post - Web Development: https://www.youtube.com/watch?v=UObINRj2EGY
  
 {{https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LIL0iGdl11z7Jos_jpX%2F-LKN7scqKKkb6TqB3uYO%2F-LKN82sWB-YWwAUXoOTq%2Ffipy-pinout.png?600}} {{https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LIL0iGdl11z7Jos_jpX%2F-LKN7scqKKkb6TqB3uYO%2F-LKN82sWB-YWwAUXoOTq%2Ffipy-pinout.png?600}}
supp/pycom/start.txt · Last modified: 2018/11/25 22:12 by admin