Shop OBEX P1 Docs P2 Docs Learn Events
flexBASIC COG(cpu) crash - Page 2 — Parallax Forums

flexBASIC COG(cpu) crash

2»

Comments

  • Maybe you should start a new thread that would be focused on the P2 Edge WiFi. Maybe some others would join in.

    I remember that somebody, using Spin2, was able to use the WiFi module, since I am not a Spin guy, that would be over my head.

    Ray

  • I gave it good try, to resolve the issues, but no luck, so I am moving on.

    I am going to setup a program that I was running on my P1, the P2 will capture the external sensor data, push it up to the RPi. I will have the RPi do all the packaging of the data, and placing it into a .csv file. Unfortunately, I was hoping to minimize the RPi usage, but I want to get something going.

    Wait. This will tie up my P2 Edge, doing absolutely minimal work. So, I guess I will have to put in a P1 Acitivity Board with a WiFi to do the work. I have not checked the price of an Acitivity Board + WiFi vs P2 Edge (new version).

    Ray

  • In post # 15 you do:

    dim date as string
    

    later you do:

    open "/host/"+date+"solsta.csv" for append as # 3
    

    But where do you assign it a value?

    Could that be your problem?

Sign In or Register to comment.