techspark
Newbie level 2
- Joined
- Dec 29, 2012
- Messages
- 2
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,306
Please help me with this code because i need to submit it urgently. I am a newbie in embedded.
Any help will be greatly appreciated.
I want to initially send 500 values from matlab to the atmega32 using serial communication and store these values(binary values) in the atmega32.
I am also using a BT module and when a particular pin in BT module goes HIGH( this is checked continously in the code) i will transmit these values to the BT module.
Also the matlab checks for a particular signal from atmega32 ( incae the receive buffer is empty) and then only transmits the next 500 values from matlab to the atmega32 using serial communication and store these values(binary values) in the atmega32.
When a particular pin in BT module goes HIGH( this is checked continously in the code of atmega32) i will transmit these values to the BT module.
Thanks
Any help will be greatly appreciated.
I want to initially send 500 values from matlab to the atmega32 using serial communication and store these values(binary values) in the atmega32.
I am also using a BT module and when a particular pin in BT module goes HIGH( this is checked continously in the code) i will transmit these values to the BT module.
Also the matlab checks for a particular signal from atmega32 ( incae the receive buffer is empty) and then only transmits the next 500 values from matlab to the atmega32 using serial communication and store these values(binary values) in the atmega32.
When a particular pin in BT module goes HIGH( this is checked continously in the code of atmega32) i will transmit these values to the BT module.
Thanks