The mbed microcontrollers are a series of ARM-based microcontroller development boards.
-1
votes
1answer
142 views
mbed midi controller feasibility
I'm looking to start on my first microcontroller project-- a midi controller that (hopefully) will connect to an android device via ADK as part of a touch interface. I've never worked with this lower ...
0
votes
0answers
123 views
RS485 with ST Nucleo, not sending any data
I'm trying to communicate with an energy meter (MODBUS protocol) using ST Nuceleo F401RE via MAXIM MAX485 chip. I'm unable to receive any data from the energy meter. I can confirm that all my hardware ...
0
votes
0answers
99 views
Can receive from UART, but not send?
I have a commercial device that has a serial port header on it. I soldered some pins to the header and can now receive data from the UART. However, I'm stuck trying to send it data. I'm using an mbed ...
0
votes
0answers
78 views
OBD2 CAN digital analysis yields signal only on CAN Low
Since I don't seem to find the OBD2 CAN specification anywhere on the internet, I am trying to reverse engineer the signaling done so that in the end I can develop a piece of hardware that will act as ...