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 am making HID composite devices, but I find that if the number of report ids is more than 5, I cannot send data from PC to this device;Error code 1784 is displayed
If...
Now I'm developping a USB MSC project, the Nand flash size is 4GB, I don't know how to set USB capaticy size.
I change the setting in nrf_serial_flash_params.c:
static...
Use the media control's volume up / down keys to control the camera shooting of your Android camera. How to achieve continuous shooting?
How to achieve the function of camera...
HI
I'm writing a programm the using a nus as its service, because nus is a custom service there is something that need to be changed, I followed the tutorial about making...
Objective: I want to read 64MB data stored in external flash (interfaced with nrf52840) from android mobile App (specific: One Plus 7T)
SDK: nRF5 SDK v16.0.0
Soft Device...
Dear,
Im trying to measure the RSSI with THINGY:91, I found on the document nrf91_at_commands_v1.1.pdf about
1. AT+CSQ
+CSQ: <rssi>,<ber>
Note: Not detectable, RAT...
Hi!
I am currently working on a project where i would like to use Thingy:91 as MCU board as it contains other features i need to use, like 4G and GPS.
The problem is that...
Hi I'm currently develop new product based on RAK8212. I have problem with reprogramming devices. Programmer i use is nRF52-DK I'm not able to reprogram about 10% of devices...
Hello,
I have a low power application, which is activated by a push button press. (The DC-DC converter is also in shutdown mode normally, so the NRF9160 does not have power...
I am occasionally (very rarely) getting "Mesh assert at 0x00037996", but when I try to look this up, I get:
My understanding is that this means the mesh_assert is...
Hello, this is the nrf52833/52820 design drawn by the customer, because this is our first contact, please help to check whether it is reasonable? thank you.
Hello,
I'm working on a BLE app on an Arduino Nano 33 BLE, which is equiped with an nrf52840. I'm struggling to increase my BLE transfer speed ( i think due to the limitations...
Actually i was working on 3 boards, nRF51422,nRF51822 & nRF52840. While executing some examples on each board i realised that each board has its specific pca hex file to be...
I n the main of my program I have this( UBLOX_PWR_PIN = Pin16 of nrf ),
uart_init(); nrf_gpio_cfg_output(UBLOX_PWR_PIN); nrf_gpio_pin_set(UBLOX_PWR_PIN); nrf_delay_ms(200...
Hello,
I've a problem with a PPK board.
When the current go over 10mA the value reported is wrong, in my case should be 15mA and PPK measure 80mA and more. Instead, in...