Search found 110 matches

by nicobari
Wed Mar 11, 2015 9:12 am
Forum: NetBurner Hardware
Topic: MOD54415 UART9
Replies: 10
Views: 10087

Re: MOD54415 UART9

Thanks, I am still testing but will be back soon with results.
by nicobari
Sat Mar 07, 2015 4:27 pm
Forum: NetBurner Hardware
Topic: MOD54415 UART9
Replies: 10
Views: 10087

Re: MOD54415 UART9

Hi,
So I tried a bare code which does nothing except opening UART9 and reading incoming data but it seems it is still not working. Any other suggestions?

Regards,
TM
by nicobari
Mon Mar 02, 2015 8:41 pm
Forum: NetBurner's Eclipse IDE
Topic: Integrating BLAS library with NBEclipse
Replies: 2
Views: 5386

Integrating BLAS library with NBEclipse

Hi,
This might be a really stupid question but apologies beforehand. Is it possible to integrate BLAS library with NBEclipse?

Regards,
TM
by nicobari
Mon Mar 02, 2015 8:33 am
Forum: NetBurner Hardware
Topic: MOD54415 UART9
Replies: 10
Views: 10087

Re: MOD54415 UART9

I checked the code and I am pretty sure that I am not using nay other function multiplexed on J2[41] but I will write a small code to just read data on UART9 and update the results. Thank you.

Regards,
TM
by nicobari
Fri Feb 27, 2015 7:57 am
Forum: NetBurner Hardware
Topic: MOD54415 UART9
Replies: 10
Views: 10087

Re: MOD54415 UART9

The same code works with UART8!! any suggestions?

Thanks,
TM
by nicobari
Fri Feb 27, 2015 5:47 am
Forum: NetBurner Hardware
Topic: MOD54415 UART9
Replies: 10
Views: 10087

Re: MOD54415 UART9

I am using version 2.6.7 NNDK. Yeah it is the last serial port pins I am initializing after UART8 And UART2 but I am only opening UART9 in the code. I will try to remove other pins frm pin initialization and see if i solves the issue. However what is the possible solution to the bug? Do I need to do...
by nicobari
Thu Feb 26, 2015 5:44 pm
Forum: NetBurner Hardware
Topic: MOD54415 UART9
Replies: 10
Views: 10087

MOD54415 UART9

Hi, So I am trying to use UART9 on MOD54415 and I am using NBEclipse 2.6.7. I am setting J2[41].function(2) and J2[44].function(2) and then using OpenSerial(9, 115200, 1, 8, eParityNone) to open UART9. However it seems that I am not getting anything when I use read command. The serial communication ...
by nicobari
Thu Feb 26, 2015 5:36 pm
Forum: NetBurner Hardware
Topic: Netburner (MOD54415) with other components in a PCB
Replies: 10
Views: 9840

Re: Netburner (MOD54415) with other components in a PCB

It was a bare PCB. It hit me that MOD54415 is messing with GPS when I plugged in the MOD54415 near GPS (while there was no physical connection between them) and GPS lost fix.
by nicobari
Wed Jan 07, 2015 11:20 am
Forum: NetBurner Hardware
Topic: Netburner (MOD54415) with other components in a PCB
Replies: 10
Views: 9840

Re: Netburner (MOD54415) with other components in a PCB

So I finally solved the issue and I really want to thank Dan for mentioning EMI shielding. After I shielded my GPS PCB (as it was much smaller than MOD54415 and hence easy to shield) I always get a GPS fix. Thanks again for the help.

Regards,
TM
by nicobari
Wed Dec 17, 2014 1:42 pm
Forum: NetBurner Software
Topic: MOD54415 I2C example code
Replies: 2
Views: 2769

Re: MOD54415 I2C example code

Thank you very much