-
Can we get support for the Tiny pico Nano from UM, added to the circuitpython supported boards?
_Originally posted by @sshinnawy in https://github.com/adafruit/circuitpython/issues/6685#issuecommen…
-
I'm currently trying to update my project from Micropython 1.18 to 1.19.1.
I've an issue setting the DHCP Hostname in 1.19.1. I've no issues on 1.18.
Here steps to reproduce.
1. Create a `net…
-
I am trying to use a TinyPico Nano with OpenHaystack and keep getting the error "Deploying to microbit failed". Do I need to write the firmware to the chip before using it with openHaystack? and if so…
-
Hi, I tried your 'demo.ino', but encountered a compile issue in Arduino IDE 1.8.19 (Debian/Linux). Is this header file from the software development environment for the hardware based on the ESP32 chi…
-
I can not open these two files with Engle. The error message I received is
line 9, column 122: This is not an EAGLE file.
I appreciate if someone can help me solve this issue.
Thanks,
Will
ghost updated
2 years ago
-
I followed the instructions to flash and connect the TinyPICO V2 board, but I cannot connect to the wifi network, because I can't see it (macOS, iOS). I am new to DroneBridge and cannot figure out wha…
-
Hi, I am preparing to go with an ESP32... I have esphome setup with the custom .h files and no errors in the yaml. I screenshot so you can see it is all ok.
![image](https://user-images.githubuserc…
-
### The problem
I just started using tinypico board, which is based on ESP-pico-D4.
When compiling on windows 10 + python 3.9, everything compiles with almost no error
with two exceptions:
1) h…
-
This is a small code sample that read and write to Little FS on ESP32.
```
#include "WiFi.h"
#include
#include
void setup() {
Serial.begin(115200);
// Set WiFi to station mode and dis…
-
Hi!
I'm using a new Tiny PICO usb C board and after flashing in the example sketch:
```Arduino
#include
// Interval between internal temperature reads
unsigned long next_temp_read = 0; /…