Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by emb

  1. E

    Beginner Question on C program: division of integer variables

    Hello experts, I wrote the following lines of code in C: int32_t num = 10267846; int32_t den = 833; float div_result; div_result = num / den; I expected a value of some floating point type, but I am always getting 0 instead. Please help me if there is anything wrong with my code and...
  2. E

    OLED SSD1309 Display - ARM - Linux?

    Hi, I have a TI Sitara Dev Kit with Linux SDK and an SSD1309 based OLED. I want to interface the Dev Kit with the OLED display using SPI, but I don't know how to proceed. Can anyone please guide me how to do this? Thanks.
  3. E

    Accessing a System's web page through Bluetooth Smart - question

    Hello all, I have an embedded system and I can control or monitor the status of the system from a PC through a web page. Is it possible to access and use the same webpage through Bluetooth Smart technology? Thanks, emb
  4. E

    Remote configuration and monitor - Bluetooth Smart

    Hi, I am new to the Embedded and Bluetooth world and I need some help in getting started with my design. I want to design an embedded system that includes a front panel keypad for control/configuration and an LED display to monitor some of the system parameters. I have a couple of questions...
  5. E

    [General] Can we upgrade/change Microcontroller firmware Over the Air through Bluetooth?

    Hi Klaus, Thank you for the prompt reply. I have one more question: Can we capture a system's data (such as Status Registers, Data Logs, Waveform data, etc..) from the System (which has an MCU + some Bluetooth Smart device) to a Bluetooth enabled device such as a Smartphone? My questions...
  6. E

    [General] Can we upgrade/change Microcontroller firmware Over the Air through Bluetooth?

    I have seen some posts discussing Over the Air firmware upgrade through WiFi. Is it possible to upgrade a Microcontroller firmware through a Bluetooth (Smart) technology? Thanks in advance.

Part and Inventory Search

Back
Top