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...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
I want to power the dongle from a 5V battery but don't want to solder directly to USB pads at the risk of ruining them. Can I put the 5V from the battery at the Vin point...
I have S110 peripheral device with custom UUID, created as described in www.nordicsemi.com/.../80193304 .
On the other side i have S130 device who successfuly scans and connects...
Sorry for the non-tech. question but I just heard that BlueTooth group is significantly changing BLE licensing policy. Maybe it's some kind of FUD but it should be mandatory...
Hello,
I am running the s110_nrf51822_7.0.0_softdevice.hex and am encountering an nrf callback assert on line 1377 of rem.c.
Without any visibility into this code I...
Hello, before you say anything: "yes I have searched!" :D
I found that this question was similar to mine
How to write GPIOTE Interrupt
Now I am fairly certain that I...
Hello,
I am trying to connect to one specific device. To make this I am advertising with the whitelist. The problem is that the whitelist do not seem to work. I got the...
I am using the nRF51822 module. I am using the following code to set my device discoverable:
ble_gap_adv_params_t adv_params;
ble_gap_addr_t *whitelist_addr[1];
...
I've got a custom board with an nrf51822 (ic rev 2, QFAA), and I'm trying to understand some unexpected current draw that I'm seeing from the board. Currently the entire custom...
Hey there,
Red Bear Labs sells a board with a NRF51822 Module on it. From a past post I have found it is said:
"embedXcode supports the nRF51822 MDK board for both the...
I am playing with S130 to behave as a peripheral device and a central observer. This is working great.
I am new to the central side of things and have a quick question...
Hello,
I have looked at several posts on here, including-
https://devzone.nordicsemi.com/question/3769/nrf51822-to-nrf24l01/
And followed the code, but I am trying to...
After I installed keil and nrfgostudio, I run nrfgostudio, but an error happened, which says" an instruction of 0x6b607a05 quoted the RAM of 0x094af43f, but it cannot be read...