Forum >Running an Arduino 101 sketch on the Beetle BLE?
Running an Arduino 101 sketch on the Beetle BLE?

I have created a sketch that runs on the Arduino 101, and would like to run it instead on the Beetle BLE (I want to miniaturize the Arduino controller, while still keeping the same functionality). I'm using Arduino IDE 1.8.5.
One potential concern I have is memory. The sketch for my Arduino 101 uses 92KB of program storage space (about half of this I think is required by the Curie BLE library). I believe the ATmega328 on the Beetle has 32KB of memory. Will the Beetle have sufficient memory to run my Arduino sketch?
Are there any other considerations that need to be taken into account when running an Arduino 101 sketch on the Beetle? e.g. any modifications to the IDE code that typically need to be made?
Thanks in advance for the advice!
One potential concern I have is memory. The sketch for my Arduino 101 uses 92KB of program storage space (about half of this I think is required by the Curie BLE library). I believe the ATmega328 on the Beetle has 32KB of memory. Will the Beetle have sufficient memory to run my Arduino sketch?
Are there any other considerations that need to be taken into account when running an Arduino 101 sketch on the Beetle? e.g. any modifications to the IDE code that typically need to be made?
Thanks in advance for the advice!