Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
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...
I am using nrf51822 and softdevice 7.3. I am working on the github mesh example. I want to add uart service with mesh, so that I can communicate with that particular device...
Hello, this is what I can think of when porting a project, but before that, a little background about my project:
it uses BLE (duh)
it uses uart to print test output...
Hello,
i am using the nRF52 Development Board with SDK 11 and I have trubble with the UARTE Interface with DMA. Parallel I have running the ESB protocol.
I know the problems...
hello there i want to add battery service and thermometer service in advertisement packet. so i changed in uart project. but in advertisement project i can see battery service...
hi
I used the nrf51 dongle to receive advertisement packet from other nrf51 dongle. I used this formule, d = 10 ^ ((TxPower - RSSI) / 20) , given from this link forums...
Using Command Line Tools 9.0.0 attempting to push code.
ERROR: JLinkARM DLL reported an error. Try again. If error condition
ERROR: persists, run the same command again...
Hi All,
I am attempting to use 6 PWM channels with the app_pwm library on the nRF52 and am only able to successfully get 4 pwm outputs. Upon changing the 6th channel (PWM2...
I need 3 time aligned PWM channels (period of all three channels needs to start at the same time) at about 100 Hz with 16 bit resolution on the duty cycle. I also need to...
hello,
I used nrf52 and softdevice 2.0.1 and i have a big problem.
For some times the BT works perfectly but after i connect more then 4 devices for some reason
the...
Hi,
I need to check the emission of my custom nrf52832 board design and I need an spectrum analyzer... To see if my design would pass the regulations and tests.
I was...
Hi Nordic,
It's hard to find an example to talk about the event of advertising. I checked the advertising chart and know I will get the event BLE_GAP_EVT_TIMEOUT. Where can...
Hi,
I attended a training session run by the BT SIG last week and met a helpful Nordic chap who, when I mused about how I was using a programming board to run a sensor...
Hi i am having doubt in RTC configuration.I am using RTC1 and i want to produce ticks for every 1 minute.I have combined the UART and RTC example to get the RTC output in...
Hello
i am using the Nrf52 with pca 10036 board. i am working on fruitymesh to work on visualgdb.
i am getting problem here
"#pragma pack(push)
"#pragma pack(4)
...
Hello, i need to count 1 or 2 minutes. Someone can recommend me if to do that is easier to use app_timer or RTC?
Which is the value that i have to put in the prescaler...