Welcome Guest! To enable all features please Login or Register.
Options
Go to last post Go to first unread
yuri.lutsenko@gmail.com  
#1 Posted : Thursday, February 06, 2020 2:34:43 AM(UTC)
yuri.lutsenko@gmail.com

Rank: Newbie

Groups: Registered
Joined: 1/31/2020(UTC)
Posts: 4

Was thanked: 2 time(s) in 2 post(s)
Does anyone have an SD card node?

Thank you.

Edited by user Thursday, February 06, 2020 8:34:19 AM(UTC)  | Reason: Not specified

EmbrioAdmin  
#2 Posted : Thursday, February 06, 2020 3:12:24 PM(UTC)
EmbrioAdmin

Rank: Administration

Groups: Administrators
Joined: 12/11/2014(UTC)
Posts: 661

Thanks: 1 times
Was thanked: 109 time(s) in 104 post(s)
You know what's something I've been wanting to try but haven't yet. If you try making your own and run into trouble let me know and I'll help out. If you do get one working send it over to me so I can add it to the library.
thanks 1 user thanked EmbrioAdmin for this useful post.
sample@email.tst on 4/7/2024(UTC)
yuri.lutsenko@gmail.com  
#3 Posted : Friday, February 07, 2020 1:42:50 AM(UTC)
yuri.lutsenko@gmail.com

Rank: Newbie

Groups: Registered
Joined: 1/31/2020(UTC)
Posts: 4

Was thanked: 2 time(s) in 2 post(s)
Thank you, Admin.
I am currently working on it.
But got into trouble with libraries location.
All necessary .h files are included into Controller Settings.

Declaration:
#include <SD.h>
#include <SPI.h>
Compiling: SdFat.h: No such file or directory

Declaration:
//#include <SD.h>
#include <SPI.h>
Compiling: FatLib/BaseBlockDriver.h: No such file or directory

And so on.
Your startup help needed!

P.S. The same code is working in Arduino 1.8.10
thanks 1 user thanked yuri.lutsenko@gmail.com for this useful post.
sample@email.tst on 4/7/2024(UTC)
EmbrioAdmin  
#4 Posted : Friday, February 07, 2020 9:31:34 AM(UTC)
EmbrioAdmin

Rank: Administration

Groups: Administrators
Joined: 12/11/2014(UTC)
Posts: 661

Thanks: 1 times
Was thanked: 109 time(s) in 104 post(s)
Can you try using " in your include lines instead of < and >

Like

#include "SPI.h"

Let me know if that fixes the problem or not.
thanks 1 user thanked EmbrioAdmin for this useful post.
sample@email.tst on 4/7/2024(UTC)
yuri.lutsenko@gmail.com  
#5 Posted : Saturday, February 08, 2020 3:58:46 AM(UTC)
yuri.lutsenko@gmail.com

Rank: Newbie

Groups: Registered
Joined: 1/31/2020(UTC)
Posts: 4

Was thanked: 2 time(s) in 2 post(s)
I've tried all posiibilities.

Succeeded when removed both .h files from the controller settings.

Further next happens:
Compiling - Message log: "Error uploading to Arduino".

Going to the directory: C:\Users\Yuri\Documents\Embrio\ArduinoCompile\0b3dce57-400c-4bc6-8fdc-f8d450e72c2f\ArduinoCompile\
Open ArduinoCompile.ino with Arduino IDE. Upload to Arduino without any errors.
Trying Embrio to Connect:
Connecting...
Listening for connected program...
Message Log:
"Hardware Communicator error changing state.
The PortName cannot be empty.
Parameter name: PortName."

thanks 1 user thanked yuri.lutsenko@gmail.com for this useful post.
sample@email.tst on 4/7/2024(UTC)
yuri.lutsenko@gmail.com  
#6 Posted : Sunday, February 09, 2020 1:24:11 AM(UTC)
yuri.lutsenko@gmail.com

Rank: Newbie

Groups: Registered
Joined: 1/31/2020(UTC)
Posts: 4

Was thanked: 2 time(s) in 2 post(s)
Hi, Admin,

here is the small code, that Embrio could not suspend with. The code is working in Arduino IDE.

Declarations:
#include "SPI.h"
#include "SD.h"

Startup:
if (!SD.begin(4)) {
return;
}
File TextFile = SD.open("TestFile.txt", FILE_WRITE);
if (TextFile) {
TextFile.println("1111, 2222, 3333");
TextFile.close();
}

Embrio compiles a good ArduinoCompile.ino despite "Error uploading to Arduino".
The file .ino could be separately uploaded to Arduino board. But nevertheless Embrio can't be connected to the board.
EmbrioAdmin  
#7 Posted : Sunday, February 09, 2020 9:42:59 AM(UTC)
EmbrioAdmin

Rank: Administration

Groups: Administrators
Joined: 12/11/2014(UTC)
Posts: 661

Thanks: 1 times
Was thanked: 109 time(s) in 104 post(s)
Can you zip up the project and email it to me at ezra@embrio.io?

Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Notification

Icon
Error