Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
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 have included app_fifo files in the group as well as in the linker along with enabled APP_UART in Configuration wizard of sdk_config.h still the error persists. Please ...
I've been trying to find resources on the possibility of securely limiting BLE connections to only 'signed' applications. I understand that this goes against the general concepts...
Hi all , I using timer 0 to count from 0 to max value 32bit . In my code :
If I using NRF_TIMER0->TASKS_CAPTURE[1] = 1; for save counter value to CC register . It run...
Hi Everyone
I am working on nrf52832 with sdk 14.0.0 on iar IDE. TWI and SPI separately working fine in buttonless_dfu then i merged SPI and TWI in buttonless_dfu itself...
I am trying to update an older application use the spi_5W_master and receive the error: (SDK11, using S210 softdevice)
:RTE\nRF_Drivers\nRF51422_xxAC\spi_5W_master.c(346...
Hi,
I'm trying to advertise 2 packets simultaneously, connectable packet using the soft device and a becon packet using the timeslot. I'm using nrf52 SDK 14.0.0 and SD132...
Hi I am doing some research for my paper, but It is my first time to use NORDIC board.
With broadcom and bluez combination, I could check data packet in l2cap layer, but...
Hi All,
I have a question about NRF52840 power consumption. It is not very clear from the datasheet what is the power consumption if I'd like to use only one of the DC...
Hi everyone,
Preface: I'm an educator and my students are familiar with the Arduino IDE, so I'm using that in combination with the sandeepmistry/arduino-nRF5 core.
Our...
Hi
I am developing nRF52832 wake up solution using LF (Low Frequency).
Initially, I develope it without sd_app_evt_wait .
After that, I am used sd_app_evt_wait to reduce...
Hi, I'm writing this because of nRF52840 booting error
I got this product today and It worked well, but after I downloaded one of the example's ~DEBUG.jlink file to the...
I may have a massive misunderstanding here....
Using nRF52, SDK 14.2, Ant S212.
I use a background scan to discover devices on channel 0, with a beacon on channel 1. ...
My isp (Internet Service Provider) doesn't provide ipv6. Now how do I send ipv6 packets (BLE over ipv6 packets).
Updated: I have an Nrf 52832 and I want to send access my...
Hi at All,
I’m currently working at a design using nRF52840. It’s extremely space sensitive and actually I’m not able to place all the needed parts to the PCB.
Therefore...