-
Hey,
I am Utkarsh Bhatt, A senior year Electronics and Communications undergrad student at [National Institute of Technology Silchar](http://nits.ac.in/), India. I have been working on embedded syste…
-
I am Kunal Saini, 20 year old Computer Science student & this tracker provides a brief idea about my work with the Arduino platform.
I have proficiency in the following languages :
Python (Inclu…
-
Arduino IDE 1.8.15
mbed nano 2.4.1 core
Board selection "Arduino Nano 33"
NRF52_MBED_TimerInterrupt v1.2.1
Library example files (e.g. Argument_None) run as expected with the use of Timer3 and T…
-
By default, official STM32Duino core is used.
For some boards, the maple core is the default.
$ cd ~/.platformio/platforms/ststm32/boards
$ grep -r core *
1bitsy_stm32f415rgt.json: "core":…
-
I am Vedant Joshi, 20 year old Computer Science student from Indian Institute Of Information Technology Kottayam & this tracker provides a brief idea about my work with the Arduino platform.
I have…
-
## Issue template
- Hardware description: Teensy 4.1
- RTOS: micro_ros_arduino bare metal
- Version or commit hash: foxy
#### Steps to reproduce the issue
I am trying to implement a NativeE…
-
See link [here](https://github.com/arduino/ArduinoCore-mbed/blob/eebf730890cca2422a849150256745598dbf34f5/libraries/ThreadDebug/src/ThreadDebug.h#L37)
Hasn't the use of CORE_CM4 been deprecated,…
-
Feature Request: PortentaH7 with MQTT
Lots of MQTT libraries allowing WiFi and Ethernet connections with MQTT brokers like https://io.adafruit.com/ or I guess the Arduino Cloud, but none of them s…
-
Hello All,
It appears the 0.1.2 IDE does not recognized programmers.txt in the ./1.2.2/programmers.txt file.
So, in the current IDE - how is that being handled?
There's a related PR [here FYI…
-
```
int state = radio_tx.begin(RADIO_TX_FREQ, 125.0, 9, 7, SX126X_SYNC_WORD_PRIVATE, 10, 8, 1.6, false);
g_RADIO_TX.frequency = RADIO_TX_FREQ;
if (state == ERR_NONE)
{
printUART("suc…