Navigation

    Welcome to the Pycom forum

    Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Tags
    3. wipy 2.0
    Log in to post

    • S

      WiPy 2.0 Captive Portal Network Config
      WiPy 2&3 • wipy 2.0 ap mode dns dhcp captive portal • • soulkiller  

      5
      0
      Votes
      5
      Posts
      702
      Views

      J

      Hello, I released a fully new version (v2.0) of my web server here : https://github.com/jczic/MicroWebSrv2. Open source MIT, fully asynchronous, more robust, more fast and more efficient on Pycom modules. It is delivered with a good documentation. For captive portal, you can use a simple DNS server here (see readme) : https://github.com/jczic/MicroDNSSrv Thank you for your support and feedback. ☺️
    • B

      RMT, receiving is working fine however transmitting seems to fail
      WiPy 2&3 • wipy 2.0 rmt infrared • • bnjroos  

      1
      0
      Votes
      1
      Posts
      249
      Views

      No one has replied

    • Z

      Arduino to update the firmware ?
      WiPy 2&3 • wipy 2.0 firmware update arduino • • Zahary Momchilov  

      4
      0
      Votes
      4
      Posts
      563
      Views

      robert-hh

      @zahary-momchilov Yes. You can use WiFi. However it is advisable to have a generic USB/UART adapter with 3.3v output as second option. Any adapter with 3.3V output level will do. The latter sorts out most Arduinos.
    • F

      Connection between pycom and cmd console
      WiPy 2&3 • pycom wipy 2.0 wipy 3.0 connect console • • FedeSilvi  

      1
      0
      Votes
      1
      Posts
      388
      Views

      No one has replied

    • S

      Bluetooth device name unable to resolve in Pycom
      Discussion • wipy wipy 2.0 • • sailaja  

      3
      0
      Votes
      3
      Posts
      657
      Views

      N

      Using manufacturer data, we can get the proper data from the sensor. mfg_data = bluetooth.resolve_adv_data(adv.data, Bluetooth.ADV_MANUFACTURER_DATA) advData = binascii.hexlify(mfg_data)
    • J

      Version/Release question
      WiPy 2&3 • wipy 2.0 • • jhollan3  

      2
      0
      Votes
      2
      Posts
      673
      Views

      livius

      @jhollan3 release='1.17.3.b1' this is version of Pycom firmware version='v1.8.6-849-83e2f7f on 2018-03-19' this is version of micropython Also is my board up-to-date with the latest release? and it looks like recent firmware
    • C

      DS18B20 not working in WiPy 2.0
      WiPy 2&3 • wipy 2.0 ds18b20 • • ColombianAus  

      4
      0
      Votes
      4
      Posts
      1052
      Views

      livius

      @colombianaus said in DS18B20 not working in WiPy 2.0: d=DS18X20(Pin.exp_board.G23, mode=Pin.OUT) now you miss Pin class... d=DS18X20(Pin(Pin.exp_board.G23, mode=Pin.OUT))
    • overlander

      Wifi radiation after wlan.disconnect()
      WiPy 2&3 • wipy 2.0 wlan.disconnect • • overlander  

      5
      0
      Votes
      5
      Posts
      1344
      Views

      overlander

      ok,i will try!
    • P

      Explain BLE Example Code
      Discussion • ble bluetooth wipy 2.0 • • panos29  

      1
      0
      Votes
      1
      Posts
      1469
      Views

      No one has replied

    • J

      How to notify other BLE devices from Wipy
      WiPy 2&3 • wipy 2.0 other ble send data gattcconnection • • jmahesh  

      2
      0
      Votes
      2
      Posts
      921
      Views

      jmarcelino

      @jmahesh You are connecting to GATT Server as client, so what you can do is request the server send you notifications. You can't send notifications as a client. Bluetooth.PROP_NOTIFY means you can request notifications on that characteristic. I'm guessing that characteristic is not writable (read only) hence you get that error? If what you want is to be notified by the Server (e.g. when the value changes) use the char.callback(trigger=Bluetooth.CHAR_NOTIFY_EVENT, handler=YourHandlerFunct, arg=YourOptionalArgument)
    • C

      Question in regards to MSB and LSB in SPI Protocol / WiPy 2.0
      WiPy 2&3 • wipy 2.0 spi lcd • • ColombianAus  

      4
      0
      Votes
      4
      Posts
      1190
      Views

      C

      Hello @seb and @livius , Thank you very much for your assistance with this, and it is awesome news about SPI.LSB. Cheers Colombian1976
    • M

      Pycom connectivity and use
      Discussion • pycom wipy 2.0 • • MJones8503  

      1
      0
      Votes
      1
      Posts
      682
      Views

      No one has replied

    • J

      Connection already closed (WiPy)
      WiPy 2&3 • pysense wipy 2.0 • • jmahesh  

      3
      0
      Votes
      3
      Posts
      1117
      Views

      J

      I am using Pysense board. Does firmware update process is same for both Pysense board and for pycom board..?
    • P

      No reconnection
      WiPy 2&3 • wipy 2.0 wlan • • Paco88  

      1
      0
      Votes
      1
      Posts
      740
      Views

      No one has replied

    • S

      "ImportError: no module named 'mqtt'" on WiPy 2.0
      WiPy 2&3 • mqtt wipy 2.0 import • • SesamProductions  

      2
      0
      Votes
      2
      Posts
      1991
      Views

      robert-hh

      @sesamproductions You have to copy the mqtt code to your device first. Instructuctions are for instance here: https://docs.pycom.io/chapter/tutorials/all/aws.html, or search the forum for mqtt. Edit: A simple mqtt client is also available at the micropython lib https://github.com/micropython/micropython-lib
    • P

      What is ADC 2 there for on the pin out?
      Discussion • wipy 2.0 adc pinout • • panos29  

      2
      0
      Votes
      2
      Posts
      1078
      Views

      jmarcelino

      @panos29 P20 is an ADC1 pin, are you sure you can't use it? As for the ADC2 that is not currently supported in the Python side because it it's a bit of an oddball: due to hardware/firmware limitations you can't use WiFi and ADC2 at the same time. For now to use it you'd have to program in C and have WiFi off.
    • K

      Wipy 2.0 machine.reset() failing
      WiPy 2&3 • expansion board wipy 2.0 debug machine.reset • • KevinGrumble  

      1
      0
      Votes
      1
      Posts
      873
      Views

      No one has replied

    • C

      Can't connect to device when main.py is running
      WiPy 2&3 • wipy 2.0 serial ftp repl connection • • ccarducci  

      10
      0
      Votes
      10
      Posts
      2756
      Views

      D

      @ccarducci you could enable a for loop running every second, this way you can interrupt your program every second.
    • R

      WiPy 2.0 with GPRS SIM800
      WiPy 2&3 • wipy 2.0 ap mode sim800 router • • Roqueton  

      2
      1
      Votes
      2
      Posts
      1105
      Views

      A

      Dear @Roqueton, we have tried to implement SIM800 PPPoS support (WIP), see also [1,2,3]. With kind regards, Andreas. [1] https://github.com/pycom/pycom-micropython-sigfox/pull/408 [2] https://community.hiveeyes.org/t/ppp-over-serial-pppos-support-for-micropython-on-esp32/2994 [3] https://community.hiveeyes.org/t/unlocking-and-improving-the-pythings-sim800-gprs-module-for-micropython/2978/29
    • 1
    • 2
    • 3
    • 4
    • 1 / 4