HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi all,
i am getting values properly, if i set 250 samples per second. but if i set 1000 samples (1ms), i can not get values after some moments. it is showing time out error...
Hi,
In preparation for FOTA which would double the flash space requirement, I noticed the Region Size for FLASH is only 429568 and I would have assumed it was the 1MB advertised...
I am trying to connect my thingy91 and preform an MCUBoot. This is not working and i get the following error code: Errorcode: CouldNotCallFunction (0x9) Lowlevel error: INVALID_OPERATION...
Excuse me, I use BSP_EVENT_KEY_0 to get into the sleep mode, however, it will go to the NRF_BREAKPOINT_COND and then reset the device;.
case BSP_EVENT_KEY_0:
SEGGER_RTT_printf...
I have developed data loggers based on nrf52840,it uses nus service,max payload is of 240 bytes,the device stores 30kb data in a spi memory.we have a custom built android...
Dear community, as already mentioned here https://devzone.nordicsemi.com/f/nordic-q-a/30622/nrf_cal_set_time-setting-issue-for-2100-year/121167 Im wondering how do you deal...
Hello. I need to calculate the RSSI value from the module nRF9160. I am using the nRF9160 DK 0.8.2. From the AT reference guide, there are two commands: AT+CESQ and AT+CSQ...
The new Bluetooth specification 5.2 will support transmission of audio data in a so called isosynchronous burst mode to external, BLE capable speakers, opening up a long asked...
Hi,
We are having some issues with the values obtained via ADC readings. We have a few designs using the nRF52840 where the analog reads from sensors are not stable. To...
Hi,
We used nRF52840 Dongle to receive BLE peripheral device 240Bytes notification. The connectivity that "Bluttooth low energy" (nRF connect) programmed can received 240Bytes...
Hi,
I am using NRF52810 controller, The power consumption of my board in SLEEP MODE is 200uA . According to datasheet the ideal current in sleep mode is 3 uA.
In advertising...
Hi,
I use SDK16 ble sec-bootloader and merged application image together followed by the guide of the website
unfortunalately , after flahsing fw_all_s140.hex to device...
Hello,
Question regarding GPS power consumption numbers in the nRF9160 data sheet (V2.0)
Section 5.2.1.16 GPS Current Consumption:
Are the current consumption numbers...
Hi,
I would used a RTC calendar (Years, month, day, hour, minute, second).
The smartphone connect to the nrf51822 and updates the date and time.
The nRF51822 must perform...
Hi,
Is it safe to call nrfx_spim_init() multiple times with and without a handler without calling uninit() in between?
I have an SPI device that needs a sequence of steps...