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...
Hi,
1-I did some test for nrf51422 (SDK12.3 + soft device S130) power consumption. result as below:
-system on sleep mode( without UART and BLE Advertise ):90uA
-system...
I am working on developing BLE app using connection oriented channel . I am using nordic semiconductor as a peripheral device and iPhone 6 as central manager.
I am able...
Hi,
I am working on a project that requires extremely low power consumption (20-50 uA) at max. We are currently consuming around 5.5mA. The project uses SPI to communicate...
Dear Nordic Team,
Thanks for supporting.
Currently i am try to check mesh network. I want mesh example code using keil IDE. I am using SDK12.3.0 and Hardware is nRF52...
How can i calculate the average current consumption, so i can estimate battery life.
This application uses Gazell to send data.
Peripherals used:
-UART for logging ...
Hi
I would like to connect the nRF52810 to 2 devices via UART interface by switching the Rx and TX GPIO pins by the software in realtime.
Is it possible? what is the method...
Hii
I m using Fanstel Ev board (BT840F) using nRF5248 Fimware.
i want to set maximum transmission power +8dbm in FANSTEL Ev Board but i got an error code 7 is Indicate...
Hi,guys.
In my experiment, Firstly,I creat an app_timer work every 20ms interval
APP_TIMER_INIT(APP_TIMER_PRESCALER, APP_TIMER_OP_QUEUE_SIZE, false); err_code = app_timer_create...
Hi everyone,
Recently, I used the nrf52832 learning board to learn SDK13.0.0, when I see SAADC, tell the truth, this exampe is a bit difficult for me to understand.
My...
Hi
I am trying (for the first time) to deal with flash. Hence, I started by a simple app, without BLE/SD (blinker)
The problem is that, the first API call pstorage_init...
1. Connected to nRFgo Motherboard's nRF ISP and NRF24LE1E SPI pin
[nRF ISP]
[NRF24LE1E의 SPI]
2. In nRFgo Studio, Features> 2.4 GHz is disabled
3. I want to know...
Hi everyone!
My question is for engineers of Nordic. I need to apply NRF52840 as a " beacon ". As there is no ready templates of beacons in nRF5_SDK_13.0.0-1alpha_055eef3...
How to select nrf528332 UART clock source, how to make the serial port baud rate not change with temperature?When the baud rate is 9,600, the baud rate varies greatly with...
i have a problem with ble_nus_send_string function, the BLE_NUS_MAX_DATA_LEN is 20 bytes but i need to send 1kb every second, is that possible? i tried to put ble_nus_send_string...