![]() |
![]() |
![]() |
|
|
|||||||
| Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution. |
|
|
Thread Tools | Display Modes |
|
|
(permalink) |
|
Hi, I am currently doing my final semester project as titled above. :?: My problem is now on the feedback path of the tranmission. I need to think of a way to detect whether the device is in on or off state and then send it to the computer through the transmitter and receiver. How am I going to generate a set of digital data(eg.8bits) to be able to be encoded and sent through the transmitter? If let say I want to detect the voltage level of the device and use the information to generate a digital data, what should i do?Thanks
__________________
your helps will be much appreciated! |
|
|
|
|
|
|
(permalink) | |
|
Quote:
|
||
|
|
|
|
|
(permalink) | ||
|
Quote:
__________________
your helps will be much appreciated! |
|||
|
|
|
|
|
(permalink) |
|
:?: If I have let say 3 devices and for the feedback path of the project, how does the transmitter and receiver can differentiate which feedback refers to which device?Is it better for me to use the 8-bit encoder in this case if I would to maximize the number of devices(for eg.8)? :wink: Thanks!
__________________
your helps will be much appreciated! |
|
|
|
|
|
|
(permalink) | |
|
Quote:
In your case (for feedback) it wouldn't be a problem, the main transmitter sends it's data to the receiver, then waits for the reply - so it already knows exactly when it's expected. So the first byte could be device 1, the second device 2, and so on!. |
||
|
|
|
|
|
(permalink) |
|
:?: does anyone know what kind of flash memory and how it is applied without placing it in the computer. Is it we need to create a circuit by ourself? :arrow: This flash memory is to store the address of the devices as the address is changed up to the desire of the user. Thanks. :wink:
__________________
your helps will be much appreciated! |
|
|
|
|
|
|
(permalink) | |
|
Quote:
This is very easily done with most PIC's, most of them have some internal EEPROM data storage, this is ideal for storing a device ID. |
||
|
|
|
|
|
(permalink) |
|
Thanks Nigel
__________________
your helps will be much appreciated! |
|
|
|
|
|
|
(permalink) | |
|
Quote:
|
||
|
|
|
|
|
(permalink) |
|
Thanks Nigel again
__________________
your helps will be much appreciated! |
|
|
|
|
|
|
(permalink) | |
|
Quote:
|
||
|
|
|
|
|
(permalink) |
|
Exactly..yes...how to work with the flash memory without the processor. In my case the flash memory is used to store the address (ID) of the devices. Thanks Nigel. Take your time.
__________________
your helps will be much appreciated! |
|
|
|
|
|
|
(permalink) | |
|
Quote:
|
||
|
|
|
|
|
(permalink) |
|
What do you mean I have a processor at the back of the receiver? Is it posibble for the flash emory chip to function without a processor and we can store the data in and extract it out as well? My receiver will be connected to a device and from the device there, there will be another feedback transmitter which is to feedback the condition of the device. Thanks. Nigel.. :P
__________________
your helps will be much appreciated! |
|
|
|
|
|
|
(permalink) | |
|
Quote:
Usually, these days, it will be a PIC or similar micro-controller, from what you appear to want to do I would have thought that was essential!. A simple (and cheap) PIC16F628 will probably do everything you want at the remote end, and provide the non-volatile storage for device ID. As I mentioned before, you 'may' be able to build hardware to access a FLASH memory, but it certainly won't be anywhere near a 'one chip' solution. It's certainly not something I would bother attempting. |
||
|
|
|