Jump to content

Razvan1203

Members
  • Posts

    9
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Razvan1203's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Hello everyone! I'm currently working on a project where I have 2 seperate circuits. One with MSP430 that has an ultrasonic sensor that capture motions and the other one with an FPGA board Nexys A7 100T with a display that displays the exact time at which the motion was detected. Both circuit are communicating via Bluetooth with the help of 2 Pmod BLE modules. My question is: How can I save those clock times when the motion was detected for future purpose? I mention that I also made a digital clock so the clock is not the problem. I want that after a whole day of motion detection, I can access those clock values stored somewhere and process them elsewhere. How can I do this? Any answer or advice to my question is welcome! Thank you!
  2. Hello everyone! I'm currently working on a project where I have 2 seperate circuits. One with Arduino that has an ultrasonic sensor that capture motions and the other one with an FPGA board Nexys A7 100T with a display that displays the exact time at which the motion was detected. Both circuit are communicating via Bluetooth with the help of 2 Pmod BLE modules. I intend to use Pmod ESP32 with WiFi instead. My first question is: How can I transmit a message to my phone when a motion is detected? Essentially I am using a led on the FPGA board that turns on when the motion is detected. What options do I have in order to do that? My second question is: How can I save those clock times when the motion was detected for future purpose? I mention that I also made a digital clock so the clock is not the problem. I want that after a whole day of motion detection, I can access those clock values stored somewhere and process them elsewhere. Any answer or advice to any question is welcome! Thank you!
  3. Razvan1203

    2 PMOD BLE Modules

    Hello! I just purchased two PMOD BLE Modules and how can I bond them such that the two modules to get connected directly after powering up? Thank you!
  4. Hello everyone! Does the Pmod BLE Module work with Arduino/MSP430 or any other MCU? If I need a bluetooth project involving an FPGA project on the one hand and a MCU on the other hand, is it possible to use two Pmod BLE Modules ? Thanks in advance.
  5. Hello. I want to make a project involving Nexys A7 100T with the Pmod BLE Module attached to it. And separately I want to use an ultrasonic sensor (positioned at the gate outside), which measures the distance to it and transmits the data over bluetooth to my FPGA board. For this project, which bluetooth module to use additionally near the sensor outside? Which bluetooth module is compatible to Pmod BLE Module? And how can I make the circuit at the gate outside? I really need any kind of advice. Thanks in advance!
  6. Hello! I have an FPGA Board ( Nexys A7 100T) and I intend to buy the PMOD BLE Module from Digilent. What bluetooth-fpga project do you recommend ?
  7. Hello everyone! I'm working on my bachelor's project and my wish is to create something interesting and interactive involving my FPGA Board (Nexys A7 100T). My idea is to attach the PMOD ESP32 module to the board and interact with a camera and other sensors via bluetooth/wireless communication in order to create a security system. And I'm not sure how can I achieve this...what camera to use and how can I make this communication works ? I will take into consideration any idea or advice. Thank you in advance!
  8. Hello. Currently I am working on a pong game via VGA Connector with input control from pushbuttons on fpga board. Now I want to replace these buttons with keyboard keys from my laptop. I set up the UART communication, it works. My problem is that I want the keys to be momentary buttons ( the buttons that need constant pressing to work. Such a button will remain in one position if you apply pressure on them. The buttons instantly return to their original positions when the pressure is released) and not latching buttons (latching buttons are switches that remain in a fixed position when oppressed.) How can I change that ? Or how can find a solution to solve this ? Any ideas? Thank you!
×
×
  • Create New...