-
#include
DFRobot_AXP313A axp;
void setup() {
Serial.begin(115200);
Serial.setDebugOutput(true);
Serial.println();
while(axp.begin() != 0){
Serial.println("init erro…
-
Purchase and assemble circuit to play audio from ESP32 or Arduino using a MP3 module. Determine if this will satisfy our project needs. They can be purchased on Amazon for $5-$10
https://www.dfrobo…
-
Opening this as an issue rather than a pull request for now.
It might be useful to add comments in the arduino code to explain where the libraries come from.
// sketch makes use of https://github.…
-
Could you please provide a 3d step model so that I don't have to make a wonky one =)
In a OpenHardware fashion it would also be totally awesome if you could provide the schematics files.
-
Please add support for FireBeetle 2, https://www.dfrobot.com/product-2195.html
The updated board uses an ESP-WROOM-32E
-
I was testing the example of printing text to the screen and strange characters were appearing. WARGNINGS appeared in the terminal on the RETURN of the method `int16_t DFRobot_Display::drawText(int16_…
-
Thank you for sharing this library with example
I'm using this in combination with with a raspberry pi .
I have firing challenge:
After a while the communication with the device becomes impossib…
-
![image](https://user-images.githubusercontent.com/1035189/191842552-410f3197-e03f-484e-a9cf-ac54a5fe0db5.png)
putyn updated
2 years ago
-
Hi,
I really like your wifi:bit shield, very simple to use !
Would it be possible to add MQTT support, like ont this other Wi-Fi module from DFrobot? : https://github.com/DFRobot/pxt-HTTP-MQTT?fbc…
-
Hi
I am trying to get the example get_acceleration.py to run for my first time.
During the install I get the error that python-smbus is not available anymore. I tried to use a drop in replacment to …