Search found 16 matches

by andiso
Mon Aug 20, 2018 2:06 am
Forum: NetBurner Software
Topic: sending a tcpip string via netburner
Replies: 1
Views: 2416

sending a tcpip string via netburner

Hi,
we need to send ascii strings like for example:
"abcd1234"
via tcpip and via RS232

I cant find any sample code for this in the examples folder

we are using the MOD5441x module

are there any code samples?

thanks
by andiso
Mon Aug 20, 2018 2:00 am
Forum: NetBurner Software
Topic: periodic timer interrupt
Replies: 6
Views: 7170

Re: periodic timer interrupt

no its not for RC servos...
its to create a specific pulse shape that we need for our medical system

thanks
by andiso
Sun Aug 12, 2018 7:56 am
Forum: NetBurner Software
Topic: periodic timer interrupt
Replies: 6
Views: 7170

Re: periodic timer interrupt

yes but what I need is to do a "train" of pulses for example like this:
/```\_/```\_/```\_/``\_/``\_/`\_/`\______________/```\_/```\_/```\_/``\_/``\_/`\_/`\______________
in here you can see 3 pulses of 3msec then 2 pulses of 2msec and then 2 pulses of 1msec.
then after a delay of about 10msec the ...
by andiso
Thu Aug 09, 2018 2:00 am
Forum: NetBurner Software
Topic: periodic timer interrupt
Replies: 6
Views: 7170

periodic timer interrupt

hello,

is it possible to do a periodic timer interrupt that will occur for example every 1 msec or every 250 usec staff like that using the MOD5441x module?
and I want that this interrupt will operate a function that I will write that will turn a LED ON and OFF.

and if so which example from the ...
by andiso
Tue Aug 07, 2018 5:20 am
Forum: NetBurner Software
Topic: turing LEDs ON and OFF according the switches in MOD-DEV-70CR
Replies: 3
Views: 3732

Re: turing LEDs ON and OFF according the switches in MOD-DEV-70CR

thanks this
J2[PinNumber].function( PIN_GPIO );

solved it
by andiso
Sun Aug 05, 2018 5:19 am
Forum: NetBurner Software
Topic: turing LEDs ON and OFF according the switches in MOD-DEV-70CR
Replies: 3
Views: 3732

turing LEDs ON and OFF according the switches in MOD-DEV-70CR

Hi again,

I use the MOD DEV 70CR with the MOD5441x module and I wanted to make a simple program that will use the switches and the LEDs.
to turn the corresponding switch's LED according to the switch state.
this is my code:
I took the StartAD() function form the factory demo program in the samples ...
by andiso
Wed Jul 25, 2018 7:02 am
Forum: NetBurner's Eclipse IDE
Topic: new to netburner MOD5441x
Replies: 14
Views: 19372

Re: new to netburner MOD5441x

ok I remember that. thanks
by andiso
Wed Jul 25, 2018 7:01 am
Forum: NetBurner Software
Topic: the rapid port example of MOD5441x
Replies: 3
Views: 4713

Re: the rapid port example of MOD5441x

actualy I do have a scope on the J2_37 pin.

but the thing that is strange is that I can see LED5 light not half brightness but full brightness its just that PORT K=J2 37 is OFF for about 1 second and every 1 second it go HIGH for 500 nsec I see it in scope.

the only conclusion I can think of is ...
by andiso
Wed Jul 25, 2018 6:43 am
Forum: NetBurner's Eclipse IDE
Topic: new to netburner MOD5441x
Replies: 14
Views: 19372

Re: new to netburner MOD5441x

WOW!!
I still dont understand exactly what I did but it actualy solved the problem...

I shorted the TP1 on the module and then I opened the MTTTY and press the 'A' a few times until I got the nb> prompt and then I just disconnected the short and now its working again :)

thanks
by andiso
Wed Jul 25, 2018 6:13 am
Forum: NetBurner's Eclipse IDE
Topic: new to netburner MOD5441x
Replies: 14
Views: 19372

Re: new to netburner MOD5441x

ok thanks I looked on the post and I want to make the procedure but I dont undertand how I make it.

is the MOD5441x should be connected to the computer:
with the USB?
with the RJ45?
with both og them?

is the NBEclipse should be open?
where shuold I pres the 'A' and when? is it in the MTTTY ...