Questions tagged [mbed]

4 questions
6
votes
3 answers

What are the main differences between Arduino and mbed?

I have been working a lot with the Arduino platform over the last year. Arduino makes it very easy for beginners (in my opinion) to get started and has a large community and a lot of libraries for all kinds of peripherals. Now, I am considering to…
fuenfundachtzig
  • 1,535
  • 1
  • 14
  • 26
2
votes
0 answers

Micromod nrf52840 sniffer

Can I use the Micromod nrf52840 processor module, Micromod ATP carrier, with Nano 33 type bootloader and modify the ArduinoBLE library or modify the MBED OS abstraction layer and make a promiscuous BLE sniffer that will output something, preferably…
Andyz Smith
  • 121
  • 3
0
votes
1 answer

Arduino Nano BLE 33 default example sketch `USBHID>Keyboard` makes the Arduino unusable

How the problem started I was playing around with using the Arduino Nano BLE 33 as a keyboard, and stumbled upon the USBHID>Keyboard sketch which I got via the default suggestion from the Board Manager to install Arduino Mbed OS Nano Boards: See the…
beyarkay
  • 111
  • 3
0
votes
1 answer

i2c slave write to ARM powered device master

I want to communicate to an ARM microprocessor via I2C protocol (Multitech mDot, which uses Mbed platform). I successfully receive data from it (and got it displayed on Arduino's serial monitor), but when I want to send data from the Arduino I don't…
Fjallbacka
  • 103
  • 1