Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
I need to poll a NMEA data stream and it's easiest getting a byte at a time, but it's dropping to 30ms between individual reads in this loop:
uint8_t next = 0;
uint8_t...
Hi.
I'm working with the nRF51422 devlopement kit (pca10028) and I need to mesure the highest throughput between the nRF51 DK and a smartphone. I have seen several post...
I am using the heart rate example to do a quick demo. I am sending a short string of data one byte at a time to the iphone. I decreased the HEART_RATE_MEAS_INTERVAL interval...
Hi guys,
I have the nRF51 Development Kit, and I am trying to develop on my mac using GCC and eclipse. However, the tutorial I found either incomplete or outdated. I tried...
I want to bring up my own new board, but the nRFStudio can not connect to the J-Link, please check the picture.
I connect 4 lines from board to J-Link, including VCC, GND...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
I haven't seen any posts about this, so I thought I'd post what I observed and how I fixed it in the hope this helps someone else.
My nRF51 DK (PCA10028 v1.1.0) out of...
I have gone through most of the guides/links that I saw here to no end.
My development environment is OS X 10.9, gcc-arm 4.9, nRF51822 beacon.
Before going for the IDE...
Hi,
I am trying to build a low power device using the nRF51422 SoC without a Soft Device. I need a timer to occasionally wake up the chip and as I read the product specification...
I have a basic question regarding a basic area. Interrupts! But without any good specification and how the OS work and good example how to do this I need to push for the obvious...
In ble_dfu.c (unmodified SDK 8.0.0) I am unable to get the buttonless DFU hooked up.
For reference, ble_app_hrs with s110_with_dfu works correctly. I have traced my issue...
Hello,
I am trying to write data to flash with the pstorage api. I managed successful to write data to flash with the pstorage_test_store_and_update() function from the...