Thanks for the support Bruce!
Yes I need to measure the flow of a pulsed Hydrometer with a scale of 0.001 m3 / h.
I found this code example on the internet and chose to test it and saw that the lowest measured frequency is 200Hz.
Can you configure…
Nwin,
Please see this wiki page for tips to get started with the ez430-RF2500 board: http://processors.wiki.ti.com/index.php/EZ430-RF2500 .
For the CC2500EM modules, it might be helpful to have an MSP430 experimenter's board ( http://focus.ti.com…
hi,
any reason why you want to use the EXP430F5438 board? this board uses USB for data transfer instead of RS232 (MAX232 is an IC not a port). if you really need to use RS232, it would be much easier if you used a board that already had it on it like…
The code for SimpliciTI is available for download for free from the same link you provided, I'm not sure if it comes packaged within the experimenter board kit. There are sample projects within SimpliciTI which will run directly on the MSP430FG4618 part…
Hi Tom,
No problem, maybe I was looking an old version as you say, I'll take a look again, Thanks!!
Just to finish, what about this questions?
" I'm using the MSP430FG4618 and I have the evaluation board MSP-EXP430FG4618 . After reviewing the…
Other Parts Discussed in Thread: SIMPLICITI , CC1101 Hi!
In order to prototype a radio application we've bought a pair of CC1101EMK433 modules and MSP-EXP430FG4618 experiment boards.
Basically I've compiled and run the demo applications, e.g. simple…
Hi Sun,
I am sorry you are having trouble. Can you please describe you errors more completely? Do the errors originate from the compiler? I notice that you use the generic 'msp430.h' header file. Consider changing that to 'msp430xG46x.h', which is…
Howard Tang said:
I need to buy a MSP430 and it will be mounted on PCB with my power management unit, which type of packaging should I buy?
You will need to select the ideal MSP430 for your application based on your requirements. You will know these…
Other Parts Discussed in Thread: MSP430FG4618 I've increased the frequency of the MSP-EXP430FG4618 board from 8 MHz to 12 MHz using the bsp_config.h header file.
The BSP_Init() function sets the clock frequency in the main program.
While the program…