# Note-C for Raspberry Pi

**URL:** https://discuss.blues.com/t/note-c-for-raspberry-pi/3295
**Category:** Notecard API
**Created:** [September 23, 2025, 7:34am UTC](https://discuss.blues.com/t/note-c-for-raspberry-pi/3295 "2025-09-23T07:34:17Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![ujur007](https://avatars.discourse-cdn.com/v4/letter/u/e9bcb4/32.png) [@ujur007](https://discuss.blues.com/u/ujur007)
#### Post date: [September 23, 2025, 7:34am UTC](https://discuss.blues.com/t/note-c-for-raspberry-pi/3295/1 "2025-09-23T07:34:17Z")

</div>

Hello,

I have two questions. First one is that weather note-c is supported for Raspberry pi? Or can it be supported with some code modification? (I got some errors trying to build on raspberry pi)

I want to use binary data(image) to be sent using notecard API. What is the option for Raspberry pi?

---

<div class="post-metadata">

### Author: ![RobLauer](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.blues.com/roblauer/32/1567_2.png) [@RobLauer](https://discuss.blues.com/u/RobLauer)
#### Post date: [September 23, 2025, 2:00pm UTC](https://discuss.blues.com/t/note-c-for-raspberry-pi/3295/3 "2025-09-23T14:00:25Z")

</div>

Hi @ujur007,

The current `note-c` library is not supported on Linux platforms, but that’s not to say it couldn’t be done! It’s on the team’s backlog to create a Linux port, but in the meantime it may be a good exercise to [review the note-c docs](https://blues.github.io/note-c/index.html) and create a port yourself (e.g. using AI tooling!).

Rob

---

<div class="post-metadata">

### Author: ![ujur007](https://avatars.discourse-cdn.com/v4/letter/u/e9bcb4/32.png) [@ujur007](https://discuss.blues.com/u/ujur007)
#### Post date: [September 24, 2025, 3:43am UTC](https://discuss.blues.com/t/note-c-for-raspberry-pi/3295/4 "2025-09-24T03:43:44Z")

</div>

Ok. So for sending images (note-binary), note-c is the option for now. Right?

I will have a look, how may I create a port for raspberry Pi.

---

<div class="post-metadata">

### Author: ![RobLauer](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.blues.com/roblauer/32/1567_2.png) [@RobLauer](https://discuss.blues.com/u/RobLauer)
#### Post date: [September 24, 2025, 1:32pm UTC](https://discuss.blues.com/t/note-c-for-raspberry-pi/3295/5 "2025-09-24T13:32:51Z")

</div>

Hi @ujur007,

No, you can use any of the SDKs (including note-python) to send binary files! See our guide here for more details: [Sending and Receiving Large Binary Objects](https://dev.blues.io/guides-and-tutorials/notecard-guides/sending-and-receiving-large-binary-objects/#sending-and-receiving-large-binary-objects)

Rob

---

<div class="post-metadata">

### Author: ![ujur007](https://avatars.discourse-cdn.com/v4/letter/u/e9bcb4/32.png) [@ujur007](https://discuss.blues.com/u/ujur007)
#### Post date: [September 24, 2025, 3:55pm UTC](https://discuss.blues.com/t/note-c-for-raspberry-pi/3295/6 "2025-09-24T15:55:40Z")

</div>

Ok. Thanks Rob,

At the moment I need to use any API that can send the image data. Later on I can work on porting note-c
