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...
currently i am using nrf52 as spi master with an imu as spi slave. based on the sdk code spi_master_with_slave, I write a sample test code to read the register value from...
Hello Nordic Community,,
Do I need the typical MBED hardware setup (Interface chip connected to 'target' (the nrf52)) in order to program the nrf52 with FOTA using an MBED...
Hi,
I'm using nrf51822. After sending a data from TXD, I enable the TXDRDY interrupt by setting INTENSET register. Then I can get into TXDRDY interrupt handler function....
Hello,
I found some posts discussed before.
I2C/TWI slave with nRF51822 [closed]
Using NRF51X22 as TWI Slave
In SD8.0, SDK10, does it still only support the TWI...
Is it possible to somehow get access to the channel hopping data from BLE. We're trying to trace some interference from an external device, and want to be able to see when...
Hello,
How to put values changing over time into advertising data?
What I want to acchieve is to send ADC values that are changing dynamically over advertising packet...
We're designing a new revision of our open source sensor beacon platform: http://ruuvi.com
Just want to make sure I got this right. nRF51/2 Reference PCB Guidelines states...
Yeah. It's that topic again.
I tried to measure the current with an oscilloscope (Agilent 100Mhz; 2GSa/s).. but that didn't quite work.
Can you maybe share how you guys...
Hi
I have tried to convert ble_app_uart to use spi slave rather than the uart with no success.
Please can I have some pointers as how to go about it.
Thank you
Hi,
system info:
SDK: v6.0.0.43681
S110 V7.0.0
nRF51822 Rev.2
I’m using a ~4ms one shot timer (using the timer library) which is being started in the...
How can I dynamically assign the MQTT broker address
Hi all,
I have a general question how to assign the MQTT broker address dynamically.
Current Nordic IoT-SDK mqtt...
Hi,
my question is related to this question:
devzone.nordicsemi.com/.../
Erasing Flash pages takes a pretty long time (and the CPU is blocked during this time). For...
Hi,
I use NRF51822 QFAC chip, SDK is 8.1.1, soft device is S110. The base project is ble_app_uart. Now I want to add OTA DFU into my project. But I don't know how to start...
Hey together,
I'm using the GPREGRET register at the nrf52832 to determine how the module should start up after an off mode reset. Thus I set a predefined bit in the GPREGRET...
I have been working on the multilink example lately (version: 8.0), I have identified the function to send data on the peripheral part, it is sd_ble_gatts_hvx(), but I'm having...